提交 e0e6bbe3 作者: ZhangLingKun

优化:培训详情问题修复

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