Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
798015d6
Commit
798015d6
authored
May 16, 2024
by
WBY1026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
8bf158cb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
119 additions
and
164 deletions
+119
-164
index.vue
src/views/courseInformation/classManagement/index.vue
+10
-34
index.vue
src/views/courseInformation/courseManagement/index.vue
+99
-96
index.vue
src/views/courseInformation/tryoutCommencement/index.vue
+10
-34
No files found.
src/views/courseInformation/classManagement/index.vue
View file @
798015d6
...
...
@@ -32,7 +32,7 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"岗位分类:"
prop=
"value"
>
<
!--
<
el-form-item
label=
"岗位分类:"
prop=
"value"
>
<el-select
v-model=
"queryParams.jobClassification"
placeholder=
"岗位分类"
clearable
>
<el-option
v-for=
"item in valueOptions"
...
...
@@ -41,8 +41,8 @@
:value=
"item.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"技术分类:"
prop=
"teDirection"
>
</el-form-item>
-->
<
!--
<
el-form-item
label=
"技术分类:"
prop=
"teDirection"
>
<el-select
v-model=
"queryParams.technicalClassification"
placeholder=
"技术分类"
clearable
>
<el-option
v-for=
"item in courseDirection"
...
...
@@ -51,7 +51,7 @@
:value=
"item.dictValue"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"开始日期:"
>
<el-date-picker
v-model=
"dateRangeBegin"
...
...
@@ -166,42 +166,18 @@
{{
scope
.
row
.
lessonName
||
'-'
}}
</
template
>
</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">
<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>
</el-table-column>
<el-table-column
label=
"技术分类"
prop=
"value"
:show-overflow-tooltip=
"true"
>
</el-table-column>
-->
<
!-- <
el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true">
<template slot-scope="scope">
<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>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"开始日期"
prop=
"value2"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.flag === '0'"
>
{{
...
...
src/views/courseInformation/courseManagement/index.vue
View file @
798015d6
This diff is collapsed.
Click to expand it.
src/views/courseInformation/tryoutCommencement/index.vue
View file @
798015d6
...
...
@@ -23,7 +23,7 @@
size=
"small"
/>
</el-form-item>
<el-form-item
label=
"岗位分类:"
prop=
"value"
>
<
!--
<
el-form-item
label=
"岗位分类:"
prop=
"value"
>
<el-select
v-model=
"queryParams.jobClassification"
placeholder=
"岗位分类"
clearable
>
<el-option
v-for=
"item in valueOptions"
...
...
@@ -32,8 +32,8 @@
:value=
"item.dictValue"
/>
</el-select>
</el-form-item>
<el-form-item
label=
"技术分类:"
prop=
"teDirection"
>
</el-form-item>
-->
<
!--
<
el-form-item
label=
"技术分类:"
prop=
"teDirection"
>
<el-select
v-model=
"queryParams.technicalClassification"
placeholder=
"技术分类"
clearable
>
<el-option
v-for=
"item in courseDirection"
...
...
@@ -42,7 +42,7 @@
:value=
"item.dictValue"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"开始日期:"
>
<el-date-picker
...
...
@@ -167,42 +167,18 @@
{{
scope
.
row
.
lessonName
||
'-'
}}
</
template
>
</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">
<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>
</el-table-column>
<el-table-column
label=
"技术分类"
prop=
"value"
:show-overflow-tooltip=
"true"
>
</el-table-column>
-->
<
!-- <
el-table-column label="技术分类" prop="value" :show-overflow-tooltip="true">
<template slot-scope="scope">
<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>
</el-table-column>
</el-table-column>
-->
<el-table-column
label=
"开始日期"
prop=
"value2"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.flag === '0'"
>
{{
scope
.
row
.
beginTrialTime
|
transformDateByFormat
(
'YYYY-MM-DD'
)
}}
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment