Browse Source

设备内码/位置内码 栏位宽度修改

yx 4 years ago
parent
commit
57c6f67855
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/equipment/table/wxTable.vue

+ 1 - 1
src/views/equipment/table/wxTable.vue

@@ -71,7 +71,7 @@
                 <el-table-column prop='sbmc' label='设备名称/位置名称' show-overflow-tooltip resizable min-width='460'>
                     <template slot-scope='{row}'>{{row.sbmc || row.wzjc || '--'}}</template>
                 </el-table-column>
-                <el-table-column prop='assetnum' label='设备内码/位置内码' show-overflow-tooltip resizable width='80'>
+                <el-table-column prop='assetnum' label='设备内码/位置内码' show-overflow-tooltip resizable width='140'>
                     <template slot-scope='{row}'>{{row.assetnum || row.location || '--'}}</template>
                 </el-table-column>
                 <el-table-column prop='matters' label='事项类型' width='180' show-overflow-tooltip resizable>