style: 字典选中 高亮行

master
dap 9 months ago
parent 024087b9b2
commit e5fa32bbae

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

Loading…
Cancel
Save