From 078e2b223b845d47481a421366ed2fdf5d7bdd4e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 15 九月 2023 15:52:58 +0800
Subject: [PATCH] 1.正在实现角色导入(测试)

---
 src/views/basicSettings/roleList.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/basicSettings/roleList.vue b/src/views/basicSettings/roleList.vue
index 272698c..c940480 100644
--- a/src/views/basicSettings/roleList.vue
+++ b/src/views/basicSettings/roleList.vue
@@ -3,6 +3,7 @@
     <div class="body" :style="{height:mainHeight+'px'}">
       <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=4')">瀵煎叆</el-button>
       </div>
 
       <div class="bodyTopFormGroup">
@@ -89,11 +90,11 @@
               <el-tag v-if="row.status==='N'" size="small" type="danger">鍋滅敤</el-tag>
             </template>
           </el-table-column>
-          <el-table-column
-            prop="dataname"
-            label="鏉冮檺鑼冨洿"
-            sortable="custom"
-          />
+          <!--          <el-table-column-->
+          <!--            prop="dataname"-->
+          <!--            label="鏉冮檺鑼冨洿"-->
+          <!--            sortable="custom"-->
+          <!--          />-->
           <el-table-column
             prop="description"
             label="澶囨敞"

--
Gitblit v1.9.3