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 });