ming 3 years ago
parent
commit
689aaf52bf

+ 2 - 2
src/views/tenantManage/adminConfig/index.vue

@@ -9,8 +9,8 @@
       </div>
       </div>
 
 
       <div class="right">
       <div class="right">
-        <el-button type="primary">全部导出</el-button>
-        <el-button type="primary">导出</el-button>
+        <!-- <el-button type="primary">全部导出</el-button>
+        <el-button type="primary">导出</el-button> -->
         <!-- <el-button
         <!-- <el-button
           type="primary"
           type="primary"
           @click="DataReportExport()"
           @click="DataReportExport()"

+ 2 - 2
src/views/tenantManage/authConfig/index.vue

@@ -17,12 +17,12 @@
       </div>
       </div>
 
 
       <div class="right">
       <div class="right">
-        <el-button type="primary">全部导出</el-button>
+        <!-- <el-button type="primary">全部导出</el-button>
         <el-button
         <el-button
           type="primary"
           type="primary"
         >
         >
           导出
           导出
-        </el-button>
+        </el-button> -->
 
 
         <!-- <el-button
         <!-- <el-button
           type="primary"
           type="primary"

+ 2 - 2
src/views/tenantManage/systemConfig/index.vue

@@ -10,8 +10,8 @@
       </div>
       </div>
 
 
       <div class="right">
       <div class="right">
-        <el-button type="primary">全部导出</el-button>
-        <el-button type="primary">导出</el-button>
+        <!-- <el-button type="primary">全部导出</el-button>
+        <el-button type="primary">导出</el-button> -->
 
 
         <!-- <el-button
         <!-- <el-button
           type="primary"
           type="primary"

+ 3 - 3
src/views/tenantManage/tenantUnit/index.vue

@@ -17,12 +17,12 @@
       </div>
       </div>
 
 
       <div class="right">
       <div class="right">
-        <el-button type="primary">全部导出</el-button>
+        <!-- <el-button type="primary">全部导出</el-button>
         <el-button
         <el-button
           type="primary"
           type="primary"
         >
         >
           导出
           导出
-        </el-button>
+        </el-button> -->
 
 
         <!-- <el-button
         <!-- <el-button
           type="primary"
           type="primary"
@@ -135,7 +135,7 @@
       <el-table-column prop="tenantType" label="客户类型" min-width="80px">
       <el-table-column prop="tenantType" label="客户类型" min-width="80px">
         <template #default="scope">
         <template #default="scope">
           <span>
           <span>
-            {{ scope.row.tenantType === '0' ? '使用租户' : '正式租户' }}
+            {{ scope.row.tenantType === '0' ? '用租户' : '正式租户' }}
           </span>
           </span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>