fix: cellDictTag => CellDict

This commit is contained in:
xingyu4j
2025-10-22 18:07:46 +08:00
parent 495a924d56
commit 1f64551a3e
5 changed files with 10 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
field: 'status',
minWidth: 150,
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: {
dictType: DICT_TYPE.COMMON_STATUS,
},
@@ -154,7 +154,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
field: 'position',
minWidth: 150,
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: {
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
},

View File

@@ -64,7 +64,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
minWidth: 120,
align: 'center',
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: { type: DICT_TYPE.PROMOTION_PRODUCT_SCOPE },
},
},
@@ -88,7 +88,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
minWidth: 100,
align: 'center',
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: { type: DICT_TYPE.COMMON_STATUS },
},
},

View File

@@ -146,7 +146,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
width: 100,
align: 'center',
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: {
dictType: DICT_TYPE.TRADE_AFTER_SALE_STATUS,
},
@@ -158,7 +158,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
width: 100,
align: 'center',
cellRender: {
name: 'CellDictTag',
name: 'CellDict',
props: {
dictType: DICT_TYPE.TRADE_AFTER_SALE_WAY,
},