From 988558aaa309068fd393cc654be537434b0a15ea Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 11 Aug 2022 19:11:18 +0800
Subject: [PATCH] 修改
---
src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 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..769959b 100644
--- a/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue
+++ b/src/views/doublePrevent/riskCheckManage/checkTaskManage/checkTask/components/recordDialog.vue
@@ -6,7 +6,7 @@
<el-row :gutter="35">
<el-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" class="mb20">
<el-form-item label="检查内容" prop="checkContent">
- <el-input class="input-length" type="textarea" :rows="3" v-model.trim="recordForm.checkContent" placeholder="检查内容"> </el-input>
+ <el-input class="input-length" :disabled="true" type="textarea" :rows="3" v-model.trim="recordForm.checkContent" placeholder="检查内容"> </el-input>
</el-form-item>
</el-col>
</el-row>
@@ -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