From fe4005fe29aafa104485ffa2392598bd8dccd347 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 08 八月 2022 14:59:15 +0800
Subject: [PATCH] lct
---
src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue b/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue
index 3da2391..90cfdaa 100644
--- a/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue
+++ b/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue
@@ -28,7 +28,7 @@
<template #footer>
<span class="dialog-footer">
<el-button @click="isShowSubmitDialog = !isShowSubmitDialog" size="default">取 消</el-button>
- <el-button type="primary" @click="submitRecord" v-throttle size="default">确 实</el-button>
+ <el-button type="primary" @click="submitRecord" v-throttle size="default">确 定</el-button>
</span>
</template>
</el-dialog>
--
Gitblit v1.9.2