xiongchao 3 år sedan
förälder
incheckning
60cbe80273
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/sb/info/SbInfo.vue

+ 1 - 1
src/views/sb/info/SbInfo.vue

@@ -253,7 +253,7 @@ export default {
           title: '设备类型',
           checked: true,
           dataIndex: 'type',
-          width: 120,
+          width: 150,
           customRender: (text, record, index) => {
             return record.typeName
           }