diff --git a/src/main/resources/static/js/evaluate/person/person.js b/src/main/resources/static/js/evaluate/person/person.js index 188ee3f..040ffd8 100644 --- a/src/main/resources/static/js/evaluate/person/person.js +++ b/src/main/resources/static/js/evaluate/person/person.js @@ -58,18 +58,18 @@ function initTreeTable() { unresize: true, align: "center", }, - { - field: "idCard", - title: "身份证号码", - width: "20%", - unresize: true, - align: "center", - templet: (d) => maskSensitiveInfo(d.idCard, "idCard"), - }, + // { + // field: "idCard", + // title: "身份证号码", + // width: "20%", + // unresize: true, + // align: "center", + // templet: (d) => maskSensitiveInfo(d.idCard, "idCard"), + // }, { field: "phone", title: "联系电话", - width: "15%", + width: "20%", unresize: true, align: "center", templet: (d) => maskSensitiveInfo(d.phone, "phone"), @@ -77,14 +77,14 @@ function initTreeTable() { { field: "deptName", title: "所属部门/项目", - width: "15%", + width: "20%", unresize: true, align: "center", }, { field: "roleName", title: "系统角色", - width: "10%", + width: "15%", unresize: true, align: "center", }, diff --git a/src/main/resources/static/pages/evaluate/outsourceEnterprise/outsourceEnterpriseList.html b/src/main/resources/static/pages/evaluate/outsourceEnterprise/outsourceEnterpriseList.html index 0c6374a..f4ee321 100644 --- a/src/main/resources/static/pages/evaluate/outsourceEnterprise/outsourceEnterpriseList.html +++ b/src/main/resources/static/pages/evaluate/outsourceEnterprise/outsourceEnterpriseList.html @@ -131,7 +131,7 @@ , {field: 'socialCreditCode', align: 'center', title: '统一社会信用代码'} , {field: 'setTime', align: 'center', title: '成立日期'} , {field: 'corporateName', align: 'center', title: '法人姓名'}, - { field: 'idCard', title: '身份证号码', width: '20%', align: "center", templet: d => maskSensitiveInfo(d.idCard, 'idCard') }, + // { field: 'idCard', title: '身份证号码', width: '20%', align: "center", templet: d => maskSensitiveInfo(d.idCard, 'idCard') }, { field: 'phone', title: '联系电话', width: '15%', align: "center", templet: d => maskSensitiveInfo(d.phone, 'phone') }, {field: 'proNum', align: 'center', title: '项目数量'}, {