style: 字典选中 高亮行
This commit is contained in:
parent
024087b9b2
commit
e5fa32bbae
@ -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('');
|
||||||
|
Loading…
Reference in New Issue
Block a user