diff --git a/src/views/serviceDirective/serviceDirective/ConfigServiceDirective.data.ts b/src/views/serviceDirective/serviceDirective/ConfigServiceDirective.data.ts
index a717331..b2f5157 100644
--- a/src/views/serviceDirective/serviceDirective/ConfigServiceDirective.data.ts
+++ b/src/views/serviceDirective/serviceDirective/ConfigServiceDirective.data.ts
@@ -9,32 +9,32 @@ export const columns: BasicColumn[] = [
title: '服务类别',
align: 'center',
dataIndex: 'categoryId_dictText',
- customCell: (record, index, column) => {
- if (record.categoryRowSpan != null) {
- return { rowSpan: record.categoryRowSpan };
- }
- },
+ // customCell: (record, index, column) => {
+ // if (record.categoryRowSpan != null) {
+ // return { rowSpan: record.categoryRowSpan };
+ // }
+ // },
},
{
title: '服务类型',
align: 'center',
dataIndex: 'typeId_dictText',
- customCell: (record, index, column) => {
- if (record.typeRowSpan != null) {
- return { rowSpan: record.typeRowSpan };
- }
- },
+ // customCell: (record, index, column) => {
+ // if (record.typeRowSpan != null) {
+ // return { rowSpan: record.typeRowSpan };
+ // }
+ // },
},
{
title: '分类标签',
align: 'center',
dataIndex: 'instructionTagId_dictText',
width: 100,
- customCell: (record, index, column) => {
- if (record.instructionRowSpan != null) {
- return { rowSpan: record.instructionRowSpan };
- }
- },
+ // customCell: (record, index, column) => {
+ // if (record.instructionRowSpan != null) {
+ // return { rowSpan: record.instructionRowSpan };
+ // }
+ // },
},
{
title: '服务指令名称',
diff --git a/src/views/serviceDirective/serviceDirective/ConfigServiceDirectiveListCom.vue b/src/views/serviceDirective/serviceDirective/ConfigServiceDirectiveListCom.vue
new file mode 100644
index 0000000..8ee0356
--- /dev/null
+++ b/src/views/serviceDirective/serviceDirective/ConfigServiceDirectiveListCom.vue
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
+
+
+
+
+ 无文件
+
+
+
+ 无文件
+
+ 播放视频
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/synchronization/directive/index.vue b/src/views/synchronization/directive/index.vue
new file mode 100644
index 0000000..ffabd08
--- /dev/null
+++ b/src/views/synchronization/directive/index.vue
@@ -0,0 +1,269 @@
+
+
+
+
+
+ 机构信息
+
+
+
+ 筛选条件及功能操作按钮
+
+
+
+
+
+
+
+
+
+
+ 源数据
+ 分屏1
+ 分屏2
+ 分屏3
+ 已选择
+
+
+
+
+ {{ toggleSearchStatus ? '拉伸' : '压缩' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 移除
+
+
+
+ 无文件
+
+
+
+ 无文件
+
+ 播放视频
+
+
+
+ -
+
+ {{record.tagList.map(item => item.tagName).join('、')}}
+
+
+
+ 无图片
+
+
+
+ 无图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file