From 6e1be6afed910d217199278bb3f89d8922dfc5af Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 03 八月 2022 19:17:56 +0800 Subject: [PATCH] 双重预防系统 --- src/views/intellectInspect/inspectBasic/discriminate/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/intellectInspect/inspectBasic/discriminate/index.vue b/src/views/intellectInspect/inspectBasic/discriminate/index.vue index ecab504..1ddaf5b 100644 --- a/src/views/intellectInspect/inspectBasic/discriminate/index.vue +++ b/src/views/intellectInspect/inspectBasic/discriminate/index.vue @@ -122,11 +122,11 @@ } }; - // 打开生产装置弹窗 + // 打开弹窗 const onOpenDialogRef = (type: string, value: any) => { RFIDDialogRef.value.openRFIDDialog(type, value); }; - // 删除角色 + // 删除 const onDelProductionDevice = (row: any) => { ElMessageBox.confirm(`此操作将永久删除该RFID:“${row.rfidName}”,是否继续?`, '提示', { confirmButtonText: '确认', -- Gitblit v1.9.2