提交 815aecfd authored 作者: 钟是志's avatar 钟是志

22762 宿舍违纪管理/宿舍违纪上报申请,2001010250 这两个按钮屏蔽

上级 151098c7
...@@ -162,7 +162,7 @@ export default class TableSelect extends React.Component { ...@@ -162,7 +162,7 @@ export default class TableSelect extends React.Component {
render() { render() {
const { const {
json: { isMultiple, sql, optionType, showTable }, json: { isMultiple, sql, optionType, showTable, isShowQuanXuan },
dataColumn: { referenceObjId }, dataColumn: { referenceObjId },
sqlModel, sqlModel,
columns, columns,
...@@ -304,16 +304,18 @@ export default class TableSelect extends React.Component { ...@@ -304,16 +304,18 @@ export default class TableSelect extends React.Component {
/> />
) : ( ) : (
<> <>
{isMultiple && ( {isMultiple && isShowQuanXuan !== false && (
<> <>
{' '} {' '}
<Button <Button
id={'quanXuanButton'}
type={'primary'} type={'primary'}
style={{ margin: '0 10px 10px 0' }} style={{ margin: '0 10px 10px 0' }}
onClick={this.selectAll}> onClick={this.selectAll}>
全选 全选
</Button> </Button>
<Button <Button
id={'quXiaoQuanXuanButton'}
type={'primary'} type={'primary'}
style={{ marginBottom: '10px' }} style={{ marginBottom: '10px' }}
onClick={this.cancelAll}> onClick={this.cancelAll}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论