xiongchao 3 anni fa
parent
commit
60cbe80273
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
           }