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 |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue
index ac989ea..35949e6 100644
--- a/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue
+++ b/src/views/CNAS/personnel/personnelInfo/tabs/personnel-capacity.vue
@@ -7,7 +7,7 @@
           <el-input v-model="userName" placeholder="璇疯緭鍏ュ鍚�" size="small" clearable></el-input>
         </el-form-item>
         <el-form-item>
-          <el-button size="small" type="primary" @click="refreshTable">鏌� 璇�</el-button>
+          <el-button size="mini" type="primary" @click="refreshTable">鏌ヨ</el-button>
         </el-form-item>
       </el-form>
       <div>
@@ -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