Bläddra i källkod

完善计量的功能

hfxc226 2 år sedan
förälder
incheckning
8f5975c0e0
1 ändrade filer med 6 tillägg och 8 borttagningar
  1. 6 8
      src/views/sb/info/SbInfo.vue

+ 6 - 8
src/views/sb/info/SbInfo.vue

@@ -344,7 +344,7 @@ export default {
         {
           title: '规格型号',
           dataIndex: 'model',
-          width: 120,
+          width: 250,
           checked: true
         },
         {
@@ -382,13 +382,13 @@ export default {
         },
 
         {
-          title: '系列号(出厂编号)',
+          title: '出厂编号',
           dataIndex: 'zzh',
           width: 120,
           checked: true
         },
 
-        {
+        /*{
           title: '是否显示',
           dataIndex: 'isShow',
           width: 120,
@@ -396,7 +396,7 @@ export default {
           customRender: (text, record, index) => {
             return this.BaseTool.Object.getField(this.isShowMap, text)
           }
-        },
+        },*/
 
         {
           title: '是否子设备',
@@ -407,9 +407,8 @@ export default {
             return this.BaseTool.Object.getField(this.isChildMap, text)
           }
         },
-
         {
-          title: '资产编号1',
+          title: '资产编号',
           dataIndex: 'financingNo',
           width: 120,
           checked: true
@@ -478,7 +477,6 @@ export default {
           checked: true,
           dataIndex: 'status',
           width: 100,
-          fixed: 'right',
           scopedSlots: { customRender: 'status' }
         },
         {
@@ -487,7 +485,7 @@ export default {
           checked: true,
           fixed: 'right',
           align: 'center',
-          width: '200',
+          width: '120',
           scopedSlots: { customRender: 'action' }
         }
       ],