Commit 798015d6 authored by WBY1026's avatar WBY1026

bug修复

parent 8bf158cb
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
@keyup.enter.native="handleQuery" @keyup.enter.native="handleQuery"
/> />
</el-form-item> </el-form-item>
<el-form-item label="岗位分类:" prop="value"> <!-- <el-form-item label="岗位分类:" prop="value">
<el-select v-model="queryParams.jobClassification" placeholder="岗位分类" clearable> <el-select v-model="queryParams.jobClassification" placeholder="岗位分类" clearable>
<el-option <el-option
v-for="item in valueOptions" v-for="item in valueOptions"
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
:value="item.dictValue" :value="item.dictValue"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="技术分类:" prop="teDirection"> <!-- <el-form-item label="技术分类:" prop="teDirection">
<el-select v-model="queryParams.technicalClassification" placeholder="技术分类" clearable> <el-select v-model="queryParams.technicalClassification" placeholder="技术分类" clearable>
<el-option <el-option
v-for="item in courseDirection" v-for="item in courseDirection"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
:value="item.dictValue" :value="item.dictValue"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="开始日期:"> <el-form-item label="开始日期:">
<el-date-picker <el-date-picker
v-model="dateRangeBegin" v-model="dateRangeBegin"
...@@ -166,42 +166,18 @@ ...@@ -166,42 +166,18 @@
{{ scope.row.lessonName || '-' }} {{ scope.row.lessonName || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="岗位分类" prop="jobClassification" :show-overflow-tooltip="true"> <!-- <el-table-column label="岗位分类" prop="jobClassification" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span> {{ getJobClassificationName(scope.row.jobClassification) || '-' }}</span> <span> {{ getJobClassificationName(scope.row.jobClassification) || '-' }}</span>
<!-- <el-select-->
<!-- v-if="scope.row.flag === '1'"-->
<!-- v-model="scope.row.jobClassification"-->
<!-- filterable-->
<!-- style="width: 160px"-->
<!-- >-->
<!-- <el-option-->
<!-- v-for="(items,index) in valueOptions"-->
<!-- :key="index"-->
<!-- :label="items.dictLabel"-->
<!-- :value="items.dictValue"-->
<!-- />-->
<!-- </el-select>-->
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true"> <!-- <el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span> {{ getCourseDirectionName(scope.row.technicalClassification) || '-' }}</span> <span> {{ getCourseDirectionName(scope.row.technicalClassification) || '-' }}</span>
<!-- <el-select-->
<!-- v-if="scope.row.flag === '1'"-->
<!-- v-model="scope.row.technicalClassification"-->
<!-- filterable-->
<!-- style="width: 160px"-->
<!-- >-->
<!-- <el-option-->
<!-- v-for="(items,index) in courseDirection"-->
<!-- :key="index"-->
<!-- :label="items.dictLabel"-->
<!-- :value="items.dictValue"-->
<!-- />-->
<!-- </el-select>-->
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="开始日期" prop="value2" :show-overflow-tooltip="true"> <el-table-column label="开始日期" prop="value2" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.flag === '0'">{{ <span v-if="scope.row.flag === '0'">{{
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
size="small" size="small"
/> />
</el-form-item> </el-form-item>
<el-form-item label="岗位分类:" prop="value"> <!-- <el-form-item label="岗位分类:" prop="value">
<el-select v-model="queryParams.jobClassification" placeholder="岗位分类" clearable> <el-select v-model="queryParams.jobClassification" placeholder="岗位分类" clearable>
<el-option <el-option
v-for="item in valueOptions" v-for="item in valueOptions"
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
:value="item.dictValue" :value="item.dictValue"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="技术分类:" prop="teDirection"> <!-- <el-form-item label="技术分类:" prop="teDirection">
<el-select v-model="queryParams.technicalClassification" placeholder="技术分类" clearable> <el-select v-model="queryParams.technicalClassification" placeholder="技术分类" clearable>
<el-option <el-option
v-for="item in courseDirection" v-for="item in courseDirection"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
:value="item.dictValue" :value="item.dictValue"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="开始日期:"> <el-form-item label="开始日期:">
<el-date-picker <el-date-picker
...@@ -167,42 +167,18 @@ ...@@ -167,42 +167,18 @@
{{ scope.row.lessonName || '-' }} {{ scope.row.lessonName || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="岗位分类" prop="jobClassification" :show-overflow-tooltip="true"> <!-- <el-table-column label="岗位分类" prop="jobClassification" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span> {{ getJobClassificationName(scope.row.jobClassification) || '-' }}</span> <span> {{ getJobClassificationName(scope.row.jobClassification) || '-' }}</span>
<!-- <el-select-->
<!-- v-if="scope.row.flag === '1'"-->
<!-- v-model="scope.row.jobClassification"-->
<!-- filterable-->
<!-- style="width: 160px"-->
<!-- >-->
<!-- <el-option-->
<!-- v-for="(items,index) in valueOptions"-->
<!-- :key="index"-->
<!-- :label="items.dictLabel"-->
<!-- :value="items.dictValue"-->
<!-- />-->
<!-- </el-select>-->
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true"> <!-- <el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span> {{ getCourseDirectionName(scope.row.technicalClassification) || '-' }}</span> <span> {{ getCourseDirectionName(scope.row.technicalClassification) || '-' }}</span>
<!-- <el-select-->
<!-- v-if="scope.row.flag === '1'"-->
<!-- v-model="scope.row.technicalClassification"-->
<!-- filterable-->
<!-- style="width: 160px"-->
<!-- >-->
<!-- <el-option-->
<!-- v-for="(items,index) in courseDirection"-->
<!-- :key="index"-->
<!-- :label="items.dictLabel"-->
<!-- :value="items.dictValue"-->
<!-- />-->
<!-- </el-select>-->
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="开始日期" prop="value2" :show-overflow-tooltip="true"> <el-table-column label="开始日期" prop="value2" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.flag === '0'">{{ scope.row.beginTrialTime |transformDateByFormat('YYYY-MM-DD') }}</span> <span v-if="scope.row.flag === '0'">{{ scope.row.beginTrialTime |transformDateByFormat('YYYY-MM-DD') }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment