1.优化开奖逻辑
2.优化后台开奖派彩 3.优化接口规范
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user