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},