Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9b7ab772
...
9b7ab77227219cd9d6ac1e765cdeed213bc25179
authored
2022-07-22 15:35:28 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
7a0c9cc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
src/page/activityConfig.vue
src/page/activityConfig.vue
View file @
9b7ab77
...
...
@@ -324,6 +324,30 @@
</el-table>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
2.0活动同步配置检查三(health_activity.tbl_activity_location_lnk)
</a>
<el-table
:data=
"activityLocationLnks"
border
style=
"width: 100%"
:header-cell-style=
"{background: 'deepskyblue', color: 'snow'}"
>
<el-table-column
prop=
"activityId"
label=
"活动id"
min-width=
"1"
>
</el-table-column>
<el-table-column
prop=
"locationCode"
label=
"机构code"
min-width=
"3"
>
</el-table-column>
<el-table-column
prop=
"onlineStatus"
label=
"数据状态"
min-width=
"1"
>
</el-table-column>
</el-table>
<br/>
<br/>
<a
href=
"http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498"
target=
"_blank"
>
抽奖规则设置表(health_activity.tbl_activity_dial_config)
</a>
<el-table
:data=
"activityDialConfigs"
...
...
@@ -499,6 +523,7 @@
operateBannerInfos
:
[],
operateMsgInfos
:
[],
activityPaymentConfigs
:
[],
activityLocationLnks
:
[],
tvmName
:
[],
tvmExtdata
:
[],
tvmAwardId
:
[],
...
...
@@ -548,6 +573,7 @@
this
.
operateBannerInfos
=
res
.
data
.
operateBannerInfos
this
.
operateMsgInfos
=
res
.
data
.
operateMsgInfos
this
.
activityPaymentConfigs
=
res
.
data
.
activityPaymentConfigs
this
.
activityLocationLnks
=
res
.
data
.
activityLocationLnks
this
.
tvmName
=
res
.
data
.
tvmName
this
.
tvmExtdata
=
res
.
data
.
tvmExtdata
this
.
tvmAwardId
=
res
.
data
.
tvmAwardId
...
...
Please
register
or
sign in
to post a comment