提交 e5db247a authored 作者: chscls@163.com's avatar chscls@163.com

查看权限

上级 88cceecc
...@@ -1451,9 +1451,14 @@ export default class tableCom extends Component { ...@@ -1451,9 +1451,14 @@ export default class tableCom extends Component {
const { options, labels, selectDis, modalCode, modalTitle, modalInit, modalProps } = this.state; const { options, labels, selectDis, modalCode, modalTitle, modalInit, modalProps } = this.state;
const { getFieldDecorator, getFieldError, getFieldProps } = this.props.form; const { getFieldDecorator, getFieldError, getFieldProps } = this.props.form;
const disabled = json != null ? json.disabled : false; const disabled = json != null ? json.disabled : false;
const permRank = json !=null ?(json.permRank!=null?json.permRank:0):0;
if (json == null) { if (json == null) {
return <></>; return <></>;
} }
//私有
if(permRank==1){
return <></>;
}
if (json.comName == 'QRCode') { if (json.comName == 'QRCode') {
if ( if (
this.state.option == null || this.state.option == null ||
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论