parent
d6f55a5ef2
commit
8bba03c8c7
|
@ -88,6 +88,7 @@
|
||||||
list-type="picture-card">
|
list-type="picture-card">
|
||||||
<i class="el-icon-plus" />
|
<i class="el-icon-plus" />
|
||||||
</el-upload>
|
</el-upload>
|
||||||
|
<div style="font-size: 10px; color: red">温馨提示:用户要上传身份证正反面(身份证照片数量是2张), 才能进行人员培训</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
list-type="picture-card">
|
list-type="picture-card">
|
||||||
<i class="el-icon-plus" />
|
<i class="el-icon-plus" />
|
||||||
</el-upload>
|
</el-upload>
|
||||||
|
<div style="font-size: 10px; color: red">温馨提示:用户要上传身份证正反面(身份证照片数量是2张), 才能进行人员培训</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
|
@ -25,6 +25,11 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
<el-row>
|
||||||
|
<el-col>
|
||||||
|
<div style="font-size: 10px; color: red">温馨提示:用户要上传身份证正反面(身份证照片数量是2张), 才能进行人员培训</div>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
<el-table
|
<el-table
|
||||||
ref="multipleTable"
|
ref="multipleTable"
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
<Treeselect
|
<Treeselect
|
||||||
:options="departmentTree"
|
:options="departmentTree"
|
||||||
:normalizer="normalizer"
|
:normalizer="normalizer"
|
||||||
|
:default-expand-level="3"
|
||||||
v-model="form.APPOINT_DEPARTMENT_ID"
|
v-model="form.APPOINT_DEPARTMENT_ID"
|
||||||
placeholder="请选择部门"
|
placeholder="请选择部门"
|
||||||
no-options-text="暂无数据"
|
no-options-text="暂无数据"
|
||||||
|
|
Loading…
Reference in New Issue