From 43989c4530d643fc7d8a2e4b782097acde87934b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 24 Oct 2023 16:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=8E=BB=E6=8E=89=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/tableColumns/index.js | 2 +- fe/PC/src/utils/tabsDesTions/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index 6396b45fd..b0d547fdd 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -221,7 +221,6 @@ export const Customer = [ type: "name" }, { label: _Names.customerName, prop: "name" }, - { label: _Public.status, prop: "isActive", type: "filter", filters: "openToCloseBit" }, { label: _Names.contact, prop: "contacts" }, { label: _Names.phone, prop: "phone" }, { label: _Names.fax, prop: "fax" }, @@ -235,6 +234,7 @@ export const Customer = [ { label: _Names.city, prop: "city" }, { label: _Names.currency, prop: "currency" }, // ************** 确认隐藏 ************************ + // { label: _Public.status, prop: "isActive", type: "filter", filters: "openToCloseBit" }, // { label: _Public.type, prop: 'type' }, // ************** 确认隐藏 ************************ // { diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index d5190ff10..793f3f604 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -150,13 +150,13 @@ export const Customer = [ { label: "货币", prop: "currency" }, { label: "备注", prop: 'remark' }, { label: "简称", prop: "shortName" }, - { label: "状态", prop: "isActive", type: "filter",filters: "openToCloseBit" }, { label: "事务ID", prop: "tenantId" }, { label: "创建时间", prop: "creationTime", type:'dateTime' }, { label: "创建者ID", prop: "creatorId" }, { label: "上次修改时间", prop: "lastModificationTime", type:'dateTime' }, { label: "上次修改者ID", prop: "lastModifierId" }, // ************** 确认隐藏 ************************ + // { label: "状态", prop: "isActive", type: "filter",filters: "openToCloseBit" }, // { label: "ID", prop: 'id' }, // { label: "type", prop: 'type' }, // ************** 确认隐藏 ************************