更新推送订单接口新增start_time和end_time

This commit is contained in:
2026-04-08 10:28:40 +08:00
parent 6bec4e7758
commit 186af5a55f
5 changed files with 36 additions and 12 deletions

View File

@@ -210,6 +210,24 @@ const baTable = new baTableClass(
operatorPlaceholder: t('Fuzzy query'),
},
{ label: t('mall.order.mall_address_id'), prop: 'mall_address_id', align: 'center', width: 100, operator: 'eq', sortable: false },
{
label: t('mall.order.start_time'),
prop: 'start_time',
align: 'center',
operator: 'RANGE',
comSearchRender: 'datetime',
sortable: 'custom',
width: 160,
},
{
label: t('mall.order.end_time'),
prop: 'end_time',
align: 'center',
operator: 'RANGE',
comSearchRender: 'datetime',
sortable: 'custom',
width: 160,
},
{
label: t('mall.order.create_time'),
prop: 'create_time',
@@ -225,6 +243,7 @@ const baTable = new baTableClass(
label: t('mall.order.update_time'),
prop: 'update_time',
align: 'center',
show: false,
render: 'datetime',
operator: 'RANGE',
comSearchRender: 'datetime',