From d4c2669215ef211e52496e69a89010a9b545e04a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 06 九月 2021 19:06:28 +0800 Subject: [PATCH] 2021-09-06 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 737abd4..acf6876 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1733,11 +1733,11 @@ /> <div style={{ position: 'absolute', zIndex: 1, right: 0, bottom: 0, width: '100%', borderTop: '1px solid #e9e9e9', padding: '10px 16px', background: '#fff', textAlign: 'right'}}> <Button onClick={this.handleCancel} style={{ marginRight: 8 }}> - 鍙栨秷 + {btnconfig.setting.formType !== 'check' ? '鍙栨秷' : '鍏抽棴'} </Button> - <Button onClick={this.handleOk} loading={this.state.confirmLoading} type="primary"> + {btnconfig.setting.formType !== 'check' ? <Button onClick={this.handleOk} loading={this.state.confirmLoading} type="primary"> 纭畾 - </Button> + </Button> : null} </div> </Drawer> ) -- Gitblit v1.8.0