From 2d0b3bbbd171344209a95c0df663be14fcedac96 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 27 十一月 2024 13:10:32 +0800 Subject: [PATCH] 更新 --- src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue b/src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue index 59cf27e..6e35719 100644 --- a/src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue +++ b/src/views/safetyReview/expertManage/applyRecords/components/expertForm.vue @@ -118,6 +118,13 @@ </el-row> <el-row> <el-col :span="20"> + <el-form-item label="最高学历" prop="degree"> + <el-input v-model="state.form.degree" :readonly="state.disable"></el-input> + </el-form-item> + </el-col> + </el-row> + <el-row> + <el-col :span="20"> <el-form-item label="单位全称" prop="companyName"> <el-input v-model="state.form.companyName" :readonly="state.disable"></el-input> </el-form-item> @@ -169,13 +176,6 @@ <el-col :span="20"> <el-form-item label="毕业学校"> <el-input v-model="state.form.graduationSchool" :readonly="state.disable"></el-input> - </el-form-item> - </el-col> - </el-row> - <el-row> - <el-col :span="20"> - <el-form-item label="最高学历" prop="degree"> - <el-input v-model="state.form.degree" :readonly="state.disable"></el-input> </el-form-item> </el-col> </el-row> -- Gitblit v1.9.2