Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -136,6 +136,11 @@ const selectOptions = ref([
|
|||||||
])
|
])
|
||||||
|
|
||||||
const columns = ref([
|
const columns = ref([
|
||||||
|
{
|
||||||
|
title: '桌号',
|
||||||
|
align: 'center',
|
||||||
|
key: 'seat',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '订单号',
|
title: '订单号',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
@@ -224,6 +229,11 @@ const columns = ref([
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
key: 'payment_time',
|
key: 'payment_time',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '备注',
|
||||||
|
align: 'center',
|
||||||
|
key: 'notes',
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// title: '操作',
|
// title: '操作',
|
||||||
// align: 'center',
|
// align: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user