From 3962fc65369ca444415344e6db45e6b3f3ab983c Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 18 Apr 2025 10:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8C=E6=AD=A5-=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=8C=87=E4=BB=A4=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ConfigServiceDirective.data.ts | 30 +- .../ConfigServiceDirectiveListCom.vue | 268 +++++++++++++++++ src/views/synchronization/directive/index.vue | 269 ++++++++++++++++++ 3 files changed, 552 insertions(+), 15 deletions(-) create mode 100644 src/views/serviceDirective/serviceDirective/ConfigServiceDirectiveListCom.vue create mode 100644 src/views/synchronization/directive/index.vue 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