fix: cellDictTag => CellDict
This commit is contained in:
@@ -139,7 +139,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
field: 'status',
|
||||
minWidth: 150,
|
||||
cellRender: {
|
||||
name: 'CellDictTag',
|
||||
name: 'CellDict',
|
||||
props: {
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
},
|
||||
@@ -150,7 +150,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
field: 'position',
|
||||
minWidth: 150,
|
||||
cellRender: {
|
||||
name: 'CellDictTag',
|
||||
name: 'CellDict',
|
||||
props: {
|
||||
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user