lxh vor 3 Monaten
Ursprung
Commit
ff5601fb41
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      src/views/vent/safetyList/safetyList.data.ts

+ 4 - 1
src/views/vent/safetyList/safetyList.data.ts

@@ -29,18 +29,21 @@ export const columns: BasicColumn[] = [
         title: '供电模式',
         dataIndex: 'gdmsC',
         key: 'gdmsC',
+        width:100,
         align: 'center',
     },
     {
         title: '电池容量',
         dataIndex: 'dcrl',
         key: 'dcrl',
+        width:80,
         align: 'center',
     },
     {
         title: '连接状态',
         dataIndex: 'linkstatusC',
         key: 'linkstatusC',
+        width:80,
         align: 'center',
     },
     {
@@ -52,7 +55,7 @@ export const columns: BasicColumn[] = [
     {
         title: '操作',
         dataIndex: 'action',
-        width: 250,
+        width: 220,
         align: 'center',
         slots: { customRender: 'action' },
     },