From f6c2b63e7c992b17ea7750e7c20ee3bcdd9428fb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 01 三月 2024 15:57:15 +0800
Subject: [PATCH] 整理

---
 admin/src/views/business/internalMember.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/admin/src/views/business/internalMember.vue b/admin/src/views/business/internalMember.vue
index fb45d0e..5b622eb 100644
--- a/admin/src/views/business/internalMember.vue
+++ b/admin/src/views/business/internalMember.vue
@@ -45,7 +45,7 @@
         <!-- 琛ㄦ牸鍜屽垎椤� -->
         <template v-slot:table-wrap>
             <ul class="toolbar" v-permissions="['business:member:delete','business:member:sync']">
-                <li><el-button type="primary">闂ㄧ鎺堟潈</el-button></li>
+<!--                <li><el-button type="primary">闂ㄧ鎺堟潈</el-button></li>-->
                 <li><el-button type="primary" v-permissions="['business:member:sync']" :loading="loading" @click="synchronous()">鍚屾</el-button></li>
                 <li><el-button @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['business:member:delete']">鍒犻櫎</el-button></li>
             </ul>
@@ -80,11 +80,12 @@
                     </template>
                 </el-table-column>
                 <el-table-column label="娴峰悍鍚屾鐘舵��" min-width="100px">
-                    <template slot-scope="{row}">
+                 <template slot-scope="{row}">
                         <span v-if="row.hkStatus == 0" style="color: #435EBE">寰呭悓姝�</span>
                         <span v-if="row.hkStatus == 1" style="color: green">鍚屾鎴愬姛</span>
                         <span v-if="row.hkStatus == 2" style="color: red">鍚屾澶辫触</span>
-                    </template>
+                        <span v-if="row.hkStatus == 3" style="color: red">涓嶇鍚堜笅鍙戞潯浠�</span>
+                </template>
                 </el-table-column>
                 <el-table-column label="闂ㄧ瑙掕壊" min-width="100px">
                     <template slot-scope="{row}">
@@ -94,7 +95,7 @@
                 <el-table-column fixed="right" label="浜鸿劯淇℃伅" min-width="100px">
                     <template slot-scope="{row}">
                         <el-image
-                            style="width: 100px; height: 100px"
+                            style="width: 60px; height: 60px"
                             :src="row.faceImg"
                             :preview-src-list="[row.faceImg]">
                         </el-image>
@@ -103,7 +104,7 @@
                 <el-table-column fixed="right" label="鍗$墖淇℃伅" min-width="100px">
                     <template slot-scope="{row}">
                         <el-image
-                            style="width: 100px; height: 100px"
+                            style="width: 60px; height: 60px"
                             :src="row.faceImg"
                             :preview-src-list="[row.faceImg]">
                         </el-image>
@@ -176,6 +177,7 @@
     getfindCompanyTreePage () {
       fetchList(1)
         .then(res => {
+          res[0].fsStatus = 1
           this.companyTree = res
           // this.searchForm.erpOrgId = res[0].erpId
           this.search()

--
Gitblit v1.9.3