Commit a1383591 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理商品详情审核记录的翻译

parent 8d0a47d0
......@@ -88,12 +88,11 @@ export enum CommodityImagesType {
/** 商品的操作文本 */
export const opeartionLabel = [
'',
'提交审核',
'修改商品',
'审核商品'
getIntl().formatMessage({ id: 'commodity.products.constant.opeartionLabel.1' }),
getIntl().formatMessage({ id: 'commodity.products.constant.opeartionLabel.2' }),
getIntl().formatMessage({ id: 'commodity.products.constant.opeartionLabel.3' })
]
/** 查看商品 审核历史列 */
export const columns: ColumnType<any>[] = [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment