From ee84672f93c1d32a42cbfeb690412aa5cf68fa07 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期四, 04 八月 2022 10:33:24 +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