教培功能
parent
414e6e088d
commit
23ed3b63a1
|
@ -20,18 +20,6 @@
|
||||||
<el-input v-model="searchFrom.CORPINFO_NAME" placeholder="请输入机构名称"/>
|
<el-input v-model="searchFrom.CORPINFO_NAME" placeholder="请输入机构名称"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
|
||||||
<el-form-item label="行政区划" prop="POSSESSION">
|
|
||||||
<el-cascader
|
|
||||||
v-model="searchFrom.POSSESSION"
|
|
||||||
:options="areaList"
|
|
||||||
:props="areaProps"
|
|
||||||
placeholder="请选择属地"
|
|
||||||
style="width: 100%;"/>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
<el-row>
|
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="班级状态" prop="STATE">
|
<el-form-item label="班级状态" prop="STATE">
|
||||||
<el-select v-model="searchFrom.STATE" style="width: 100%;">
|
<el-select v-model="searchFrom.STATE" style="width: 100%;">
|
||||||
|
@ -42,6 +30,8 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
</el-row>
|
||||||
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-form-item label="开班时间" prop="TIME">
|
<el-form-item label="开班时间" prop="TIME">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
|
@ -132,23 +122,12 @@
|
||||||
label="班级编码"
|
label="班级编码"
|
||||||
fixed="left"
|
fixed="left"
|
||||||
width="200"/>
|
width="200"/>
|
||||||
<el-table-column v-if="checkList.includes('行政区划')" :show-overflow-tooltip="true" prop="ADMIN_DIVISION" label="行政区划" width="200">
|
|
||||||
<template slot-scope="{row}">
|
|
||||||
{{ row.PROVINCE_NAME + '-' + row.CITY_NAME + '-' + row.COUNTY_NAME }}
|
|
||||||
</template>
|
|
||||||
</el-table-column>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="checkList.includes('培训类型')"
|
v-if="checkList.includes('培训类型')"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
prop="TRAININGTYPE_NAME"
|
prop="TRAININGTYPE_NAME"
|
||||||
label="培训类型"
|
label="培训类型"
|
||||||
width="100"/>
|
width="100"/>
|
||||||
<el-table-column
|
|
||||||
v-if="checkList.includes('行业类型')"
|
|
||||||
:show-overflow-tooltip="true"
|
|
||||||
prop="INDUSTRY_ALL_NAME"
|
|
||||||
label="行业类型"
|
|
||||||
width="100"/>
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="checkList.includes('岗位类型')"
|
v-if="checkList.includes('岗位类型')"
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
|
|
Loading…
Reference in New Issue