king
2021-09-06 d4c2669215ef211e52496e69a89010a9b545e04a
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>
      )