【新增】知识点前端,试题导入按钮,学生身份证字段

This commit is contained in:
YOHO\20373
2025-05-19 22:05:10 +08:00
committed by 陆光LG
parent 3ae1f371f0
commit a91ef2cbd2
7 changed files with 456 additions and 8 deletions

View File

@@ -74,6 +74,14 @@
/>
</el-select>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="身份证" prop="sfz">
<el-input v-model="formData.sfz" maxlength="50" placeholder="请输入身份证" />
</el-form-item>
</el-col>
</el-row>
<el-row>
@@ -123,6 +131,7 @@ const formData = ref({
className: '',
mobile: '',
email: '',
sfz:'',
id: undefined,
username: '',
password: '',