Files
webman-buildadmin-mall/web/src/lang/backend/en/mall/item.ts

20 lines
436 B
TypeScript

export default {
id: 'id',
title: 'title',
description: 'description',
remark: 'remark',
score: 'score',
type: 'type',
'type 1': 'type 1',
'type 2': 'type 2',
'type 3': 'type 3',
admin_id: 'admin_id',
admin__username: 'username',
image: 'show image',
stock: 'stock',
sort: 'sort',
create_time: 'create_time',
update_time: 'update_time',
'quick Search Fields': 'id',
}