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
5c63f5b4
Commit
5c63f5b4
authored
Aug 05, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了bug
parent
87dcf77a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
index.vue
src/views/courseInformation/courseManagement/index.vue
+5
-5
index.vue
src/views/dataStatistics/assessView/index.vue
+1
-1
index.vue
src/views/dataStatistics/classView/index.vue
+1
-1
index.vue
src/views/dataStatistics/companyView/index.vue
+1
-1
index.vue
src/views/dataStatistics/userView/index.vue
+1
-1
No files found.
src/views/courseInformation/courseManagement/index.vue
View file @
5c63f5b4
...
...
@@ -374,11 +374,11 @@
<span>
{{
scope
.
row
.
teacherName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"价格(元)"
prop=
"lessonPrice"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
lessonPrice
}}
</span
>
</
template
>
</el-table-column
>
<!-- <el-table-column align="center" label="价格(元)" prop="lessonPrice" min-width="200px" :show-overflow-tooltip="true">--
>
<!-- <template slot-scope="scope">--
>
<!-- <span>{{ scope.row.lessonPrice }}</span>--
>
<!-- </template>--
>
<!-- </el-table-column>--
>
<el-table-column
align=
"center"
label=
"首页显示"
prop=
"homeDisplay"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-switch
...
...
src/views/dataStatistics/assessView/index.vue
View file @
5c63f5b4
...
...
@@ -22,7 +22,7 @@
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"100"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
lessonName
!=
null
?
scope
.
row
.
lessonName
:
0
}}
</span>
</
template
>
...
...
src/views/dataStatistics/classView/index.vue
View file @
5c63f5b4
...
...
@@ -86,7 +86,7 @@
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"100"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
/>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"课时数"
align=
"center"
...
...
src/views/dataStatistics/companyView/index.vue
View file @
5c63f5b4
...
...
@@ -84,7 +84,7 @@
:header-cell-style=
"
{background:'rgb(250,250,250)'}"
>
<el-table-column
type=
"index"
width=
"55"
label=
"排名"
align=
"center"
/>
<el-table-column
label=
"单位名称"
align=
"center"
prop=
"unitName"
/>
<el-table-column
label=
"单位名称"
align=
"center"
prop=
"unitName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"单位类型"
align=
"center"
...
...
src/views/dataStatistics/userView/index.vue
View file @
5c63f5b4
...
...
@@ -23,7 +23,7 @@
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"100"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"name"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"所属单位"
align=
"center"
...
...
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