驾校关联

This commit is contained in:
qsh
2024-05-14 11:45:46 +08:00
parent 8a5ae3948a
commit 555cb4d27a
20 changed files with 1350 additions and 19 deletions

View File

@@ -116,7 +116,7 @@ const searchForm = ref({
pageNum: 1
})
const total = ref(1)
const total = ref(0)
const userList = ref([{ name: '张三', phone: '1888888888', workNum: '202101030001' }])