diff --git a/src/views/modules/customer/customerInformationManagement.vue b/src/views/modules/customer/customerInformationManagement.vue index ec5ed71..00183a9 100644 --- a/src/views/modules/customer/customerInformationManagement.vue +++ b/src/views/modules/customer/customerInformationManagement.vue @@ -94,33 +94,12 @@ - + - + - - - - - - - - - - - - - - + @@ -989,60 +968,6 @@ export default { fixed: '', columnWidth: 160 }, - { - userId: this.$store.state.user.name, - functionId: 101001, - serialNumber: '101001Table1CustomerCurrency', - tableId: '101001Table1', - tableName: '客户信息表', - columnProp: 'customerCurrency', - headerAlign: 'center', - align: 'center', - columnLabel: '客户币种', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, - { - userId: this.$store.state.user.name, - functionId: 101001, - serialNumber: '101001Table1TurnoverOfYear', - tableId: '101001Table1', - tableName: '客户信息表', - columnProp: 'turnoverOfYear', - headerAlign: 'center', - align: 'right', - columnLabel: '年营业额', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, - { - userId: this.$store.state.user.name, - functionId: 101001, - serialNumber: '101001Table1PotentialRevenueOfYear', - tableId: '101001Table1', - tableName: '客户信息表', - columnProp: 'potentialRevenueOfYear', - headerAlign: 'center', - align: 'right', - columnLabel: '年潜在投入', - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, { userId: this.$store.state.user.name, functionId: 101001,