Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
1a04017a
Commit
1a04017a
authored
Jul 03, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
banner
parent
03121b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
bannerSetting.vue
src/views/baseInfo/bannerSetting.vue
+3
-2
No files found.
src/views/baseInfo/bannerSetting.vue
View file @
1a04017a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</el-table-column>
</el-table-column>
<el-table-column
width=
"200"
align=
"center"
label=
"类型"
>
<el-table-column
width=
"200"
align=
"center"
label=
"类型"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
type
==
0
?
"app首页"
:
scope
.
row
.
type
==
1
?
"app旅游页"
:
"租车"
}}
</span>
<span>
{{
scope
.
row
.
type
==
0
?
"app首页"
:
scope
.
row
.
type
==
1
?
"app旅游页"
:
scope
.
row
.
type
==
2
?
"租车"
:
scope
.
row
.
type
==
3
?
"个人中心"
:
scope
.
row
.
type
==
4
?
"小程序首页"
:
scope
.
row
.
type
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"300"
align=
"center"
label=
"banner图"
>
<el-table-column
width=
"300"
align=
"center"
label=
"banner图"
>
...
@@ -66,7 +66,8 @@
...
@@ -66,7 +66,8 @@
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"0"
>
app首页
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"0"
>
app首页
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"1"
>
app旅游页
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"1"
>
app旅游页
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"2"
>
租车
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"2"
>
租车
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"3"
>
会员
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"3"
>
个人中心
</el-radio>
<el-radio
class=
"radio"
v-model=
"form.type"
label=
"4"
>
小程序首页
</el-radio>
</el-form-item>
</el-form-item>
<!--BASE_API + -->
<!--BASE_API + -->
<el-form-item
label=
"banner图"
prop=
"cover"
:style=
"{display:'block'}"
>
<el-form-item
label=
"banner图"
prop=
"cover"
:style=
"{display:'block'}"
>
...
...
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