1.修复index.vue表格翻译错误

2.限制统一订单类型审核
3.统一订单手动推送报错PlayX 接口未配置
This commit is contained in:
2026-04-14 18:55:31 +08:00
parent 4cf84ca083
commit 1c900e7132
7 changed files with 150 additions and 49 deletions

View File

@@ -11,4 +11,8 @@ export default {
[adminBaseRoutePath + '/user/rule']: ['./backend/${lang}/auth/rule.ts'],
[adminBaseRoutePath + '/user/scoreLog']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/crud/crud']: ['./backend/${lang}/crud/log.ts', './backend/${lang}/crud/state.ts'],
[adminBaseRoutePath + '/mall/item']: ['./backend/${lang}/mall/item.ts'],
[adminBaseRoutePath + '/mall/item/index']: ['./backend/${lang}/mall/item.ts'],
[adminBaseRoutePath + '/mall.Item']: ['./backend/${lang}/mall/item.ts'],
[adminBaseRoutePath + '/mall.Item/index']: ['./backend/${lang}/mall/item.ts'],
}

View File

@@ -1,23 +1,26 @@
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',
amount: 'amount',
multiplier: 'multiplier',
category: 'category',
category_title: 'category_title',
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',
id: 'ID',
title: 'Title',
description: 'Description',
remark: 'Remark',
score: 'Points',
type: 'Type',
'type 1': 'Bonus',
'type 2': 'Physical',
'type 3': 'Withdraw',
amount: 'Cash amount',
multiplier: 'Turnover multiplier',
category: 'Category',
category_title: 'Category title',
admin_id: 'Created by',
admin__username: 'Created by',
image: 'Image',
stock: 'Stock',
sort: 'Sort',
status: 'Status',
'status 0': 'Disabled',
'status 1': 'Enabled',
create_time: 'Created at',
update_time: 'Updated at',
'quick Search Fields': 'ID',
}