From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 31 八月 2020 17:28:09 +0800
Subject: [PATCH] 2020-08-31

---
 src/templates/calendarconfig/tabcomponent/index.jsx |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/templates/calendarconfig/tabcomponent/index.jsx b/src/templates/calendarconfig/tabcomponent/index.jsx
index 0f0a1f9..700b5d4 100644
--- a/src/templates/calendarconfig/tabcomponent/index.jsx
+++ b/src/templates/calendarconfig/tabcomponent/index.jsx
@@ -73,8 +73,6 @@
 
     confirm({
       content: '纭畾鍒犻櫎鏍囩鍚楋紵',
-      okText: this.state.dict['model.confirm'],
-      cancelText: this.state.dict['model.cancel'],
       onOk() {
         _this.props.updateConfig({...config, tab: ''})
       },
@@ -101,8 +99,6 @@
           width={900}
           maskClosable={false}
           onCancel={() => { this.setState({ visible: false })}}
-          cancelText={this.state.dict['model.cancel']}
-          okText={this.state.dict['model.confirm']}
           onOk={this.tabSave}
           destroyOnClose
         >

--
Gitblit v1.8.0