From 3f2a7cb1dab1b9dda4a5667675672f171c793987 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 21:21:24 +0800
Subject: [PATCH] 支付宝支付ddd

---
 admin/src/views/business/driverVerification.vue |   58 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/admin/src/views/business/driverVerification.vue b/admin/src/views/business/driverVerification.vue
index 7f6ecea..ff5026c 100644
--- a/admin/src/views/business/driverVerification.vue
+++ b/admin/src/views/business/driverVerification.vue
@@ -26,10 +26,10 @@
     </el-form>
     <template v-slot:table-wrap>
       <el-table
-        :height="tableHeightNew"
-        v-loading="isWorking.search"
-        :data="tableData.list"
-        stripe
+          :height="tableHeightNew"
+          v-loading="isWorking.search"
+          :data="tableData.list"
+          stripe
       >
         <el-table-column prop="name" label="鍙告満濮撳悕" min-width="100px"></el-table-column>
         <el-table-column label="鎬у埆" min-width="60px">
@@ -50,18 +50,18 @@
             <span style="color: #13ce66;" v-else >瀹℃壒閫氳繃</span>
           </template>
         </el-table-column>
-        <el-table-column label="鐘舵��" min-width="80px">
-          <template slot-scope="{row}">
-            <el-switch
-              @change="handleStatusChange($event, row)"
-              v-model="row.status"
-              active-color="#13ce66"
-              inactive-color="#ff4949"
-              :active-value="0"
-              :inactive-value="1"
-            ></el-switch>
-          </template>
-        </el-table-column>
+        <!--        <el-table-column label="鐘舵��" min-width="80px">
+                  <template slot-scope="{row}">
+                    <el-switch
+                      @change="handleStatusChange($event, row)"
+                      v-model="row.status"
+                      active-color="#13ce66"
+                      inactive-color="#ff4949"
+                      :active-value="0"
+                      :inactive-value="1"
+                    ></el-switch>
+                  </template>
+                </el-table-column>-->
         <el-table-column label="鎿嶄綔" min-width="100" fixed="right">
           <template slot-scope="{row}">
             <el-button type="text" @click="handleDetail(row)">璇︽儏</el-button>
@@ -69,9 +69,9 @@
         </el-table-column>
       </el-table>
       <pagination
-        @size-change="handleSizeChange"
-        @current-change="handlePageChange"
-        :pagination="tableData.pagination"
+          @size-change="handleSizeChange"
+          @current-change="handlePageChange"
+          :pagination="tableData.pagination"
       ></pagination>
     </template>
     <OperaDriverApproval ref="operaDriverApproval" @success="handleApprovalSuccess" />
@@ -145,16 +145,16 @@
     handleExport () {
       this.isWorking.export = true
       exportExcel(this.getTableParams())
-        .then(res => {
-          this.download(res)
-          this.$tip.apiSuccess('瀵煎嚭鎴愬姛')
-        })
-        .catch(e => {
-          this.$tip.apiFailed(e)
-        })
-        .finally(() => {
-          this.isWorking.export = false
-        })
+          .then(res => {
+            this.download(res)
+            this.$tip.apiSuccess('瀵煎嚭鎴愬姛')
+          })
+          .catch(e => {
+            this.$tip.apiFailed(e)
+          })
+          .finally(() => {
+            this.isWorking.export = false
+          })
     }
   }
 }

--
Gitblit v1.9.3