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
57373c18
Commit
57373c18
authored
Jun 17, 2024
by
刘帅阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改正式环境ip
parent
370c1394
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
61 additions
and
66 deletions
+61
-66
.env.test
.env.test
+2
-2
element-ui.scss
src/styles/element-ui.scss
+1
-0
index.vue
src/views/contentManagement/banner/index.vue
+2
-2
index.vue
src/views/contentManagement/centralCase/index.vue
+1
-1
index.vue
src/views/contentManagement/competitionSupport/index.vue
+4
-4
index.vue
src/views/contentManagement/developmentCourse/index.vue
+1
-1
index.vue
src/views/contentManagement/newsInformation/index.vue
+1
-1
index.vue
src/views/courseInformation/classManagement/index.vue
+1
-1
index.vue
src/views/courseInformation/courseManagement/index.vue
+16
-16
index.vue
src/views/courseInformation/feedback/index.vue
+2
-2
index.vue
src/views/courseInformation/jobQuestionBank/index.vue
+2
-2
index.vue
src/views/courseInformation/lecturerManagement/index.vue
+2
-2
index.vue
src/views/courseInformation/tryoutApplication/index.vue
+2
-2
index.vue
src/views/courseInformation/tryoutCommencement/index.vue
+2
-2
index.vue
src/views/courseInformation/unitManagement/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
+2
-2
index.vue
src/views/monitor/loginInfo/index.vue
+2
-2
data.vue
src/views/system/dict/data.vue
+3
-9
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+2
-2
index.vue
src/views/system/role/index.vue
+2
-2
index.vue
src/views/system/user/index.vue
+2
-2
No files found.
.env.test
View file @
57373c18
...
...
@@ -3,5 +3,5 @@ ENV = 'production'
# 测试环境
# base api
VUE_APP_BASE_API
=
'http://106.3.9
9.36
:20024/'
VUE_APP_BASE_APIS
=
'http://106.3.9
9.36
:20020/teaServer'
VUE_APP_BASE_API
=
'http://106.3.9
7.198
:20024/'
VUE_APP_BASE_APIS
=
'http://106.3.9
7.198
:20020/teaServer'
src/styles/element-ui.scss
View file @
57373c18
...
...
@@ -119,6 +119,7 @@ body .el-table th.gutter{
.el-switch
{
height
:
18px
;
//启停按钮高度,
.el-switch__core
{
width
:
40px
!
important
;
height
:
18px
!
important
;
//启停按钮高度
&
:after
{
content
:
""
;
...
...
src/views/contentManagement/banner/index.vue
View file @
57373c18
...
...
@@ -53,7 +53,7 @@
<div
class=
"placeholder"
/>
<div
style=
"padding:5px 10px"
>
<el-table
v-loading=
"loading"
border
:data=
"cmsBannerList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
6
0px"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
10
0px"
align=
"center"
/>
<el-table-column
label=
"图片"
prop=
"bannerPicture"
:show-overflow-tooltip=
"true"
width=
"150px"
>
<template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
...
...
@@ -95,7 +95,7 @@
{{
scope
.
row
.
linkUrl
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"排序"
prop=
"weight"
:show-overflow-tooltip=
"true"
width=
"
8
0px"
>
<el-table-column
label=
"排序"
prop=
"weight"
:show-overflow-tooltip=
"true"
width=
"
10
0px"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
weight
||
'-'
}}
</
template
>
...
...
src/views/contentManagement/centralCase/index.vue
View file @
57373c18
...
...
@@ -79,7 +79,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
1
20"
>
<el-table-column
label=
"操作"
width=
"
3
20"
>
<
template
slot-scope=
"scope"
>
<el-button
v-has-permi=
"hasUpdatePerm"
...
...
src/views/contentManagement/competitionSupport/index.vue
View file @
57373c18
...
...
@@ -57,7 +57,7 @@
<div
class=
"placeholder"
/>
<div
style=
"padding:5px 10px"
>
<el-table
v-loading=
"loading"
class=
"table"
border
:data=
"cmsContestList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
6
0"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
10
0"
align=
"center"
/>
<el-table-column
label=
"封面"
prop=
"contestPicture"
width=
"150"
>
<template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
class=
"img"
>
...
...
@@ -86,13 +86,13 @@
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD hh:mm'
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"排序"
prop=
"weight"
:show-overflow-tooltip=
"true"
width=
"
8
0"
>
<el-table-column
label=
"排序"
prop=
"weight"
:show-overflow-tooltip=
"true"
width=
"
10
0"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
weight
||
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"90"
label=
"状态"
prop=
"flag"
>
<el-table-column
width=
"
1
90"
label=
"状态"
prop=
"flag"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
@@ -103,7 +103,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
13
0px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
20
0px"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
src/views/contentManagement/developmentCourse/index.vue
View file @
57373c18
...
...
@@ -142,7 +142,7 @@
<!-- <span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
1
10px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
3
10px"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
src/views/contentManagement/newsInformation/index.vue
View file @
57373c18
...
...
@@ -126,7 +126,7 @@
<span>
{{
scope
.
row
.
nickName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
width=
"
1
50"
>
<el-table-column
align=
"center"
label=
"操作"
width=
"
3
50"
>
<
template
slot-scope=
"scope"
>
<el-button
v-has-permi=
"hasDetailPerm"
...
...
src/views/courseInformation/classManagement/index.vue
View file @
57373c18
...
...
@@ -220,7 +220,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
1
50px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
3
50px"
>
<
template
slot-scope=
"scope"
>
<!-- //修改-->
<el-button
...
...
src/views/courseInformation/courseManagement/index.vue
View file @
57373c18
...
...
@@ -289,12 +289,12 @@
@
sort-change=
"sortChangeTime"
>
<span
slot=
"empty"
>
{{
tableDataTips
}}
</span>
<el-table-column
fixed=
"left"
align=
"center"
prop=
"id"
label=
"序号"
width=
"
65px
"
>
<el-table-column
fixed=
"left"
align=
"center"
prop=
"id"
label=
"序号"
width=
"
100
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
fixed=
"left"
align=
"center"
min-width=
"1
2
0px"
label=
"课程封面"
prop=
"defaultUrl"
>
<el-table-column
fixed=
"left"
align=
"center"
min-width=
"1
5
0px"
label=
"课程封面"
prop=
"defaultUrl"
>
<
template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
<el-image
...
...
@@ -314,42 +314,42 @@
<span>
{{
scope
.
row
.
lessonName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"课时数"
prop=
"classHour"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"课时数"
width=
"120"
prop=
"classHour"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
classHour
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"难度等级"
prop=
"difficultyClassify"
min-width=
"1
2
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"难度等级"
prop=
"difficultyClassify"
min-width=
"1
4
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getDifficultyLevelName
(
scope
.
row
.
difficultyClassify
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"课程类型"
prop=
"lessonType"
min-width=
"1
2
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"课程类型"
prop=
"lessonType"
min-width=
"1
4
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getLessonTypeName
(
scope
.
row
.
lessonType
,
scope
.
row
.
lessonTypeSchool
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"企业课程方案"
prop=
"classPlan"
min-width=
"
12
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"企业课程方案"
prop=
"classPlan"
min-width=
"
20
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getCoursePlanName
(
scope
.
row
.
classPlan
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"岗位分类"
prop=
"jobClassify"
min-width=
"1
2
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"岗位分类"
prop=
"jobClassify"
min-width=
"1
4
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getJobClassificationName
(
scope
.
row
.
jobClassify
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"企业技术分类"
prop=
"tecClassify"
min-width=
"
12
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"企业技术分类"
prop=
"tecClassify"
min-width=
"
20
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getCourseDirectionName
(
scope
.
row
.
tecClassify
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"院校课程方案"
prop=
"classPlan"
min-width=
"
12
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"院校课程方案"
prop=
"classPlan"
min-width=
"
20
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getCoursePlanNameC
(
scope
.
row
.
classPlanSchool
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"院校技术分类"
prop=
"tecClassify"
min-width=
"
12
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"院校技术分类"
prop=
"tecClassify"
min-width=
"
20
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
getCourseDirectionName
(
scope
.
row
.
tecClassifySchool
)
}}
</span>
</
template
>
...
...
@@ -360,17 +360,17 @@
<span>
{{
scope
.
row
.
lessonBrief
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"课程讲师"
prop=
"teacherName"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"课程讲师"
prop=
"teacherName"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
teacherName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"价格(元)"
prop=
"lessonPrice"
:show-overflow-tooltip=
"true"
>
<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"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"首页显示"
prop=
"homeDisplay"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.homeDisplay"
...
...
@@ -380,7 +380,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"课程状态"
prop=
"flag"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"课程状态"
prop=
"flag"
min-width=
"200px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
@@ -390,7 +390,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"精品课"
prop=
"qualityLesson"
min-width=
"1
0
0px"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"center"
label=
"精品课"
prop=
"qualityLesson"
min-width=
"1
4
0px"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.qualityLesson"
...
...
@@ -427,7 +427,7 @@
<span>
{{
scope
.
row
.
createBy
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"left"
label=
"创建时间"
prop=
"createDate"
min-width=
"
150px
"
sortable=
"custom"
:show-overflow-tooltip=
"true"
>
<el-table-column
align=
"left"
label=
"创建时间"
prop=
"createDate"
min-width=
"
200
"
sortable=
"custom"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
}}
</span>
</
template
>
...
...
src/views/courseInformation/feedback/index.vue
View file @
57373c18
...
...
@@ -80,7 +80,7 @@
<div
style=
"padding:5px 10px"
>
<div
class=
"mb12 font-small-bold"
>
意见反馈列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"cmsFeedbackList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
55
"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
100
"
align=
"center"
/>
<el-table-column
label=
"反馈类型"
prop=
"feedbackType"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<!--
{{
scope
.
row
.
feedbackType
||
'-'
}}
-->
...
...
@@ -123,7 +123,7 @@
<!-- <span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
1
30px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
2
30px"
>
<
template
slot-scope=
"scope"
>
<el-button
v-has-permi=
"hasDetailPerm"
...
...
src/views/courseInformation/jobQuestionBank/index.vue
View file @
57373c18
...
...
@@ -109,7 +109,7 @@
sortable=
"true"
>
<span
slot=
"empty"
>
{{
tableDataTips
}}
</span>
<el-table-column
fixed=
"left"
align=
"center"
prop=
"id"
label=
"序号"
width=
"
65px
"
>
<el-table-column
fixed=
"left"
align=
"center"
prop=
"id"
label=
"序号"
width=
"
100
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
@@ -167,7 +167,7 @@
<span>
{{
scope
.
row
.
updateDate
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"
20
0"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"
34
0"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
src/views/courseInformation/lecturerManagement/index.vue
View file @
57373c18
...
...
@@ -53,7 +53,7 @@
<div
style=
"padding:5px 10px"
>
<div
class=
"mb12 font-small-bold"
>
讲师信息表列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"cmsLecturerList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
55
"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
100
"
align=
"center"
/>
<el-table-column
label=
"头像"
prop=
"avatarId"
width=
"150"
>
<template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
class=
"img"
>
...
...
@@ -97,7 +97,7 @@
<!-- <span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
130px
"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"
200
"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
src/views/courseInformation/tryoutApplication/index.vue
View file @
57373c18
...
...
@@ -47,7 +47,7 @@
<div
class=
"tableTitle"
>
试用申请管理
</div>
<el-table
v-loading=
"fullscreenLoading"
:data=
"tableData"
border
sortable=
"true"
>
<span
slot=
"empty"
>
{{
tableDataTips
}}
</span>
<el-table-column
align=
"left"
prop=
"id"
label=
"序号"
width=
"
55px
"
>
<el-table-column
align=
"left"
prop=
"id"
label=
"序号"
width=
"
100
"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
@@ -102,7 +102,7 @@
<el-input
v-model
.
trim=
"scope.row.remarks"
@
blur=
"handleRemarkChange(scope.row)"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"80"
>
<el-table-column
label=
"操作"
width=
"
1
80"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.resetPasClass"
...
...
src/views/courseInformation/tryoutCommencement/index.vue
View file @
57373c18
...
...
@@ -140,7 +140,7 @@
<div
class=
"tableTitle"
>
个人开课管理
</div>
<el-table
v-loading=
"fullscreenLoading"
:data=
"tableData"
border
sortable=
"true"
>
<span
slot=
"empty"
>
{{
tableDataTips
}}
</span>
<el-table-column
align=
"left"
prop=
"id"
label=
"序号"
width=
"
5
0px"
>
<el-table-column
align=
"left"
prop=
"id"
label=
"序号"
width=
"
10
0px"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
...
...
@@ -228,7 +228,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
1
20"
>
<el-table-column
label=
"操作"
width=
"
3
20"
>
<
template
slot-scope=
"scope"
>
<!-- //编辑-->
<el-button
...
...
src/views/courseInformation/unitManagement/index.vue
View file @
57373c18
...
...
@@ -63,8 +63,8 @@
<div
style=
"padding:5px 10px"
>
<div
class=
"tableTitle"
>
单位管理列表
</div>
<el-table
v-loading=
"loading"
class=
"unitTable"
border
:data=
"sysUnitList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
55
"
/>
<el-table-column
label=
"单位类型"
prop=
"unitType"
width=
"1
0
0"
align=
"center"
:show-overflow-tooltip=
"true"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
100
"
/>
<el-table-column
label=
"单位类型"
prop=
"unitType"
width=
"1
8
0"
align=
"center"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
{{
findLabelByValue
(
scope
.
row
.
unitType
)
}}
</
template
>
...
...
@@ -79,7 +79,7 @@
<!-- {{ scope.row.unitNumber || '-' }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"单位管理员账号"
width=
"150"
prop=
"unitNumber"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"单位管理员账号"
prop=
"unitNumber"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
username
||
'-'
}}
</
template
>
...
...
@@ -104,7 +104,7 @@
<!-- <span>{{ scope.row.createDate }}</span>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
width=
"70"
label=
"状态"
prop=
"flag"
>
<el-table-column
label=
"状态"
prop=
"flag"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
@@ -115,7 +115,7 @@
/>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"100px"
>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<el-button
:class=
"commonField.updateClass"
...
...
src/views/dataStatistics/assessView/index.vue
View file @
57373c18
...
...
@@ -21,7 +21,7 @@
:header-cell-style=
"
{background:'rgb(250,250,250)'}"
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"
55
"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"
100
"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
lessonName
!=
null
?
scope
.
row
.
lessonName
:
'--'
}}
</span>
...
...
src/views/dataStatistics/classView/index.vue
View file @
57373c18
...
...
@@ -85,7 +85,7 @@
:header-cell-style=
"
{background:'#f2f2f2'}"
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"
55
"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"
100
"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"课程名称"
align=
"center"
prop=
"lessonName"
/>
<el-table-column
label=
"课时数"
...
...
src/views/dataStatistics/companyView/index.vue
View file @
57373c18
...
...
@@ -111,7 +111,7 @@
:header-cell-style=
"
{background:'rgb(250,250,250)'}"
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"
55
"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"
100
"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"单位名称"
align=
"center"
prop=
"unitName"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
unitName
}}
</span>
...
...
src/views/dataStatistics/userView/index.vue
View file @
57373c18
...
...
@@ -22,13 +22,13 @@
:header-cell-style=
"
{background:'rgb(250,250,250)'}"
@cell-click="clickTable"
>
<el-table-column
type=
"index"
width=
"
55
"
label=
"序号"
align=
"center"
/>
<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=
"unitName"
width=
"1
3
0"
width=
"1
8
0"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"手机号"
align=
"center"
prop=
"phone"
:show-overflow-tooltip=
"true"
/>
...
...
src/views/monitor/loginInfo/index.vue
View file @
57373c18
...
...
@@ -50,9 +50,9 @@
<div
style=
"padding:5px 10px"
>
<div
class=
"tableTitle"
>
登录日志列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"list"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
width=
"
55
"
label=
"序号"
align=
"center"
/>
<el-table-column
type=
"index"
width=
"
100
"
label=
"序号"
align=
"center"
/>
<el-table-column
label=
"用户名称"
align=
"center"
prop=
"username"
/>
<el-table-column
label=
"登录地址"
align=
"center"
prop=
"ipaddr"
width=
"1
3
0"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"登录地址"
align=
"center"
prop=
"ipaddr"
width=
"1
6
0"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"登录地点"
align=
"center"
prop=
"loginLocation"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"登录状态"
align=
"center"
prop=
"status"
>
<template
slot-scope=
"scope"
>
...
...
src/views/system/dict/data.vue
View file @
57373c18
...
...
@@ -37,14 +37,8 @@
<el-button
class=
"resetBtn"
icon=
"el-icon-refresh"
size=
"small"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
<div
style=
"padding-bottom: 15px"
>
<coolbutton
:class-name=
"commonField.addClass"
:type=
"commonField.typePrimary"
:name=
"commonField.addName"
:icon=
"commonField.addIcon"
:size=
"commonField.size"
:haspermi=
"hasDataAddPerm"
@
btn-click=
"handleAdd"
/>
<el-button
class=
"importBtn"
type=
"warning"
icon=
"el-icon-upload"
size=
"small"
@
click=
"handleImport"
>
导入
</el-button>
<el-button
class=
"queryBtn"
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleAdd"
>
新增
</el-button>
<el-button
class=
"resetBtn"
icon=
"el-icon-upload"
size=
"small"
@
click=
"handleImport"
>
导入
</el-button>
<!--
<el-button-->
<!-- v-has-permi="['sys:dict:export']"-->
<!-- class="exportBtn"-->
...
...
@@ -62,7 +56,7 @@
<div
style=
"padding:10px"
>
<div
class=
"mb12 font-small-bold"
>
字典参数列表
</div>
<el-table
v-loading=
"loading"
:data=
"dataList"
border
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"
55
"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"
100
"
align=
"center"
/>
<el-table-column
label=
"字典编码"
align=
"center"
prop=
"businessId"
/>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"字典标签"
prop=
"dictLabel"
>
<template
slot-scope=
"scope"
>
...
...
src/views/system/dict/index.vue
View file @
57373c18
...
...
@@ -79,7 +79,7 @@
<div
style=
"min-height: 445px;padding:5px 10px"
>
<div
class=
"tableTitle"
>
字典管理列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"typeList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
55
"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
100
"
align=
"center"
/>
<!--
<el-table-column
label=
"字典编号"
align=
"center"
prop=
"businessId"
/>
-->
<el-table-column
label=
"字典名称"
prop=
"dictName"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
...
...
src/views/system/menu/index.vue
View file @
57373c18
...
...
@@ -54,13 +54,13 @@
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}"
>
<el-table-column
prop=
"menuName"
label=
"菜单名称"
:show-overflow-tooltip=
"true"
width=
"160"
/>
<el-table-column
prop=
"icon"
label=
"图标"
align=
"center"
width=
"1
0
0"
>
<el-table-column
prop=
"icon"
label=
"图标"
align=
"center"
width=
"1
5
0"
>
<template
slot-scope=
"scope"
>
<svg-icon
v-if=
"scope.row.icon"
:icon-class=
"scope.row.icon"
/>
<div
v-else
>
-
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"orderNum"
label=
"排序"
width=
"
6
0"
>
<el-table-column
prop=
"orderNum"
label=
"排序"
width=
"
10
0"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
orderNum
||
'-'
}}
</
template
>
...
...
src/views/system/role/index.vue
View file @
57373c18
...
...
@@ -73,14 +73,14 @@
<div
style=
"padding:5px 10px"
>
<div
class=
"tableTitle"
>
角色管理列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"roleList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"
5
0"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"
10
0"
/>
<el-table-column
label=
"角色编号"
prop=
"number"
/>
<el-table-column
label=
"角色名称"
prop=
"roleName"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
roleName
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"角色状态"
align=
"center"
width=
"1
0
0"
>
<el-table-column
label=
"角色状态"
align=
"center"
width=
"1
5
0"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
src/views/system/user/index.vue
View file @
57373c18
...
...
@@ -158,7 +158,7 @@
{{
scope
.
row
.
phone
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
width=
"1
2
0"
label=
"用户状态"
prop=
"flag"
>
<el-table-column
width=
"1
5
0"
label=
"用户状态"
prop=
"flag"
>
<
template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.flag"
...
...
@@ -181,7 +181,7 @@
</el-table-column>
<el-table-column
label=
"操作"
width=
"2
0
0"
width=
"2
5
0"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
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