xiongchao hace 3 años
padre
commit
a31b07d78b
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/sb/info/SbInfo.vue

+ 4 - 2
src/views/sb/info/SbInfo.vue

@@ -212,8 +212,7 @@ export default {
         },
         {
           title: '设备旧号',
-          dataIndex: 'zbh',
-          checked: true
+          dataIndex: 'zbh'
         },
         {
           title: '设备类型',
@@ -233,6 +232,7 @@ export default {
         },
         {
           title: '设备原值',
+          checked: true,
           dataIndex: 'initialValue',
           customRender: (text, record, index) => {
             return this.BaseTool.Amount.formatter(text)
@@ -240,10 +240,12 @@ export default {
         },
         {
           title: '购置日期',
+          checked: true,
           dataIndex: 'buyDate'
         },
         {
           title: '投用日期',
+          checked: true,
           dataIndex: 'startDate'
         },
         {