From 9ae3baca4c8730fcc5f7c8daf3b6368cec554ae6 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 25 十二月 2024 18:39:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- admin/src/views/platform/LogisticsRecord/waybill.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/src/views/platform/LogisticsRecord/waybill.vue b/admin/src/views/platform/LogisticsRecord/waybill.vue index c34af48..11b86a6 100644 --- a/admin/src/views/platform/LogisticsRecord/waybill.vue +++ b/admin/src/views/platform/LogisticsRecord/waybill.vue @@ -23,7 +23,7 @@ <el-table-column prop="driverName" label="鍙告満" min-width="100" show-overflow-tooltip /> <el-table-column prop="drivierPhone" label="鍙告満鐢佃瘽" min-width="100" show-overflow-tooltip /> <el-table-column prop="inTypeTemp" label="浣滀笟绫诲瀷" min-width="100" show-overflow-tooltip> - <template v-slot="scope"> + <template v-slot="scope"> <span v-if="scope.row.type == '0'">鑷湁杞﹀嵏璐�</span> <span v-if="scope.row.type == '1'">鑷湁杞﹁璐�</span> <span v-if="scope.row.type == '2'">澶栧崗杞﹀嵏璐�</span> @@ -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> @@ -226,6 +226,7 @@ }, handleSizeChange(capacity) { this.pagination.pageSize = capacity + this.getList() } } } -- Gitblit v1.9.3