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

27 lines
695 B
TypeScript

export default {
id: 'ID',
title: '标题',
description: '描述',
remark: '备注',
score: '兑换积分',
type: '类型',
'type 1': '红利(BONUS)',
'type 2': '实物(PHYSICAL)',
'type 3': '提现(WITHDRAW)',
amount: '现金面值',
multiplier: '流水倍数',
category: '红利业务类别',
category_title: '类别展示名',
admin_id: '创建管理员',
admin__username: '创建管理员',
image: '展示图',
stock: '库存',
sort: '排序',
status: '状态',
'status 0': '禁用',
'status 1': '启用',
create_time: '创建时间',
update_time: '修改时间',
'quick Search Fields': 'ID',
}