[积分商城]商品管理
This commit is contained in:
17
web/src/lang/backend/en/mall/item.ts
Normal file
17
web/src/lang/backend/en/mall/item.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
title: 'title',
|
||||
description: 'description',
|
||||
remark: 'remark',
|
||||
score: 'score',
|
||||
'类型': '类型',
|
||||
'类型 1': '类型 1',
|
||||
'类型 2': '类型 2',
|
||||
'类型 3': '类型 3',
|
||||
admin_id: 'admin_id',
|
||||
admin__username: 'username',
|
||||
sort: 'sort',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id',
|
||||
}
|
||||
Reference in New Issue
Block a user