From 82795ee36e29efcccc906a6de19e40e3ca3987f6 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 8 Mar 2023 12:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=9B=BE=E6=A0=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/widgets/components/ticket.vue | 26 +++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/home/widgets/components/ticket.vue b/src/views/home/widgets/components/ticket.vue index dd622826..8663cafc 100644 --- a/src/views/home/widgets/components/ticket.vue +++ b/src/views/home/widgets/components/ticket.vue @@ -8,25 +8,25 @@
-
+
危险作业
-
+
相关方入厂
-
+
拉送货
-
+
@@ -122,6 +122,24 @@ export default { this.getVisit2(); }, methods: { + toTicket() { + this.$router.push({ + name: "operation", + query: {}, + }); + }, + toRparty() { + this.$router.push({ + name: "rpj", + query: {}, + }); + }, + toVisitor() { + this.$router.push({ + name: "visit", + query: {}, + }); + }, //工单待办 async getdutyAgg() { let res = await this.$API.wf.ticket.dutyAgg.req({ page: 0 });