xiongchao 3 년 전
부모
커밋
60cbe80273
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
           }