Compare commits

..

3 Commits

Author SHA1 Message Date
537e155050 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 10:47:13 +08:00
11386f9864 Merge branch 'dev' into test
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 10:47:07 +08:00
3f11741c33 feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 10:46:54 +08:00

View File

@@ -136,6 +136,11 @@ const selectOptions = ref([
])
const columns = ref([
{
title: '桌号',
align: 'center',
key: 'seat',
},
{
title: '订单号',
align: 'center',
@@ -224,6 +229,11 @@ const columns = ref([
align: 'center',
key: 'payment_time',
},
{
title: '备注',
align: 'center',
key: 'notes',
},
// {
// title: '操作',
// align: 'center',