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
6a9c0de8
Commit
6a9c0de8
authored
Dec 13, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
banner设置
parent
c637269b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
7 deletions
+17
-7
bannerSetting.vue
src/views/baseInfo/bannerSetting.vue
+14
-4
awardSet.vue
src/views/conference/award/awardSet.vue
+3
-3
No files found.
src/views/baseInfo/bannerSetting.vue
View file @
6a9c0de8
...
...
@@ -32,7 +32,7 @@
<img
:src=
"scope.row.cover"
style=
"width:100%;max-height:100px;"
>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"跳转"
>
<el-table-column
align=
"center"
label=
"
安卓
跳转"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
url
}}
</span>
</
template
>
...
...
@@ -41,6 +41,11 @@
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
iosUrl
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"小程序跳转"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
appletUrl
}}
</span>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
width=
"150"
label=
"操作"
>
<
template
scope=
"scope"
>
...
...
@@ -93,12 +98,15 @@
<el-form-item>
建议尺寸:1080*630
</el-form-item>
<el-form-item
label=
"跳转链接"
>
<el-form-item
label=
"
安卓
跳转链接"
>
<el-input
v-model=
"form.url"
placeholder=
"请输入跳转链接"
></el-input>
</el-form-item>
<el-form-item
label=
"ios跳转链接"
>
<el-input
v-model=
"form.iosUrl"
placeholder=
"请输入ios跳转链接"
></el-input>
</el-form-item>
<el-form-item
label=
"小程序跳转链接"
>
<el-input
v-model=
"form.appletUrl"
placeholder=
"请输入ios跳转链接"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"cancelHandel"
>
取 消
</el-button>
...
...
@@ -161,7 +169,8 @@
cover
:
""
,
type
:
"0"
,
location
:
"0"
,
iosUrl
:
''
iosUrl
:
''
,
appletUrl
:
''
},
listQuery
:
{
pageNo
:
1
,
...
...
@@ -257,7 +266,8 @@
url
:
""
,
type
:
"0"
,
location
:
"0"
,
iosUrl
:
''
iosUrl
:
''
,
appletUrl
:
''
}
},
showImgDialog
(
drivingLicensePath
)
{
...
...
src/views/conference/award/awardSet.vue
View file @
6a9c0de8
...
...
@@ -358,9 +358,9 @@ export default {
}
else
{
if
(
data
.
data
.
localePrize
!=
''
){
data
.
data
.
localePrize
.
forEach
(
element
=>
{
//
if (!element.goodsId) {
//
element.goodsId = ''
//
}
if
(
!
element
.
goodsId
)
{
element
.
goodsId
=
''
}
// if (!element.totalStock) {
// element.totalStock = ''
// }
...
...
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