feat(custom):
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-28 10:45:08 +08:00
parent f78140d8dd
commit 3d8f72de35
3 changed files with 12 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
"vite": "^4.5.3",
"vue": "3.3.4",
"vue-echarts": "^6.7.3",
"vue-router": "^4.4.0",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5"
},
"devDependencies": {

2
pnpm-lock.yaml generated
View File

@@ -57,7 +57,7 @@ importers:
specifier: ^6.7.3
version: 6.7.3(@vue/runtime-core@3.3.4)(echarts@5.5.1)(vue@3.3.4)
vue-router:
specifier: ^4.4.0
specifier: ^4.2.5
version: 4.4.0(vue@3.3.4)
xlsx:
specifier: ^0.18.5

View File

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