diff --git a/src/components/Common/AffixMenu.js b/src/components/Common/AffixMenu.js index a61f588..65e817c 100644 --- a/src/components/Common/AffixMenu.js +++ b/src/components/Common/AffixMenu.js @@ -411,14 +411,14 @@ class AffixMenuComponent extends Component { } checkAll = {selectAll}   this.onCheckAll(e, child, count, configId)} />; } - if (this.props.app.userinfo.sType === 'sysadmin' || true) { /* 管理员设置列是否可修改 */ - columns.push({ - title: columnsReadOnly, - dataIndex: 'bReadonly', - render: (text, record) => this.renderColumns(text, 'bReadonly', configId, record), - width: 80, - }); - } + // if (this.props.app.userinfo.sType === 'sysadmin' || true) { /* 管理员设置列是否可修改 */ + // columns.push({ + // title: columnsReadOnly, + // dataIndex: 'bReadonly', + // render: (text, record) => this.renderColumns(text, 'bReadonly', configId, record), + // width: 80, + // }); + // } if (this.props.app.userinfo.sType === 'sysadmin' || true) { /* 管理员设置列颜色 */ columns.push({ title: columnsFontColor,