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 @@ + + + + + \ No newline at end of file