fix: type cell dict props
parent
58dc5aefab
commit
6ac33e0208
|
|
@ -145,7 +145,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDict',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.COMMON_STATUS,
|
type: DICT_TYPE.COMMON_STATUS,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -156,7 +156,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDict',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
type: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDict',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.COMMON_STATUS,
|
type: DICT_TYPE.COMMON_STATUS,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -152,7 +152,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDict',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
type: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue