style: 字典选中 高亮行

This commit is contained in:
dap 2025-03-27 21:41:32 +08:00
parent 024087b9b2
commit e5fa32bbae

View File

@ -61,8 +61,11 @@ const gridOptions: VxeGridProps = {
}, },
rowConfig: { rowConfig: {
keyField: 'dictId', keyField: 'dictId',
//
isCurrent: true,
}, },
id: 'system-dict-type-index', id: 'system-dict-type-index',
rowClassName: 'hover:cursor-pointer',
}; };
const lastDictType = ref(''); const lastDictType = ref('');