1.优化开奖逻辑

2.优化后台开奖派彩
3.优化接口规范
This commit is contained in:
2026-04-17 13:56:13 +08:00
parent 3cf386756b
commit bf3d50a309
50 changed files with 1036 additions and 770 deletions

View File

@@ -58,23 +58,30 @@ const baTable = new baTableClass(
pk: 'id',
column: [
{ label: t('order.betOrder.id'), prop: 'id', align: 'center', width: 100, operator: 'RANGE', sortable: 'custom' },
{ label: t('order.betOrder.period_id'), prop: 'period_id', align: 'center', width: 100, operator: 'RANGE' },
{
label: t('order.betOrder.period_no'),
prop: 'period_no',
label: t('order.betOrder.period_id'),
prop: 'period_id',
align: 'center',
minWidth: 160,
operatorPlaceholder: t('Fuzzy query'),
operator: 'LIKE',
show: false,
width: 100,
operator: 'RANGE',
},
// {
// label: t('order.betOrder.period_no'),
// prop: 'period_no',
// align: 'center',
// minWidth: 160,
// operatorPlaceholder: t('Fuzzy query'),
// operator: 'LIKE',
// },
{
label: t('order.betOrder.gameRecord_period_no'),
prop: 'gameRecord.period_no',
align: 'center',
minWidth: 160,
minWidth: 200,
operatorPlaceholder: t('Fuzzy query'),
operator: 'LIKE',
render: 'tags',
render: 'tag',
},
{
label: t('order.betOrder.gameRecord_status'),