From 9b6ce1a5778c6e1a813237e87588c0052aae1bbb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 29 四月 2020 17:26:15 +0800
Subject: [PATCH] 2020-04-29

---
 src/templates/zshare/modaleditable/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/modaleditable/index.jsx b/src/templates/zshare/modaleditable/index.jsx
index d2104a8..90119fb 100644
--- a/src/templates/zshare/modaleditable/index.jsx
+++ b/src/templates/zshare/modaleditable/index.jsx
@@ -158,7 +158,7 @@
               <span className="operation-btn" title={props.dict['header.form.down']} onClick={() => this.handleUpDown(record, 'down')} style={{color: '#ff4d4f'}}><Icon type="arrow-down" /></span>
               <Popconfirm
                 title={props.dict['header.form.query.delete']}
-                okText={props.dict['header.confirm']}
+                okText={props.dict['model.confirm']}
                 cancelText={props.dict['header.cancel']}
                 onConfirm={() => this.handleDelete(record.key)
               }>
@@ -364,7 +364,7 @@
               <span className="operation-btn" title={this.props.dict['header.form.down']} onClick={() => this.handleUpDown(record, 'down')} style={{color: '#ff4d4f'}}><Icon type="arrow-down" /></span>
               <Popconfirm
                 title={this.props.dict['header.form.query.delete']}
-                okText={this.props.dict['header.confirm']}
+                okText={this.props.dict['model.confirm']}
                 cancelText={this.props.dict['header.cancel']}
                 onConfirm={() => this.handleDelete(record.key)
               }>

--
Gitblit v1.8.0