1.新增马来语ms,修改有商品管理和所有接口返回
This commit is contained in:
@@ -58,6 +58,46 @@ const baTable = new baTableClass(
|
||||
sortable: false,
|
||||
operator: 'LIKE',
|
||||
},
|
||||
{
|
||||
label: t('mall.item.title_en'),
|
||||
prop: 'title_en',
|
||||
align: 'center',
|
||||
minWidth: 90,
|
||||
show: false,
|
||||
operatorPlaceholder: t('Fuzzy query'),
|
||||
sortable: false,
|
||||
operator: 'LIKE',
|
||||
},
|
||||
{
|
||||
label: t('mall.item.description_en'),
|
||||
prop: 'description_en',
|
||||
align: 'center',
|
||||
minWidth: 90,
|
||||
show: false,
|
||||
operatorPlaceholder: t('Fuzzy query'),
|
||||
sortable: false,
|
||||
operator: 'LIKE',
|
||||
},
|
||||
{
|
||||
label: t('mall.item.title_ms'),
|
||||
prop: 'title_ms',
|
||||
align: 'center',
|
||||
minWidth: 90,
|
||||
show: false,
|
||||
operatorPlaceholder: t('Fuzzy query'),
|
||||
sortable: false,
|
||||
operator: 'LIKE',
|
||||
},
|
||||
{
|
||||
label: t('mall.item.description_ms'),
|
||||
prop: 'description_ms',
|
||||
align: 'center',
|
||||
minWidth: 90,
|
||||
show: false,
|
||||
operatorPlaceholder: t('Fuzzy query'),
|
||||
sortable: false,
|
||||
operator: 'LIKE',
|
||||
},
|
||||
{
|
||||
label: t('mall.item.score'),
|
||||
prop: 'score',
|
||||
@@ -189,6 +229,10 @@ const baTable = new baTableClass(
|
||||
defaultItems: {
|
||||
stock: 0,
|
||||
sort: 100,
|
||||
title_en: '',
|
||||
description_en: '',
|
||||
title_ms: '',
|
||||
description_ms: '',
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user