diff --git a/apps/web-antd/src/views/mall/promotion/banner/data.ts b/apps/web-antd/src/views/mall/promotion/banner/data.ts index f1b166ee4..a168e6492 100644 --- a/apps/web-antd/src/views/mall/promotion/banner/data.ts +++ b/apps/web-antd/src/views/mall/promotion/banner/data.ts @@ -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, }, diff --git a/apps/web-antd/src/views/mall/promotion/rewardActivity/data.ts b/apps/web-antd/src/views/mall/promotion/rewardActivity/data.ts index b75ecdb10..272aeec0e 100644 --- a/apps/web-antd/src/views/mall/promotion/rewardActivity/data.ts +++ b/apps/web-antd/src/views/mall/promotion/rewardActivity/data.ts @@ -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 }, }, }, diff --git a/apps/web-antd/src/views/mall/trade/afterSale/data.ts b/apps/web-antd/src/views/mall/trade/afterSale/data.ts index fb0126017..150a9fff9 100644 --- a/apps/web-antd/src/views/mall/trade/afterSale/data.ts +++ b/apps/web-antd/src/views/mall/trade/afterSale/data.ts @@ -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, }, diff --git a/apps/web-ele/src/views/mall/promotion/banner/data.ts b/apps/web-ele/src/views/mall/promotion/banner/data.ts index df31aefb4..37f5ac085 100644 --- a/apps/web-ele/src/views/mall/promotion/banner/data.ts +++ b/apps/web-ele/src/views/mall/promotion/banner/data.ts @@ -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, }, diff --git a/apps/web-ele/src/views/mall/trade/afterSale/data.ts b/apps/web-ele/src/views/mall/trade/afterSale/data.ts index 2f3caa5b5..a995b0b96 100644 --- a/apps/web-ele/src/views/mall/trade/afterSale/data.ts +++ b/apps/web-ele/src/views/mall/trade/afterSale/data.ts @@ -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, },