chore: 客户端管理 行高自适应
This commit is contained in:
parent
a216db37fe
commit
3d7f3aef58
@ -51,9 +51,13 @@ export const columns: VxeGridProps['columns'] = [
|
||||
if (!row.grantTypeList) {
|
||||
return '无';
|
||||
}
|
||||
return renderDictTags(
|
||||
return (
|
||||
<div class="my-3">
|
||||
{renderDictTags(
|
||||
row.grantTypeList,
|
||||
getDict(DictEnum.SYS_GRANT_TYPE),
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
},
|
||||
|
@ -63,7 +63,6 @@ const gridOptions: VxeGridProps = {
|
||||
rowConfig: {
|
||||
isHover: true,
|
||||
keyField: 'id',
|
||||
height: 90,
|
||||
},
|
||||
id: 'system-client-index',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user