提交 e0e6bbe3 作者: ZhangLingKun

优化:培训详情问题修复

上级 9195c075
流水线 #7115 已通过 于阶段
in 1 分 10 秒
......@@ -113,7 +113,7 @@ const InstitutionsList = () => {
type='link'
danger
onClick={() => deleteInstitutionsClick(record)}
disabled={!!userInfo.roleInfo.superAdmin}
disabled={!userInfo.roleInfo.superAdmin}
>
删除
</Button>
......@@ -218,7 +218,7 @@ const InstitutionsList = () => {
icon={<PlusOutlined />}
type='primary'
onClick={toAddInstitutions}
disabled={false}
disabled={true}
>
新增
</Button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论