diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index d4369a74b..117a7a2c0 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -914,7 +914,7 @@ export const PurchaseOrder = [ }, { label: _Names.supplierCode, prop: "supplierCode" }, { label: _Names.supplierName, prop: "supplierName" }, - { label: _Names.supplierAddress, prop: "supplierAddress",showProp: true }, + // { label: _Names.supplierAddress, prop: "supplierAddress",showProp: true }, { label: _Public.status, prop: 'orderStatus', type: "filter", filters: "openToClose" }, { label: _Public.worker, prop: 'worker' }, { label: "订单类型", prop: 'poType' }, diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index b63d01bed..edf740210 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -654,7 +654,7 @@ export const PurchaseOrder = [ { label: "采购订单号", prop: 'number' }, { label: _Names.supplierCode, prop: "supplierCode" }, { label: _Names.supplierName, prop: "supplierName" }, - { label: _Names.supplierAddress, prop: "supplierAddress",showProp: true }, + // { label: _Names.supplierAddress, prop: "supplierAddress",showProp: true }, { label: _Public.status, prop: 'orderStatus', type: "filter", filters: "openToClose" }, { label: _Public.worker, prop: 'worker' }, { label: "订单类型", prop: 'poType' },