@@ -61,21 +29,22 @@
-
-
+
\ No newline at end of file
diff --git a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirective.data.ts b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirective.data.ts
index 53b97a1..f182905 100644
--- a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirective.data.ts
+++ b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirective.data.ts
@@ -36,34 +36,34 @@ export const columns: BasicColumn[] = [
align: 'center',
dataIndex: 'directiveName',
},
- {
- title: '体型标签',
- align: 'center',
- dataIndex: 'bodyTagList',
- ellipsis: false,
- defaultHidden: false,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
- {
- title: '情绪标签',
- align: 'center',
- dataIndex: 'emotionTagList',
- ellipsis: false,
- defaultHidden: false,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
+ // {
+ // title: '体型标签',
+ // align: 'center',
+ // dataIndex: 'bodyTagList',
+ // ellipsis: false,
+ // defaultHidden: false,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
+ // {
+ // title: '情绪标签',
+ // align: 'center',
+ // dataIndex: 'emotionTagList',
+ // ellipsis: false,
+ // defaultHidden: false,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
{
title: '收费价格',
align: 'center',
@@ -148,34 +148,34 @@ export const sourceColumns: BasicColumn[] = [
align: 'center',
dataIndex: 'directiveName',
},
- {
- title: '体型标签',
- align: 'center',
- dataIndex: 'bodyTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
- {
- title: '情绪标签',
- align: 'center',
- dataIndex: 'emotionTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
+ // {
+ // title: '体型标签',
+ // align: 'center',
+ // dataIndex: 'bodyTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
+ // {
+ // title: '情绪标签',
+ // align: 'center',
+ // dataIndex: 'emotionTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
{
title: '收费价格',
align: 'center',
@@ -248,34 +248,34 @@ export const targetSourceColumns: BasicColumn[] = [
align: 'center',
dataIndex: 'directiveName',
},
- {
- title: '体型标签',
- align: 'center',
- dataIndex: 'bodyTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
- {
- title: '情绪标签',
- align: 'center',
- dataIndex: 'emotionTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
+ // {
+ // title: '体型标签',
+ // align: 'center',
+ // dataIndex: 'bodyTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
+ // {
+ // title: '情绪标签',
+ // align: 'center',
+ // dataIndex: 'emotionTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
{
title: '收费价格',
align: 'center',
@@ -348,34 +348,34 @@ export const targetColumns: BasicColumn[] = [
align: 'center',
dataIndex: 'directiveName',
},
- {
- title: '体型标签',
- align: 'center',
- dataIndex: 'bodyTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
- {
- title: '情绪标签',
- align: 'center',
- dataIndex: 'emotionTagList',
- ellipsis: false,
- // defaultHidden: true,
- format(text, record, index) {
- if (!!text) {
- return text.map((item) => item.tagName).join('、');
- } else {
- return '-';
- }
- },
- },
+ // {
+ // title: '体型标签',
+ // align: 'center',
+ // dataIndex: 'bodyTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
+ // {
+ // title: '情绪标签',
+ // align: 'center',
+ // dataIndex: 'emotionTagList',
+ // ellipsis: false,
+ // // defaultHidden: true,
+ // format(text, record, index) {
+ // if (!!text) {
+ // return text.map((item) => item.tagName).join('、');
+ // } else {
+ // return '-';
+ // }
+ // },
+ // },
{
title: '收费价格',
align: 'center',
diff --git a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveListModal.vue b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveListModal.vue
index c9f9c72..4a0892b 100644
--- a/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveListModal.vue
+++ b/src/views/synchronization/directive/serviceDirective/ConfigServiceDirectiveListModal.vue
@@ -2,7 +2,7 @@
-
diff --git a/src/views/synchronization/directive/syncList.vue b/src/views/synchronization/directive/syncList.vue
index 94b94eb..a0b110e 100644
--- a/src/views/synchronization/directive/syncList.vue
+++ b/src/views/synchronization/directive/syncList.vue
@@ -56,16 +56,16 @@
-
-
+
+
刷新
+
+
+
-
关闭
@@ -308,10 +308,11 @@ onMounted(() => {
\ No newline at end of file
diff --git a/src/views/system/depart/components/DepartFormModal.vue b/src/views/system/depart/components/DepartFormModal.vue
index 5a35d65..a67f544 100644
--- a/src/views/system/depart/components/DepartFormModal.vue
+++ b/src/views/system/depart/components/DepartFormModal.vue
@@ -8,6 +8,13 @@
否
+
+
+
+ 是
+ 否
+
+
否
+
+
+
+ 是
+ 否
+
+