From 88c60e6e4e03eb59bde5f83a944c818dfecb3975 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 05 十一月 2025 10:56:10 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/views/business/deletePersonnel.vue |  149 ++++++++++++++++++++++++-------------------------
 1 files changed, 74 insertions(+), 75 deletions(-)

diff --git a/admin/src/views/business/deletePersonnel.vue b/admin/src/views/business/deletePersonnel.vue
index f21317f..b759df5 100644
--- a/admin/src/views/business/deletePersonnel.vue
+++ b/admin/src/views/business/deletePersonnel.vue
@@ -8,7 +8,7 @@
             <el-form-item label="缁勭粐鍚嶇О" prop="companyName">
                 <el-input v-model="searchForm.companyName" placeholder="璇疯緭鍏ョ粍缁囧悕绉�" @keypress.enter.native="search"></el-input>
             </el-form-item>
-          <el-form-item label="涓嬪彂鐘舵��" prop="sendStatus">
+          <el-form-item label="涓嬪彂鐘舵��" prop="hkStatus">
             <el-select v-model="searchForm.hkStatus" placeholder="璇烽�夋嫨" clearable @change="search">
               <el-option label="寰呬笅鍙�" value="0"></el-option>
               <el-option label="宸插悓姝�" value="1"></el-option>
@@ -17,10 +17,10 @@
               <el-option label="绛夊緟鍒犻櫎鏉冮檺" value="4"></el-option>
             </el-select>
           </el-form-item>
-            <section>
-                <el-button type="primary" @click="search">鎼滅储</el-button>
-                <el-button @click="reset">閲嶇疆</el-button>
-            </section>
+          <section>
+              <el-button type="primary" @click="search">鎼滅储</el-button>
+              <el-button @click="reset">閲嶇疆</el-button>
+          </section>
         </el-form>
         <!-- 琛ㄦ牸鍜屽垎椤� -->
         <template v-slot:table-wrap>
@@ -44,10 +44,10 @@
               <el-table-column fixed="right" label="浜鸿劯淇℃伅" min-width="100px">
                 <template slot-scope="{row}">
                   <el-image
-                      v-if="row.faceImg"
+                      v-if="row.faceImgFull"
                       style="width: 60px; height: 60px"
-                      :src="row.faceImg"
-                      :preview-src-list="[row.faceImg]">
+                      :src="row.faceImgFull"
+                      :preview-src-list="[row.faceImgFull]">
                   </el-image>
                 </template>
               </el-table-column>
@@ -82,75 +82,74 @@
         </template>
     </TableLayout>
 </template>
-
 <script>
-  import BaseTable from '@/components/base/BaseTable'
-  import TableLayout from '@/layouts/TableLayout'
-  import Pagination from '@/components/common/Pagination'
-  import { delHkForce } from '@/api/business/member'
-  export default {
-    name: 'deletePersonnel',
-    extends: BaseTable,
-    components: { TableLayout, Pagination },
-    data () {
-      return {
-        // 鎼滅储
-        searchForm: {
-          companyName: '',
-          keyword: '',
-          type: '2',
-          isdeleted: 1,
-          hkStatus: null
-        },
-        user: []
-      }
-    },
-    created () {
-      this.config({
-        module: '浜哄憳淇℃伅琛�',
-        api: '/business/member',
-        'field.id': 'id',
-        'field.main': 'id'
-      })
-      this.search()
-    },
-    methods: {
-      delHkForce(dataId) {
-        this.$confirm('纭畾寮哄埗鍒犻櫎瀹夐槻骞冲彴浜哄憳淇℃伅鍚楋紵姝ゆ搷浣滀笉鍙�嗭紝璇疯皑鎱庢搷浣滐紝鏄惁缁х画?', '鎻愮ず', {
-          confirmButtonText: '纭畾',
-          cancelButtonText: '鍙栨秷',
-          type: 'warning'
-        }).then(() => {
-          delHkForce({id:dataId})
-            .then(res => {
-              this.search()
-            })
-        }).catch(() => {
-
-        });
+import BaseTable from '@/components/base/BaseTable'
+import TableLayout from '@/layouts/TableLayout'
+import Pagination from '@/components/common/Pagination'
+import { delHkForce } from '@/api/business/member'
+export default {
+  name: 'deletePersonnel',
+  extends: BaseTable,
+  components: { TableLayout, Pagination },
+  data () {
+    return {
+      // 鎼滅储
+      searchForm: {
+        companyName: '',
+        keyword: '',
+        type: '2',
+        isdeleted: 1,
+        hkStatus: null
       },
-      // thaws () {
-      //   if (this.tableData.selectedRows.length === 0) return this.$message.warning('鑷冲皯閫夋嫨涓�椤瑰唴瀹�')
-      //   const ids = this.tableData.selectedRows.map(item => {
-      //     return { id: item.id }
-      //   })
-      //   this.thaw(ids)
-      // },
-      // thaw (ids) {
-      //   this.$confirm('纭畾绉婚櫎姝ょ敤鎴峰悧?', '鎻愮ず', {
-      //     confirmButtonText: '纭畾',
-      //     cancelButtonText: '鍙栨秷',
-      //     type: 'warning'
-      //   }).then(() => {
-      //     // updateRemoveStatusById(ids)
-      //     //   .then(res => {
-      //     //     this.$message.success('鎿嶄綔鎴愬姛')
-      //     //     this.search()
-      //     //   })
-      //   }).catch(() => {
-      //
-      //   })
-      // },
+      user: []
     }
+  },
+  created () {
+    this.config({
+      module: '浜哄憳淇℃伅琛�',
+      api: '/business/member',
+      'field.id': 'id',
+      'field.main': 'id'
+    })
+    this.search()
+  },
+  methods: {
+    delHkForce (dataId) {
+      this.$confirm('纭畾寮哄埗鍒犻櫎瀹夐槻骞冲彴浜哄憳淇℃伅鍚楋紵姝ゆ搷浣滀笉鍙�嗭紝璇疯皑鎱庢搷浣滐紝鏄惁缁х画?', '鎻愮ず', {
+        confirmButtonText: '纭畾',
+        cancelButtonText: '鍙栨秷',
+        type: 'warning'
+      }).then(() => {
+        delHkForce({ id: dataId })
+          .then(res => {
+            this.search()
+          })
+      }).catch(() => {
+
+      })
+    }
+    // thaws () {
+    //   if (this.tableData.selectedRows.length === 0) return this.$message.warning('鑷冲皯閫夋嫨涓�椤瑰唴瀹�')
+    //   const ids = this.tableData.selectedRows.map(item => {
+    //     return { id: item.id }
+    //   })
+    //   this.thaw(ids)
+    // },
+    // thaw (ids) {
+    //   this.$confirm('纭畾绉婚櫎姝ょ敤鎴峰悧?', '鎻愮ず', {
+    //     confirmButtonText: '纭畾',
+    //     cancelButtonText: '鍙栨秷',
+    //     type: 'warning'
+    //   }).then(() => {
+    //     // updateRemoveStatusById(ids)
+    //     //   .then(res => {
+    //     //     this.$message.success('鎿嶄綔鎴愬姛')
+    //     //     this.search()
+    //     //   })
+    //   }).catch(() => {
+    //
+    //   })
+    // },
   }
+}
 </script>

--
Gitblit v1.9.3