From 2079ba28f20bde46f7736699c97abf0e1564770d Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 14 十月 2024 09:30:46 +0800 Subject: [PATCH] 最新版本 --- admin/src/views/platform/LogisticsRecord/subscribe.vue | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/admin/src/views/platform/LogisticsRecord/subscribe.vue b/admin/src/views/platform/LogisticsRecord/subscribe.vue index cceddbc..d68bd50 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"> @@ -171,6 +171,18 @@ label: '鍚堝悓鍗曞彿' }, { + filed: 'status', + type: 'select', + label: '瀹℃壒缁撴灉', + options: [ + { value: 0, label: '寰呭鎵�' }, + { value: 1, label: '瀹℃壒涓�' }, + { value: 2, label: '瀹℃壒閫氳繃' }, + { value: 3, label: '瀹℃壒椹冲洖' }, + { value: 4, label: '宸插彇娑�' }, + ] + }, + { filed: 'selDate', type: 'datetimerange', label: '鎿嶄綔鏃堕棿', @@ -289,7 +301,7 @@ selDate: [], fastdate: 0, } - this.getList() + this.changeRadio('0') }, handleDetail(row) { this.isShowDriver = true -- Gitblit v1.9.3