commit
Showing
1 changed file
with
26 additions
and
0 deletions
| ... | @@ -324,6 +324,30 @@ | ... | @@ -324,6 +324,30 @@ |
| 324 | </el-table> | 324 | </el-table> |
| 325 | <br/> | 325 | <br/> |
| 326 | <br/> | 326 | <br/> |
| 327 | <a href="http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498" target="_blank">2.0活动同步配置检查三(health_activity.tbl_activity_location_lnk)</a> | ||
| 328 | <el-table | ||
| 329 | :data="activityLocationLnks" | ||
| 330 | border | ||
| 331 | style="width: 100%" | ||
| 332 | :header-cell-style="{background: 'deepskyblue', color: 'snow'}"> | ||
| 333 | <el-table-column | ||
| 334 | prop="activityId" | ||
| 335 | label="活动id" | ||
| 336 | min-width="1"> | ||
| 337 | </el-table-column> | ||
| 338 | <el-table-column | ||
| 339 | prop="locationCode" | ||
| 340 | label="机构code" | ||
| 341 | min-width="3"> | ||
| 342 | </el-table-column> | ||
| 343 | <el-table-column | ||
| 344 | prop="onlineStatus" | ||
| 345 | label="数据状态" | ||
| 346 | min-width="1"> | ||
| 347 | </el-table-column> | ||
| 348 | </el-table> | ||
| 349 | <br/> | ||
| 350 | <br/> | ||
| 327 | <a href="http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498" target="_blank">抽奖规则设置表(health_activity.tbl_activity_dial_config)</a> | 351 | <a href="http://192.168.8.211:8090/pages/viewpage.action?pageId=38241498" target="_blank">抽奖规则设置表(health_activity.tbl_activity_dial_config)</a> |
| 328 | <el-table | 352 | <el-table |
| 329 | :data="activityDialConfigs" | 353 | :data="activityDialConfigs" |
| ... | @@ -499,6 +523,7 @@ | ... | @@ -499,6 +523,7 @@ |
| 499 | operateBannerInfos: [], | 523 | operateBannerInfos: [], |
| 500 | operateMsgInfos: [], | 524 | operateMsgInfos: [], |
| 501 | activityPaymentConfigs: [], | 525 | activityPaymentConfigs: [], |
| 526 | activityLocationLnks: [], | ||
| 502 | tvmName: [], | 527 | tvmName: [], |
| 503 | tvmExtdata: [], | 528 | tvmExtdata: [], |
| 504 | tvmAwardId: [], | 529 | tvmAwardId: [], |
| ... | @@ -548,6 +573,7 @@ | ... | @@ -548,6 +573,7 @@ |
| 548 | this.operateBannerInfos=res.data.operateBannerInfos | 573 | this.operateBannerInfos=res.data.operateBannerInfos |
| 549 | this.operateMsgInfos=res.data.operateMsgInfos | 574 | this.operateMsgInfos=res.data.operateMsgInfos |
| 550 | this.activityPaymentConfigs=res.data.activityPaymentConfigs | 575 | this.activityPaymentConfigs=res.data.activityPaymentConfigs |
| 576 | this.activityLocationLnks=res.data.activityLocationLnks | ||
| 551 | this.tvmName=res.data.tvmName | 577 | this.tvmName=res.data.tvmName |
| 552 | this.tvmExtdata=res.data.tvmExtdata | 578 | this.tvmExtdata=res.data.tvmExtdata |
| 553 | this.tvmAwardId=res.data.tvmAwardId | 579 | this.tvmAwardId=res.data.tvmAwardId | ... | ... |
-
Please register or sign in to post a comment