fix:【element-plus】button 的 text 类型,后续会废弃

This commit is contained in:
YunaiV
2025-09-08 23:00:53 +08:00
parent 2becb1b09d
commit 51d2d66f76
7 changed files with 16 additions and 8 deletions

View File

@@ -162,7 +162,8 @@ const [Grid, gridApi] = useVbenVxeGrid({
:actions="[
{
label: $t('common.edit'),
type: 'text',
type: 'primary',
link: true,
icon: ACTION_ICON.EDIT,
auth: ['infra:demo01-contact:update'],
onClick: handleEdit.bind(null, row),