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

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

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