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
5e724eb9
Commit
5e724eb9
authored
Apr 01, 2024
by
FangYuePeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
内容管理—发展历程,列表显示内容与原型有差别
parent
ea4da1f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
index.vue
src/views/contentManagement/developmentCourse/index.vue
+7
-12
No files found.
src/views/contentManagement/developmentCourse/index.vue
View file @
5e724eb9
...
@@ -88,11 +88,7 @@
...
@@ -88,11 +88,7 @@
<div
class=
"mb12 font-small-bold"
>
发展表列表
</div>
<div
class=
"mb12 font-small-bold"
>
发展表列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"cmsDevelopmentList"
>
<el-table
v-loading=
"loading"
border
:data=
"cmsDevelopmentList"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"60px"
align=
"center"
/>
<el-table-column
type=
"index"
label=
"序号"
width=
"60px"
align=
"center"
/>
<el-table-column
label=
"标题"
prop=
"title"
width=
"440px"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
title
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"图片"
prop=
"contestPicture"
:show-overflow-tooltip=
"true"
width=
"130px"
>
<el-table-column
label=
"图片"
prop=
"contestPicture"
:show-overflow-tooltip=
"true"
width=
"130px"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
<div
:id=
"step(scope.$index)"
>
...
@@ -111,7 +107,11 @@
...
@@ -111,7 +107,11 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"标题"
prop=
"title"
width=
"440px"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
title
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"正文"
prop=
"text"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"正文"
prop=
"text"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -206,11 +206,6 @@
...
@@ -206,11 +206,6 @@
<!-- <img width="100%" :src="form.url" alt="">-->
<!-- <img width="100%" :src="form.url" alt="">-->
<!-- </el-dialog>-->
<!-- </el-dialog>-->
</el-form-item>
</el-form-item>
<el-form-item
label=
"状态"
>
<el-form-item
label=
"状态"
>
<el-radio-group
v-model=
"form.flag"
>
<el-radio-group
v-model=
"form.flag"
>
<el-radio
label=
"1"
>
启用
</el-radio>
<el-radio
label=
"1"
>
启用
</el-radio>
...
@@ -550,7 +545,7 @@ export default {
...
@@ -550,7 +545,7 @@ export default {
// margin: 10px;
// margin: 10px;
// text-align: center!important;
// text-align: center!important;
//}
//}
::v-deep
.el-table
td
:nth-child
(
3
)
.cell
{
::v-deep
.el-table
td
:nth-child
(
2
)
.cell
{
margin
:
10px
;
margin
:
10px
;
text-align
:
center
!
important
;
text-align
:
center
!
important
;
}
}
...
...
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