From 06775e6bc6fb45818af46cb668c856da9f2ed795 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 15 十月 2024 15:57:29 +0800
Subject: [PATCH] ll

---
 admin/src/views/platform/LogisticsRecord/subscribe.vue |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue
index cceddbc..c39c1c6 100644
--- a/admin/src/views/platform/LogisticsRecord/subscribe.vue
+++ b/admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -28,7 +28,7 @@
       <el-table-column prop="driverPhone" label="鑱旂郴鏂瑰紡" min-width="100" show-overflow-tooltip />
       <el-table-column prop="inTypeTemp" label="鍏ュ簱绫诲瀷" min-width="100" show-overflow-tooltip />
       <el-table-column prop="arriveDate" label="棰勭害鍒板満鏃堕棿" min-width="150" show-overflow-tooltip />
-      <el-table-column prop="auditName" label="瀹℃壒缁撴灉" min-width="100" show-overflow-tooltip>
+      <el-table-column label="瀹℃壒缁撴灉" min-width="100" show-overflow-tooltip>
         <template v-slot="scope">
           <span v-if="scope.row.status == '0'">寰呭鎵�</span>
           <span v-if="scope.row.status == '1'">瀹℃壒涓�</span>
@@ -37,7 +37,7 @@
           <span v-if="scope.row.status == '4'">宸插彇娑�</span>
         </template>
       </el-table-column>
-      <el-table-column prop="name" label="褰撳墠瀹℃壒浜�" min-width="100" show-overflow-tooltip />
+      <el-table-column prop="auditName" label="褰撳墠瀹℃壒浜�" min-width="100" show-overflow-tooltip />
       <el-table-column prop="editDate" label="鎿嶄綔鏃堕棿" min-width="150" show-overflow-tooltip />
       <el-table-column prop="name" label="鎿嶄綔" min-width="120" align="center" fixed="right" show-overflow-tooltip>
         <template v-slot="scope">
@@ -97,7 +97,7 @@
       </el-form>
     </GlobalWindow>
     <!--  -->
-    <DriverDetail v-if="isShowDriver" ref="DriverDetailRef" />
+    <DriverDetail v-if="isShowDriver" @success="getList" @close="isShowDriver = false" ref="DriverDetailRef" />
   </div>
 </template>
 
@@ -169,6 +169,18 @@
             filed: 'contractNum',
             type: 'input',
             label: '鍚堝悓鍗曞彿'
+          },
+          {
+            filed: 'status',
+            type: 'select',
+            label: '瀹℃壒缁撴灉',
+            options: [
+              { value: 0, label: '寰呭鎵�' },
+              { value: 1, label: '瀹℃壒涓�' },
+              { value: 2, label: '瀹℃壒閫氳繃' },
+              { value: 3, label: '瀹℃壒椹冲洖' },
+              { value: 4, label: '宸插彇娑�' },
+            ]
           },
           {
             filed: 'selDate',
@@ -289,7 +301,7 @@
         selDate: [],
         fastdate: 0,
       }
-      this.getList()
+      this.changeRadio('0')
     },
     handleDetail(row) {
       this.isShowDriver = true

--
Gitblit v1.9.3