Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6fbc7937
Commit
6fbc7937
authored
May 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
66bb1080
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
domesticScenicSpotList.vue
src/components/scenicSpot/domesticScenicSpotList.vue
+6
-0
No files found.
src/components/scenicSpot/domesticScenicSpotList.vue
View file @
6fbc7937
...
...
@@ -302,6 +302,12 @@
<el-tag
v-for=
"(item,index) in scope.row.OpenPlatformList"
v-if=
"item.Name"
size=
"small"
style=
"margin:0 5px 5px 0;"
:key=
"index"
>
{{
item
.
Name
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
prop=
"OpenPlatformList"
label=
"是否上架"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.IsShelves===0"
>
否
</div>
<div
v-if=
"scope.row.IsShelves===1"
>
是
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"地址"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
ProvinceName
}}
...
...
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