Browse Source

客户数字社区初始化

master
zhaoqifeng 3 years ago
parent
commit
de0d3f13d0
  1. 6
      epmet-oper-web/src/js/columns/customer/manage/customer.js

6
epmet-oper-web/src/js/columns/customer/manage/customer.js

@ -59,14 +59,14 @@ export default {
cityKey: 'city', cityKey: 'city',
countyKey: 'county', countyKey: 'county',
format: 'address', format: 'address',
width: 150 width: 120
}, },
{ {
key: 'gridNumber', key: 'gridNumber',
title: '网格数', title: '网格数',
display: ['table', 'model'], display: ['table', 'model'],
block: true, block: true,
width: 60 width: 40
}, },
{ {
key: 'validityTime', key: 'validityTime',
@ -88,7 +88,7 @@ export default {
} }
], ],
block: true, block: true,
width: 60 width: 40
}, },
{ {
key: 'rootManagePhone', key: 'rootManagePhone',

Loading…
Cancel
Save