cfort hace 2 años
padre
commit
d4b876dc5a
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/views/infosManage/fileIE.vue

+ 5 - 5
src/views/infosManage/fileIE.vue

@@ -190,12 +190,12 @@ export default {
       ]
       this.listConfig.columns = [
         // { prop: 'fen_lei_', label: '表单分类', width: 120 },
-        { prop: 'biao_dan_ming_che', label: '表单名称', minWidth: 150 },
-        { prop: 'shi_wu_shuo_ming_', label: '事务说明', minWidth: 200 },
+        { prop: 'biao_dan_ming_che', label: '表单名称', width: 210 },
+        { prop: 'shi_wu_shuo_ming_', label: '事务说明', minWidth: 250 },
         { prop: 'fu_jian_', label: '附件', slotName: 'wenjinachayue', width: 150 },
-        { prop: 'nian_du_', label: '年度', width: 80 },
-        { prop: 'bian_zhi_shi_jian', label: '上传时间', width: 100 },
-        { prop: 'ry_name', label: '上传人', width: 100 }
+        { prop: 'nian_du_', label: '年度', width: 60 },
+        { prop: 'bian_zhi_shi_jian', label: '上传时间', width: 120 },
+        { prop: 'ry_name', label: '上传人', width: 70 }
       ]
     }
   },