From dc1879fd0713eed48b2c75af5f29a1085291d276 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 五月 2024 14:40:55 +0800
Subject: [PATCH] 1.文件替换

---
 src/views/basicSettings/personList.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/views/basicSettings/personList.vue b/src/views/basicSettings/personList.vue
index 4635050..4f93ad5 100644
--- a/src/views/basicSettings/personList.vue
+++ b/src/views/basicSettings/personList.vue
@@ -37,8 +37,9 @@
         </div>
 
         <div style="width: calc(100% - 300px)">
-          <div class="bodyTopButtonGroup">
+          <div class="bodyTopButtonGroup" style="justify-content: space-between">
             <el-button v-waves type="primary" icon="el-icon-circle-plus-outline" @click="add('add')">鏂板</el-button>
+            <el-button v-waves type="success" icon="el-icon-download" @click="$router.push('./../systemSetting/dataImport?fileCode=3')">瀵煎叆</el-button>
           </div>
 
           <div class="bodyTopFormGroup">
@@ -127,15 +128,18 @@
                 prop="usercode"
                 label="鐢ㄦ埛缂栫爜"
                 sortable="custom"
+                show-overflow-tooltip
               />
               <el-table-column
                 prop="username"
                 label="鐢ㄦ埛鍚嶇О"
                 sortable="custom"
+                show-overflow-tooltip
               />
               <el-table-column
                 prop="storg_name"
                 label="鎵�灞炵粍缁�"
+                show-overflow-tooltip
                 sortable="custom"
               >
                 <template slot-scope="{row}">
@@ -146,11 +150,12 @@
               <el-table-column
                 prop="status"
                 label="鐘舵��"
+                show-overflow-tooltip
                 sortable="custom"
               >
                 <template slot-scope="{row}">
-                  <el-tag v-if="row.status==='Y'" size="small" type="success">姝e父</el-tag>
-                  <el-tag v-if="row.status==='N'" size="small" type="danger">鍋滅敤</el-tag>
+                  <el-tag v-if="row.status==='Y'" size="small" type="success">鍦ㄨ亴</el-tag>
+                  <el-tag v-if="row.status==='N'" size="small" type="danger">绂昏亴</el-tag>
                 </template>
               </el-table-column>
               <el-table-column
@@ -300,8 +305,8 @@
 
         <el-form-item required label="鐢ㄦ埛鐘舵��">
           <el-radio-group v-model="dialogForm.status" style="width: 200px;">
-            <el-radio label="Y">姝e父</el-radio>
-            <el-radio label="N">鍋滅敤</el-radio>
+            <el-radio label="Y">鍦ㄨ亴</el-radio>
+            <el-radio label="N">绂昏亴</el-radio>
           </el-radio-group>
         </el-form-item>
 

--
Gitblit v1.9.3