diff --git a/src/main/resources/views/platform/zhgh/welfare/welfareUser/index.html b/src/main/resources/views/platform/zhgh/welfare/welfareUser/index.html
index ad75526..ac5be5b 100644
--- a/src/main/resources/views/platform/zhgh/welfare/welfareUser/index.html
+++ b/src/main/resources/views/platform/zhgh/welfare/welfareUser/index.html
@@ -212,7 +212,7 @@ layout("/layouts/platform.html"){
暂无
-
+
备注
删除
@@ -302,16 +302,16 @@ layout("/layouts/platform.html"){
sexOptions: ["男", "女"],
projectSelectOptions: [],
tableColumns: [
- { prop: "loginname", label: "工号" },
- { prop: "username", label: "姓名" },
- { prop: "sex", label: "性别", sortable: true, checked: 0 },
- { prop: "birthday", label: "出生日期", sortable: true, checked: 0 },
- { prop: "personType", label: "人员类型", sortable: true },
- { prop: "userState", label: "在职状态", sortable: true },
- { prop: "welfareUnionName", label: "所属工会", sortable: true },
- { prop: "welfareUnitName", label: "所属单位", sortable: true },
- { prop: "threeUnitName", label: "三级单位", sortable: true },
- { prop: "remark", label: "备注", sortable: true }
+ // 固定各业务列宽,长单位名称通过表格内部横向滚动和悬浮提示展示,避免挤压操作列。
+ { prop: "loginname", label: "工号", width: 140 },
+ { prop: "username", label: "姓名", width: 120 },
+ { prop: "sex", label: "性别", sortable: true, checked: 0, width: 80 },
+ { prop: "birthday", label: "出生日期", sortable: true, checked: 0, width: 120 },
+ { prop: "personType", label: "人员类型", sortable: true, width: 120 },
+ { prop: "userState", label: "在职状态", sortable: true, width: 110 },
+ { prop: "welfareUnionName", label: "所属工会", sortable: true, width: 170 },
+ { prop: "welfareUnitName", label: "所属单位", sortable: true, width: 250 },
+ { prop: "remark", label: "备注", sortable: true}
],
importData: { fileList: [], isfg: 1 },