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
ea4da1f8
Commit
ea4da1f8
authored
Apr 01, 2024
by
YLKCNK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【管理端】内容管理—中心案例,列表显示内容与原型有差别(封面顺序)
parent
8b6019f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
src/views/contentManagement/centralCase/index.vue
+6
-5
No files found.
src/views/contentManagement/centralCase/index.vue
View file @
ea4da1f8
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<el-form-item
label=
"标题"
prop=
"title"
>
<el-form-item
label=
"标题"
prop=
"title"
>
<el-input
v-model=
"queryParams.title"
placeholder=
"请输入标题"
:maxlength=
"15"
style=
"margin-right: 15px"
/>
<el-input
v-model=
"queryParams.title"
placeholder=
"请输入标题"
:maxlength=
"15"
style=
"margin-right: 15px"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"单位"
prop=
"unit"
>
<el-form-item
label=
"
案例
单位"
prop=
"unit"
>
<el-input
v-model=
"queryParams.unit"
placeholder=
"请输入单位"
:maxlength=
"15"
style=
"margin-right: 15px"
/>
<el-input
v-model=
"queryParams.unit"
placeholder=
"请输入
案例
单位"
:maxlength=
"15"
style=
"margin-right: 15px"
/>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<!-- //查询按钮-->
<!-- //查询按钮-->
...
@@ -50,6 +50,8 @@
...
@@ -50,6 +50,8 @@
<span>
{{
scope
.
$index
+
1
}}
</span>
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"title"
label=
"标题"
width=
"600"
show-overflow-tooltip
/>
<el-table-column
label=
"封面"
prop=
"path"
>
<el-table-column
label=
"封面"
prop=
"path"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
<div
:id=
"step(scope.$index)"
>
...
@@ -57,10 +59,9 @@
...
@@ -57,10 +59,9 @@
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"title"
label=
"标题"
width=
"600"
show-overflow-tooltip
/>
<el-table-column
prop=
"unit"
label=
"单位"
show-overflow-tooltip
/>
<el-table-column
prop=
"unit"
label=
"
案例
单位"
show-overflow-tooltip
/>
<el-table-column
label=
"
权重
"
prop=
"weight"
>
<el-table-column
label=
"
排序
"
prop=
"weight"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
weight
}}
</span>
<span>
{{
scope
.
row
.
weight
}}
</span>
</
template
>
</
template
>
...
...
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