|
@@ -79,11 +79,8 @@ |
|
@@ -79,11 +79,8 @@ |
79
|
|
79
|
|
80
|
<el-row :gutter="5">
|
80
|
<el-row :gutter="5">
|
81
|
<el-col :span="8">
|
81
|
<el-col :span="8">
|
82
|
- <el-form-item label="在职状态" prop="certificate" :readonly="isAdmin()" class="form-class">
|
|
|
83
|
- <el-radio-group v-model="ruleForm.state">
|
|
|
84
|
- <el-radio :label="1">在职</el-radio>
|
|
|
85
|
- <el-radio :label="2">离职</el-radio>
|
|
|
86
|
- </el-radio-group>
|
82
|
+ <el-form-item label="身份证" prop="idcard" class="form-class">
|
|
|
83
|
+ <el-input v-model="ruleForm.idcard"></el-input>
|
87
|
</el-form-item>
|
84
|
</el-form-item>
|
88
|
</el-col>
|
85
|
</el-col>
|
89
|
<el-col :span="8">
|
86
|
<el-col :span="8">
|
|
@@ -109,6 +106,17 @@ |
|
@@ -109,6 +106,17 @@ |
109
|
</el-row>
|
106
|
</el-row>
|
110
|
|
107
|
|
111
|
<el-row :gutter="5">
|
108
|
<el-row :gutter="5">
|
|
|
109
|
+ <el-col :span="8">
|
|
|
110
|
+ <el-form-item label="在职状态" prop="certificate" :readonly="isAdmin()" class="form-class">
|
|
|
111
|
+ <el-radio-group v-model="ruleForm.state">
|
|
|
112
|
+ <el-radio :label="1">在职</el-radio>
|
|
|
113
|
+ <el-radio :label="2">离职</el-radio>
|
|
|
114
|
+ </el-radio-group>
|
|
|
115
|
+ </el-form-item>
|
|
|
116
|
+ </el-col>
|
|
|
117
|
+ </el-row>
|
|
|
118
|
+
|
|
|
119
|
+ <el-row :gutter="5">
|
112
|
<el-col :span="24">
|
120
|
<el-col :span="24">
|
113
|
<el-form-item label="获得证书" prop="post" class="form-textarea">
|
121
|
<el-form-item label="获得证书" prop="post" class="form-textarea">
|
114
|
<el-input v-model="ruleForm.certificate" type="textarea"></el-input>
|
122
|
<el-input v-model="ruleForm.certificate" type="textarea"></el-input>
|