From 821db426f187b6a0e2c38effff6c63aa3ac673ed Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期五, 05 八月 2022 15:55:22 +0800
Subject: [PATCH] 登录页面调整

---
 src/views/intellectInspect/inspectBasic/inspectPoint/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/intellectInspect/inspectBasic/inspectPoint/index.vue b/src/views/intellectInspect/inspectBasic/inspectPoint/index.vue
index 69aea63..635b1be 100644
--- a/src/views/intellectInspect/inspectBasic/inspectPoint/index.vue
+++ b/src/views/intellectInspect/inspectBasic/inspectPoint/index.vue
@@ -159,11 +159,11 @@
             }
         };
 
-        // 打开生产装置弹窗
+        // 打开弹窗
         const onOpenDialogRef = (type: string, value: any) => {
             inspectPointDialogRef.value.openInspectPointDialog(type, value, state.regionNameList, state.RFIDList);
         };
-        // 删除角色
+        // 删除
         const onDelProductionDevice = (row: any) => {
             ElMessageBox.confirm(`此操作将永久删除该巡检点:“${row.code}”,是否继续?`, '提示', {
                 confirmButtonText: '确认',

--
Gitblit v1.9.2