From 292770a7c2553db7953186c85d8dc9fdc8d04f6a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 24 三月 2025 15:57:52 +0800 Subject: [PATCH] 样式优化 --- src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue index 6a2a6bb..35949e6 100644 --- a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue +++ b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue @@ -250,33 +250,33 @@ { label: '宀椾綅', prop: 'postName', - minWidth: '100' + width: '100' }, { label: '濮撳悕', prop: 'userName', - minWidth: '100' + width: '100' }, { label: '瀛﹀巻', prop: 'academicDegree', - minWidth: '100' + width: '100' }, { label: '涓撲笟', prop: 'major', - minWidth: '100' + width: '100' }, { label: '鑱岀О', prop: 'professionalTitle', - minWidth: '100' + width: '100' }, { dataType: 'slot', label: '宀椾綅鑱岃矗', prop: 'jobResponsibilities', - minWidth: '200px', + width: '400', slot: 'jobResponsibilities' }, { dataType: 'tag', label: '缁煎悎璇勪环', - minWidth: '140px', + width: '140px', prop: 'comprehensiveAssessment', formatData: (params) => { if (params == 'Qualified this position') { @@ -299,14 +299,13 @@ }, { label: '纭浜�', prop: 'confirmOperatingPersonnelName', - minWidth: '100' + width: '100' }, { label: '纭鏃ユ湡', prop: 'confirmDate', - minWidth: '160' + width: '160' }, { dataType: 'action', - minWidth: '220', label: '鎿嶄綔', fixed: 'right', operation: [ @@ -543,7 +542,7 @@ this.dialogVisible = false; }, getUserList(){ - selectUserCondition().then(res => { + selectUserCondition({type: 2}).then(res => { if (res.code == 200) { this.responsibleOptions = res.data } -- Gitblit v1.9.3