From 1a11f7115e61c548f9ffc77d0a9e504307ca71b2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 八月 2021 18:37:20 +0800
Subject: [PATCH] 2021-08-24

---
 src/templates/sharecomponent/columncomponent/markcolumn/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/columncomponent/markcolumn/index.jsx b/src/templates/sharecomponent/columncomponent/markcolumn/index.jsx
index e3aa138..f98be64 100644
--- a/src/templates/sharecomponent/columncomponent/markcolumn/index.jsx
+++ b/src/templates/sharecomponent/columncomponent/markcolumn/index.jsx
@@ -118,7 +118,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
                 overlayClassName="popover-confirm"
-                title={this.props.dict['header.form.query.delete']}
+                title={this.props.dict['model.query.delete']}
                 onConfirm={() => this.handleDelete(record)
               }>
                 <span className="operation-btn" style={{color: '#ff4d4f'}}><Icon type="delete" /></span>

--
Gitblit v1.8.0