添加队列状态

This commit is contained in:
zoujiandong
2024-06-04 08:54:39 +08:00
parent 23a4074709
commit 20ad78b4e8
5 changed files with 337 additions and 131 deletions
+1
View File
@@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
ChatRecord: typeof import('./src/components/chatRecord.vue')['default']
ConfirmModal: typeof import('./src/components/confirmModal.vue')['default']
copy: typeof import('./src/components/isOkModal copy.vue')['default']
CouponDetail: typeof import('./src/components/couponDetail.vue')['default']
DeleteModal: typeof import('./src/components/DeleteModal.vue')['default']
DoctorModal: typeof import('./src/components/doctorModal.vue')['default']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']