From 5d22a7475ea179a0ac728e7c956888ebdb9f0247 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 29 七月 2026 14:09:50 +0800
Subject: [PATCH] yxh

---
 src/views/project/fund/medicalCostApply/index.vue           |    2 
 src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue |   18 +++---
 src/views/project/fund/performanceApply/index.vue           |    2 
 src/views/project/fundcheck/officeExpenseCheck/index.vue    |   18 +++---
 src/views/project/travelexpensecheck/index.vue              |    4 
 src/views/project/fund/performancedetails/index.vue         |    4 
 src/views/project/fund/expertFeeApply/index.vue             |    2 
 src/views/project/fund/ethicalExpertFeeApply/index.vue      |    2 
 src/views/project/fundcheck/medicalCostCheck/index.vue      |   12 ++--
 src/views/project/fundcheck/expertFeeCheck/index.vue        |   36 +++++-------
 src/views/project/externalperson/index.vue                  |   43 +++++++++-----
 src/views/project/fund/officeExpenseApply/index.vue         |    2 
 src/views/project/fundcheck/performanceCheck/index.vue      |   18 +++---
 src/views/project/travelexpenseapply/index.vue              |    2 
 14 files changed, 86 insertions(+), 79 deletions(-)

diff --git a/src/views/project/externalperson/index.vue b/src/views/project/externalperson/index.vue
index 2e594a1..f0d8a8f 100644
--- a/src/views/project/externalperson/index.vue
+++ b/src/views/project/externalperson/index.vue
@@ -7,6 +7,22 @@
       v-show="showSearch"
       label-width="80px"
     >
+      
+      <el-form-item label="璐﹀彿绫诲埆" prop="usertype">
+        <el-select
+          v-model="queryParams.usertype"
+          placeholder="璇烽�夋嫨璐﹀彿绫诲埆"
+          clearable
+          size="small"
+        >
+          <el-option
+            v-for="dict in dict.type.sys_UserType"
+            :key="dict.value"
+            :label="dict.label"
+            :value="dict.value"
+          />
+        </el-select>
+      </el-form-item>
       <el-form-item label="璐﹀彿缂栧彿" prop="userno">
         <el-input
           v-model="queryParams.userno"
@@ -25,20 +41,14 @@
           @keyup.enter.native="handleQuery"
         />
       </el-form-item>
-      <el-form-item label="璐﹀彿绫诲埆" prop="usertype">
-        <el-select
-          v-model="queryParams.usertype"
-          placeholder="璇烽�夋嫨璐﹀彿绫诲埆"
+      <el-form-item label="鎵�鍦ㄥ崟浣�" prop="unitname">
+        <el-input
+          v-model="queryParams.unitname"
+          placeholder="璇疯緭鍏ユ墍鍦ㄥ崟浣�"
           clearable
           size="small"
-        >
-          <el-option
-            v-for="dict in dict.type.sys_UserType"
-            :key="dict.value"
-            :label="dict.label"
-            :value="dict.value"
-          />
-        </el-select>
+          @keyup.enter.native="handleQuery"
+        />
       </el-form-item>
       <el-form-item>
         <el-button
@@ -138,7 +148,7 @@
           /> </template
       ></el-table-column>
       <el-table-column
-        label="鍗曚綅鍚嶇О"
+        label="鎵�鍦ㄥ崟浣�"
         width="250"
         align="center"
         prop="unitname"
@@ -464,6 +474,7 @@
 
     /** 鏌ヨ鍗曚綅銆佷汉鍛樿处鍙峰垪琛� */
     getList() {
+      /*
       if (
         this.queryParams.username === null ||
         this.queryParams.username.replace(/\s/g, "") == ""
@@ -473,7 +484,8 @@
         );
         return;
       }
-
+      */
+     
       // this.loading = true;
       listExternalperson(this.queryParams).then(response => {
         this.externalpersonList = response.rows;
@@ -507,7 +519,7 @@
     },
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
-      console.log("handleQuery", this.queryParams);
+      /*
       if (
         this.queryParams.username === null ||
         this.queryParams.username.replace(/\s/g, "") == ""
@@ -517,6 +529,7 @@
         );
         return;
       }
+      */
 
       this.queryParams.pageNum = 1;
       this.getList();
diff --git a/src/views/project/fund/ethicalExpertFeeApply/index.vue b/src/views/project/fund/ethicalExpertFeeApply/index.vue
index e88de4b..91cc0c5 100644
--- a/src/views/project/fund/ethicalExpertFeeApply/index.vue
+++ b/src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -186,7 +186,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column
-                  label="鐢宠鏉愭枡鐘舵��"
+                  label="鏉愭枡棰勫鐘舵��"
                   width="140"
                   align="center"
                   prop="checkstatus"
diff --git a/src/views/project/fund/expertFeeApply/index.vue b/src/views/project/fund/expertFeeApply/index.vue
index 32cc59e..e3bc9f3 100644
--- a/src/views/project/fund/expertFeeApply/index.vue
+++ b/src/views/project/fund/expertFeeApply/index.vue
@@ -190,7 +190,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column
-                  label="鐢宠鏉愭枡鐘舵��"
+                  label="鏉愭枡棰勫鐘舵��"
                   width="140"
                   align="center"
                   prop="checkstatus"
diff --git a/src/views/project/fund/medicalCostApply/index.vue b/src/views/project/fund/medicalCostApply/index.vue
index 3859817..74feac5 100644
--- a/src/views/project/fund/medicalCostApply/index.vue
+++ b/src/views/project/fund/medicalCostApply/index.vue
@@ -175,7 +175,7 @@
                   </template>
                 </el-table-column>
                 <el-table-column
-                  label="鐢宠鏉愭枡鐘舵��"
+                  label="鏉愭枡棰勫鐘舵��"
                   width="140"
                   align="center"
                   prop="checkstatus"
diff --git a/src/views/project/fund/officeExpenseApply/index.vue b/src/views/project/fund/officeExpenseApply/index.vue
index e29e217..4bc38b1 100644
--- a/src/views/project/fund/officeExpenseApply/index.vue
+++ b/src/views/project/fund/officeExpenseApply/index.vue
@@ -141,7 +141,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="鐢宠鏉愭枡鐘舵��"
+        label="鏉愭枡棰勫鐘舵��"
         width="140"
         align="center"
         prop="checkstatus"
diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index b3c2e31..003d626 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -147,7 +147,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="鐢宠鏉愭枡鐘舵��"
+        label="鏉愭枡棰勫鐘舵��"
         width="140"
         align="center"
         prop="checkstatus"
diff --git a/src/views/project/fund/performancedetails/index.vue b/src/views/project/fund/performancedetails/index.vue
index 3144c06..4e45409 100644
--- a/src/views/project/fund/performancedetails/index.vue
+++ b/src/views/project/fund/performancedetails/index.vue
@@ -74,11 +74,11 @@
             </el-form-item>
           </el-col>
           <el-col :span="5">
-            <el-form-item label="鐢宠鏉愭枡鐘舵��" prop="infoid">
+            <el-form-item label="鏉愭枡棰勫鐘舵��" prop="infoid">
               <el-select
                 v-model="form.checkstatus"
                 filterable
-                placeholder="璇烽�夋嫨鐢宠鏉愭枡鐘舵��"
+                placeholder="璇烽�夋嫨鏉愭枡棰勫鐘舵��"
               >
                 <el-option
                   v-for="item in baselisttages"
diff --git a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
index e817a85..32abe2c 100644
--- a/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -75,30 +75,30 @@
               <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="200px" />
-          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="150px" />
-          <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkFlag">
+          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="120px" />
+          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="90px" />
+          <el-table-column label="鏉愭枡棰勫鐘舵��" width="140px" align="center" prop="checkFlag">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="200">
+          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="140px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="涓◣璁$畻鎯呭喌" align="center" prop="recordstatus" width="200">
+          <el-table-column label="涓◣璁$畻鎯呭喌" align="center" prop="recordstatus" width="120px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
             </template>
           </el-table-column>
-          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="200px" />
-          <el-table-column label="缁勯暱" align="center" prop="managername" width="150px" />
-          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="120px" />
+          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="140px" />
+          <el-table-column label="缁勯暱" align="center" prop="managername" width="90px" />
+          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="90px" />
           <el-table-column label="澶囨敞" align="center" prop="remark" />
           <!--<el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />
           <el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />-->
-          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
+          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
             <template slot-scope="scope">
               <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                 @click="handleDetail(scope.row)">璇︽儏</el-button>
diff --git a/src/views/project/fundcheck/expertFeeCheck/index.vue b/src/views/project/fundcheck/expertFeeCheck/index.vue
index d904327..4cde988 100644
--- a/src/views/project/fundcheck/expertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -26,15 +26,8 @@
         </el-col>
         <el-col :span="5">
           <el-form-item align="left" label="涓氬姟缁�" prop="deptnos">
-            <el-select
-              v-model="queryParams.deptnos"
-              placeholder="璇烽�夋嫨妗堜緥鐘舵��"
-            >
-              <el-option
-                v-for="item in deptList"
-                :label="item.deptName"
-                :value="item.deptId"
-              >
+            <el-select v-model="queryParams.deptnos" placeholder="璇烽�夋嫨妗堜緥鐘舵��">
+              <el-option v-for="item in deptList" :label="item.deptName" :value="item.deptId">
               </el-option>
             </el-select>
           </el-form-item>
@@ -104,40 +97,40 @@
             </template>
           </el-table-column> -->
           <el-table-column label="鎶ラ攢鍗曞彿" align="center" prop="bh" width="150px" />
-          <el-table-column label="鐢宠鏃ユ湡" width="120" align="center" prop="applyTime">
+          <el-table-column label="鐢宠鏃ユ湡" width="120px" align="center" prop="applyTime">
             <template slot-scope="scope">
               <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="200px" />
-          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="150px" />
+          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="120px" />
+          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="90px" />
           <!-- <el-table-column label="宸ヤ綔鍗曚綅" align="center"  prop="unitname" width="230px" /> -->
           <!-- <el-table-column label="鑱旂郴鐢佃瘽" align="center"  prop="phone"  width="160"  /> -->
           <!-- <el-table-column label="绋庡悗閲戦" align="center" prop="taxedcost" width="120px" />
           <el-table-column label="鐢宠閲戦" align="center" prop="amountrequested" width="120px" />
           <el-table-column label="棰勬敮璐圭敤" align="center" prop="prepaidamount" width="120px" /> -->
-          <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkstatus">
+          <el-table-column label="鏉愭枡棰勫鐘舵��" align="center" prop="checkstatus" width="140px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="200">
+          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="120px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="涓◣璁$畻鏃ユ湡" width="120" align="center" prop="fundtaxtime">
+          <el-table-column label="涓◣璁$畻鏃ユ湡" width="120px" align="center" prop="fundtaxtime">
             <template slot-scope="scope">
               <span>{{ parseTime(scope.row.fundtaxtime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="200px" />
-          <el-table-column label="缁勯暱" align="center" prop="managername" width="150px" />
-          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="120px" />
+          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="140px" />
+          <el-table-column label="缁勯暱" align="center" prop="managername" width="90px" />
+          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="90px" />
           <el-table-column label="澶囨敞" align="center" prop="remark" />
           <!--<el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />
           <el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />-->
-          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
+          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
             <template slot-scope="scope">
               <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                 @click="handleDetail(scope.row)">璇︽儏</el-button>
@@ -694,9 +687,10 @@
     getUsermsg() {
       getUserProfile().then(response => {
         if (
-          response.data.userName === "053" ||
           response.data.userName === "002" ||
-          response.data.userName === "012" ||
+          response.data.userName === "047" ||
+          response.data.userName === "053" ||
+          response.data.userName === "056" ||
           response.data.userName === "admin"
         ) {
           this.show = 1;
diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue
index 1298631..a5302b2 100644
--- a/src/views/project/fundcheck/medicalCostCheck/index.vue
+++ b/src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -76,13 +76,13 @@
 </el-table-column>
 -->
           <el-table-column label="鎶ラ攢鍗曞彿" align="center" prop="bh" width="150px" />
-          <el-table-column label="鐢宠鏃ユ湡" width="120" align="center" prop="applyTime">
+          <el-table-column label="鐢宠鏃ユ湡" width="120px" align="center" prop="applyTime">
             <template slot-scope="scope">
               <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
           <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="120px" />
-          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="100px" />
+          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="90px" />
           <!--<el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />-->
           <!--
           <el-table-column label="棰勬敮璐圭敤" align="center" prop="prepaidamount" width="120px" />
@@ -95,19 +95,19 @@
           </el-table-column>
           <el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />
           -->
-          <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkstatus">
+          <el-table-column label="鏉愭枡棰勫鐘舵��" width="140px" align="center" prop="checkstatus">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="瀹℃壒鐘舵��" align="center" prop="recordstatus" width="140">
+          <el-table-column label="瀹℃壒鐘舵��" align="center" prop="recordstatus" width="140px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
             </template>
           </el-table-column>
           <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="140px" />
-          <el-table-column label="缁勯暱" align="center" prop="managername" width="100px" />
-          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="100px" />
+          <el-table-column label="缁勯暱" align="center" prop="managername" width="90px" />
+          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="90px" />
           <el-table-column label="澶囨敞" align="center" prop="remark" />
           <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
             <template slot-scope="scope">
diff --git a/src/views/project/fundcheck/officeExpenseCheck/index.vue b/src/views/project/fundcheck/officeExpenseCheck/index.vue
index d603f52..5f011fc 100644
--- a/src/views/project/fundcheck/officeExpenseCheck/index.vue
+++ b/src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -77,13 +77,13 @@
 -->
 
           <el-table-column label="鎶ラ攢鍗曞彿" align="center" prop="bh" width="150px" />
-          <el-table-column label="鐢宠鏃ユ湡" width="180" align="center" prop="applyTime">
+          <el-table-column label="鐢宠鏃ユ湡" width="120px" align="center" prop="applyTime">
             <template slot-scope="scope">
               <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="200px" />
-          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="150px" />
+          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="120px" />
+          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="90px" />
           <!--<el-table-column label="鎹愮尞缂栧彿" align="center" prop="donorno" />-->
           <!--
           <el-table-column label="棰勬敮璐圭敤" align="center" prop="prepaidamount" width="120px" />
@@ -96,21 +96,21 @@
           </el-table-column>
           <el-table-column label="璐㈠姟瀹℃牳" align="center" prop="financechecher" width="140" />
           -->
-          <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkstatus">
+          <el-table-column label="鏉愭枡棰勫鐘舵��" width="140px" align="center" prop="checkstatus">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="200">
+          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="140px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="200px" />
-          <el-table-column label="缁勯暱" align="center" prop="managername" width="150px" />
-          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="150px" />
+          <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="140px" />
+          <el-table-column label="缁勯暱" align="center" prop="managername" width="90px" />
+          <el-table-column label="鎹愮尞鑰�" align="center" prop="donorname" width="90px" />
           <el-table-column label="澶囨敞" align="center" prop="remark" />
-          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
+          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
             <template slot-scope="scope">
               <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                 @click="handleDetail(scope.row)">璇︽儏</el-button>
diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue
index c3fbeed..c595b48 100644
--- a/src/views/project/fundcheck/performanceCheck/index.vue
+++ b/src/views/project/fundcheck/performanceCheck/index.vue
@@ -51,36 +51,36 @@
     <el-form ref="infoform" label-width="100px">
       <el-row>
         <el-table v-loading="loading" border :data="donateconsolationfundList" @selection-change="handleSelectionChange">
-          <el-table-column type="selection" width="45"> </el-table-column>
-          <el-table-column label="涓◣璁$畻鎯呭喌" align="center" prop="recordstatus" width="200">
+          <el-table-column type="selection" width="45px"> </el-table-column>
+          <el-table-column label="涓◣璁$畻鎯呭喌" align="center" prop="recordstatus" width="200px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
             </template>
           </el-table-column>
-          <el-table-column label="鐢宠鏃ユ湡" width="180" align="center" prop="applyTime">
+          <el-table-column label="鐢宠鏃ユ湡" width="120px" align="center" prop="applyTime">
             <template slot-scope="scope">
               <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="150px" />
-          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="200px" />
-          <el-table-column label="缁╂晥绫诲瀷" width="150" align="center" prop="Performancetype">
+          <el-table-column label="缁忓姙浜�" align="center" prop="username" width="90px" />
+          <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="120px" />
+          <el-table-column label="缁╂晥绫诲瀷" width="150px" align="center" prop="Performancetype">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_performance_type" :value="scope.row.Performancetype" />
             </template>
           </el-table-column>
-          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="200">
+          <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus" width="140px">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
             </template>
           </el-table-column>
-          <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkstatus">
+          <el-table-column label="鏉愭枡棰勫鐘舵��" width="140px" align="center" prop="checkstatus">
             <template slot-scope="scope">
               <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
             </template>
           </el-table-column>
           <el-table-column label="澶囨敞" align="center" prop="remark" />
-          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="260px">
+          <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="200px">
             <template slot-scope="scope">
               <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
                 @click="handleDetail(scope.row)">璇︽儏</el-button>
diff --git a/src/views/project/travelexpenseapply/index.vue b/src/views/project/travelexpenseapply/index.vue
index 2e01206..89d2c2f 100644
--- a/src/views/project/travelexpenseapply/index.vue
+++ b/src/views/project/travelexpenseapply/index.vue
@@ -158,7 +158,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="鐢宠鏉愭枡鐘舵��"
+        label="鏉愭枡棰勫鐘舵��"
         width="140"
         align="center"
         prop="checkstatus"
diff --git a/src/views/project/travelexpensecheck/index.vue b/src/views/project/travelexpensecheck/index.vue
index 8591592..52199c1 100644
--- a/src/views/project/travelexpensecheck/index.vue
+++ b/src/views/project/travelexpensecheck/index.vue
@@ -88,7 +88,7 @@
       </el-table-column>
       <el-table-column label="鎶ラ攢閲戦" width="120" align="center" prop="amountrequested" />
       <el-table-column label="缁忓姙浜�" width="100" align="center" prop="username" />
-      <el-table-column label="鐢宠鏉愭枡鐘舵��" width="140" align="center" prop="checkstatus">
+      <el-table-column label="鏉愭枡棰勫鐘舵��" width="140" align="center" prop="checkstatus">
         <template slot-scope="scope">
           <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
         </template>
@@ -744,7 +744,7 @@
         },
         {
           value: 3,
-          label: "宸叉敹鍒版潗鏂�"
+          label: "宸叉敹鍒版姤閿�鏉愭枡"
         }
       ],
       // 鏌ヨ鍙傛暟

--
Gitblit v1.9.3