From 655aee70727fe0479442d02cec27114eaed15872 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 21 三月 2025 14:40:19 +0800 Subject: [PATCH] 人员-样式优化 --- src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 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..c820834 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: [ -- Gitblit v1.9.3