'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 20:32:05 +08:00
parent 10a8094a3c
commit 6fe683e97e
11 changed files with 48 additions and 46 deletions

View File

@ -36,7 +36,7 @@ const props = defineProps({
},
})
const emits = defineEmits(['update:modelValue'])
const emits = defineEmits(['update:modelValue', 'refresh'])
const dialogVisible = computed({
get() {
@ -69,7 +69,7 @@ const formList = reactive([
[
{ label: "外派单位", prop: "wpdw", type: "input" },
],
{ label: "从业人员照片", prop: "", type: "upload", limit: 2 },
{ label: "从业人员照片", prop: "tp", type: "upload", limit: 2 },
{ label: "保安证件", prop: "bazzp", type: "upload", limit: 1 },
])