【新增】知识点前端,试题导入按钮,学生身份证字段
This commit is contained in:
@@ -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: '',
|
||||
|
Reference in New Issue
Block a user