From e8f5c0de7965859475b33328429441adaee2b6a3 Mon Sep 17 00:00:00 2001
From: chenhc <2369838784@qq.com>
Date: Thu, 12 Dec 2024 18:44:20 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=8D=E5=8D=95=E6=8D=AE?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=A2=9E=E5=8A=A0=E6=98=AF=E5=90=A6=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0=E5=8C=BB=E4=BF=9D=E5=8F=82=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/basic/workplace/addBusTypeDialog.vue | 9 +++++++++
src/views/basic/workplace/busTypeManage.vue | 9 +++++++++
2 files changed, 18 insertions(+)
diff --git a/src/views/basic/workplace/addBusTypeDialog.vue b/src/views/basic/workplace/addBusTypeDialog.vue
index e039b444..d0534b69 100644
--- a/src/views/basic/workplace/addBusTypeDialog.vue
+++ b/src/views/basic/workplace/addBusTypeDialog.vue
@@ -109,6 +109,14 @@
+
+
+
+
+
+
+
+
@@ -347,6 +355,7 @@ export default {
warnType: 2,
workplaceType: 3,
autoTag: 0,
+ uploadYb: 0,
monopoly: 0,
orderFinishVerify: 0,
isPopular: 1,
diff --git a/src/views/basic/workplace/busTypeManage.vue b/src/views/basic/workplace/busTypeManage.vue
index 02242acd..042fec2f 100644
--- a/src/views/basic/workplace/busTypeManage.vue
+++ b/src/views/basic/workplace/busTypeManage.vue
@@ -95,6 +95,11 @@
{{ autoHandles[scope.row.autoHandle] }}
+
+
+ {{ uploadYb[scope.row.uploadYb] }}
+
+
{{ shippers[scope.row.shipper] }}
@@ -334,6 +339,10 @@ export default {
1: '是',
0: '否',
},
+ uploadYb: {
+ 1: '是',
+ 0: '否',
+ },
autoHandles: {
'false': '否',
'true' : '是',