fix: type cell dict props

This commit is contained in:
xingyu4j
2025-11-04 20:12:24 +08:00
parent 58dc5aefab
commit 6ac33e0208
2 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
cellRender: {
name: 'CellDict',
props: {
dictType: DICT_TYPE.COMMON_STATUS,
type: DICT_TYPE.COMMON_STATUS,
},
},
},
@@ -152,7 +152,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
cellRender: {
name: 'CellDict',
props: {
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
type: DICT_TYPE.PROMOTION_BANNER_POSITION,
},
},
},