From d38f3d8c0642d5d58a3baeff5d80abafaa702f9f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 13 一月 2025 13:43:11 +0800
Subject: [PATCH] ll

---
 admin/src/views/platform/LogisticsRecord/waybill.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/platform/LogisticsRecord/waybill.vue b/admin/src/views/platform/LogisticsRecord/waybill.vue
index dd34efc..11b86a6 100644
--- a/admin/src/views/platform/LogisticsRecord/waybill.vue
+++ b/admin/src/views/platform/LogisticsRecord/waybill.vue
@@ -39,8 +39,8 @@
       </el-table-column>
       <el-table-column prop="name" label="鎿嶄綔" min-width="120" align="center" fixed="right" show-overflow-tooltip>
         <template v-slot="scope">
-          <el-button v-if="scope.row.status == '12'" type="text" class="red" v-permissions="['business:platformjob:delete']"
-            @click="handleDel(scope.row)">鍒犻櫎</el-button>
+          <el-button v-if="scope.row.status == '12'" type="text" class="red"
+            v-permissions="['business:platformjob:delete']" @click="handleDel(scope.row)">鍒犻櫎</el-button>
           <el-button v-if="scope.row != 12" type="text" v-permissions="['business:platformjob:query']"
             @click="handleDetail(scope.row)">杩愬崟璇︽儏</el-button>
         </template>
@@ -109,6 +109,9 @@
             type: 'select',
             label: '浣滀笟鐘舵��',
             options: [
+              { value: 0, label: '寰呯‘璁�' },
+              { value: 1, label: '寰呯鍒�' },
+              { value: 2, label: '绛夊緟鍙彿' },
               { value: 3, label: '鍏ュ洯绛夊緟' },
               { value: 4, label: '鏈堝彴绛夊緟' },
               { value: 5, label: '浣滀笟涓�' },
@@ -139,7 +142,6 @@
   },
   created() {
     this.changeRadio('0')
-    this.getList()
   },
   methods: {
     changeRadio(day) {
@@ -212,7 +214,7 @@
         selDate: [],
         fastdate: 0
       }
-      this.getList()
+      this.changeRadio('0')
     },
     handleDetail(row) {
       this.isShowDetail = true
@@ -224,6 +226,7 @@
     },
     handleSizeChange(capacity) {
       this.pagination.pageSize = capacity
+      this.getList()
     }
   }
 }

--
Gitblit v1.9.3