Browse Source

其他事项 感叹号打开的 弹窗组件,表格宽度修改

yx 4 years ago
parent
commit
b83f0fc03a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/other/zhsxDialog.vue

+ 1 - 1
src/views/other/zhsxDialog.vue

@@ -10,7 +10,7 @@
                 <div class='bottom-table'>
                     <el-table :data='tableData' height='480' style='width:100%;' :span-method='objectSpanMethod' border v-if='tableData.length>0'>
                         <el-table-column label='序号' type='index' width='60'></el-table-column>
-                        <el-table-column prop='jcsx' label='检测事项' :show-overflow-tooltip='true'></el-table-column>
+                        <el-table-column prop='jcsx' label='检测事项' :show-overflow-tooltip='true' width='400'></el-table-column>
                         <el-table-column prop='zgbm' label='主管部门' :show-overflow-tooltip='true'></el-table-column>
                         <el-table-column prop='jlsx' label='记录事项' :show-overflow-tooltip='true'></el-table-column>
                     </el-table>