fix: cellDictTag => CellDict
This commit is contained in:
@@ -143,7 +143,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
field: 'status',
|
field: 'status',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.COMMON_STATUS,
|
dictType: DICT_TYPE.COMMON_STATUS,
|
||||||
},
|
},
|
||||||
@@ -154,7 +154,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
field: 'position',
|
field: 'position',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: { type: DICT_TYPE.PROMOTION_PRODUCT_SCOPE },
|
props: { type: DICT_TYPE.PROMOTION_PRODUCT_SCOPE },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -88,7 +88,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: { type: DICT_TYPE.COMMON_STATUS },
|
props: { type: DICT_TYPE.COMMON_STATUS },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
|
|||||||
width: 100,
|
width: 100,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.TRADE_AFTER_SALE_STATUS,
|
dictType: DICT_TYPE.TRADE_AFTER_SALE_STATUS,
|
||||||
},
|
},
|
||||||
@@ -158,7 +158,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
|
|||||||
width: 100,
|
width: 100,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.TRADE_AFTER_SALE_WAY,
|
dictType: DICT_TYPE.TRADE_AFTER_SALE_WAY,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
field: 'status',
|
field: 'status',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.COMMON_STATUS,
|
dictType: DICT_TYPE.COMMON_STATUS,
|
||||||
},
|
},
|
||||||
@@ -150,7 +150,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
|||||||
field: 'position',
|
field: 'position',
|
||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
dictType: DICT_TYPE.PROMOTION_BANNER_POSITION,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
|
|||||||
width: 100,
|
width: 100,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.TRADE_AFTER_SALE_STATUS,
|
dictType: DICT_TYPE.TRADE_AFTER_SALE_STATUS,
|
||||||
},
|
},
|
||||||
@@ -158,7 +158,7 @@ export function useGridColumns(): VxeGridPropTypes.Columns {
|
|||||||
width: 100,
|
width: 100,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
cellRender: {
|
cellRender: {
|
||||||
name: 'CellDictTag',
|
name: 'CellDict',
|
||||||
props: {
|
props: {
|
||||||
dictType: DICT_TYPE.TRADE_AFTER_SALE_WAY,
|
dictType: DICT_TYPE.TRADE_AFTER_SALE_WAY,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user