From 74325bfadcde65a570cc49001b82bc47872009f8 Mon Sep 17 00:00:00 2001 From: "hongrui.an" <297504645@qq.com> Date: Tue, 1 Jul 2025 17:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90EDI=E5=89=8D=E7=AB=AF=E3=80=91?= =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/components/setColumsPop/index.vue | 216 ++++++++++++++++++++++ Web/src/utils/common/apiTableColumns.js | 6 +- 2 files changed, 219 insertions(+), 3 deletions(-) create mode 100644 Web/src/components/setColumsPop/index.vue diff --git a/Web/src/components/setColumsPop/index.vue b/Web/src/components/setColumsPop/index.vue new file mode 100644 index 0000000..5784e29 --- /dev/null +++ b/Web/src/components/setColumsPop/index.vue @@ -0,0 +1,216 @@ + + + + + + \ No newline at end of file diff --git a/Web/src/utils/common/apiTableColumns.js b/Web/src/utils/common/apiTableColumns.js index 1fcd9dd..27e9f7c 100644 --- a/Web/src/utils/common/apiTableColumns.js +++ b/Web/src/utils/common/apiTableColumns.js @@ -8,8 +8,8 @@ const apiTableColumns = { {prop:'api',title:'api',align:'left',width:200}, {prop:'url',title:'url',align:'left',width:300}, {prop:'corn',title:'corn'}, - {prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, - {prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, + // {prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, + // {prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, {prop:'isAuto',title:'是否自动执行',type:'tagFilter',options:EnumList.whetherBoolean}, {prop:'remark',title:'remark',align:'left',width:300}, {prop:'creationTime',title:'创建时间',width:180,type:'datetime',noEdit:true}, @@ -23,7 +23,7 @@ const apiTableColumns = { {prop:'taskName',title:'任务名称',align:'left',width:200,disabled:true}, {prop:'dataCount',title:'同步总数量',type:'number'}, {prop:'writeState',title:'是否传出',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, - {prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, + // {prop:'readState',title:'是否已确认',type:'tagFilter',options:EnumList.whetherBoolean,width:120,noEdit:true}, {prop:'subscriber',title:'客户名'}, {prop:'failedCount',title:'失败条数',type:'number'}, {prop:'failedInfo',title:'失败信息',tooltip:true,width:180},