From e8410f952f7798342c1888d8393862545fb2af6d Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Tue, 10 Sep 2024 16:07:22 +0800
Subject: [PATCH] feat: 流转督办接入组件
---
gz-customerSystem/src/components/disputeRegistration/casePerfection/Form1.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form1.jsx b/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form1.jsx
index 008b970..04769e8 100644
--- a/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form1.jsx
+++ b/gz-customerSystem/src/components/disputeRegistration/casePerfection/Form1.jsx
@@ -2,7 +2,7 @@
* @Author: dminyi 1301963064@qq.com
* @Date: 2023-12-12 10:01:29
* @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2023-12-20 17:36:49
+ * @LastEditTime: 2024-08-19 15:32:02
* @FilePath: \hugeDyh2.0\customerSystem\src\components\disputeRegistration\Form1.jsx
* @Description: 调解总览修改表单
*/
@@ -316,7 +316,7 @@
<Button type="primary"
onClick={() => {
$$.modalInfo({
- title: '案件信息报仇呢确认',
+ title: '案件信息保存确认',
content: '确定保存本次对案件信息的修改吗?',
okText: '确定保存',
cancelText: '我再想想',
--
Gitblit v1.8.0