From 6e1be6afed910d217199278bb3f89d8922dfc5af Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 03 八月 2022 19:17:56 +0800 Subject: [PATCH] 双重预防系统 --- src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue b/src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue index c64cc93..5ad24bd 100644 --- a/src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue +++ b/src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue @@ -31,7 +31,7 @@ <template #footer> <span class="dialog-footer" v-show="disabled"> <el-button @click="isShowProductionDeviceDialog = !isShowProductionDeviceDialog" size="default">取 消</el-button> - <el-button type="primary" @click="submitProductionDevice" v-throttle size="default">确 实</el-button> + <el-button type="primary" @click="submitProductionDevice" v-throttle size="default">确 定</el-button> </span> </template> </el-dialog> -- Gitblit v1.9.2