This commit is contained in:
2026-01-17 18:38:45 +08:00
parent fd22ad2884
commit 80f072cbcd
8 changed files with 208 additions and 21 deletions

View File

@@ -218,6 +218,10 @@ const featureMap = {
component: defineAsyncComponent(() => import("@/ui/IVYZ3P9M.vue")),
remark: '学历信息展示学生姓名、身份证号、学校、专业、入学与毕业时间、学历层次以及学习形式等字段,可结合字典编码了解具体含义。',
},
QCGX1H7Y: {
name: "车辆过户详版",
component: defineAsyncComponent(() => import("@/ui/QCGX1H7Y.vue")),
},
};
import LEmpty from "@/components/LEmpty.vue";