fix(components): 修复菜单树选择组件

This commit is contained in:
xlsea
2025-06-10 11:05:50 +08:00
parent 94f183e7b5
commit bbda803e90
2 changed files with 12 additions and 4 deletions

View File

@ -82,7 +82,7 @@ const {
key: 'dataScope',
title: '数据范围',
align: 'center',
minWidth: 120,
minWidth: 180,
render: row => {
return <NTag type="info">{dataScopeRecord[row.dataScope]}</NTag>;
}
@ -113,7 +113,7 @@ const {
key: 'operate',
title: $t('common.operate'),
align: 'center',
width: 220,
width: 230,
render: row => {
if (row.roleId === 1) return null;