chenrui 2 år sedan
förälder
incheckning
64fc0dec9c
1 ändrade filer med 6 tillägg och 3 borttagningar
  1. 6 3
      src/views/numsGoodsShelves/vinAnalysis/vinList.vue

+ 6 - 3
src/views/numsGoodsShelves/vinAnalysis/vinList.vue

@@ -187,13 +187,13 @@ export default {
       ]
       this.showCol.map(item => {
         if (item == 'kt') {
-          arr.push({ title: '空调滤清器适配', dataIndex: 'airConditionerFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '7%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
+          arr.push({ title: '空调滤清器适配', dataIndex: 'airConditionerFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
         }
         if (item == 'kq') {
-          arr.push({ title: '空气滤清器适配', dataIndex: 'airFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '7%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
+          arr.push({ title: '空气滤清器适配', dataIndex: 'airFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
         }
         if (item == 'jy') {
-          arr.push({ title: '机油滤清器适配', dataIndex: 'engineOilFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '7%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
+          arr.push({ title: '机油滤清器适配', dataIndex: 'engineOilFilterFlagDesc', filters: this.filters, filterMultiple: false, width: '15%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } })
         }
       })
       return arr
@@ -302,4 +302,7 @@ export default {
     margin: 280px 0 340px;
     font-size: 16px;
   }
+  .sTable{
+    min-width:1004px;
+  }
 </style>