diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue index a1c477b..653ad9b 100644 --- a/src/views/workbench/index.vue +++ b/src/views/workbench/index.vue @@ -59,7 +59,7 @@
巡检人:{{ item.inspectionPerson }} 提报单位:{{ item.reportUnitName }} - +
时间:{{ item.appointTime }}
@@ -170,7 +170,7 @@
工作台
-
+
@@ -257,7 +257,7 @@
- + Dialog Image
@@ -465,6 +465,18 @@ export default { } }, methods: { + goPage(item, index) { + if (index <= 2) { + this.$router.push({ + path: '/businessManagement/ordinary', + }) + } else { + this.$router.push({ + path: '//labManagement/inspectionManagement', + }) + } + + }, // 报警图片预览 alarmFn() { this.dialogImgVisible = true