Compare commits
3 Commits
627d618b65
...
537e155050
| Author | SHA1 | Date | |
|---|---|---|---|
| 537e155050 | |||
| 11386f9864 | |||
| 3f11741c33 |
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user