幸运24-后台-关注用户个人数据-后台关注用户
This commit is contained in:
@@ -1,6 +1,24 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<div class="condition">
|
<div class="condition">
|
||||||
|
<div class="inquire">
|
||||||
|
<span>后台关注用户</span>
|
||||||
|
<!-- @input="handleInput" -->
|
||||||
|
<el-input v-model="inquire.adminFollowErbanNoList"
|
||||||
|
placeholder=""
|
||||||
|
class="input"
|
||||||
|
disabled></el-input>
|
||||||
|
<el-button class="primary"
|
||||||
|
type="primary"
|
||||||
|
@click="
|
||||||
|
editDialog = true;
|
||||||
|
butClick = false;
|
||||||
|
type = 16;
|
||||||
|
editDialogTitle = '后台关注用户';
|
||||||
|
value = inquire.adminFollowErbanNoList;
|
||||||
|
">
|
||||||
|
编辑</el-button>
|
||||||
|
</div>
|
||||||
<div class="inquire">
|
<div class="inquire">
|
||||||
<span>用户上线列表</span>
|
<span>用户上线列表</span>
|
||||||
<!-- @input="handleInput" -->
|
<!-- @input="handleInput" -->
|
||||||
@@ -662,6 +680,7 @@ export default {
|
|||||||
userRevenueRatio: "",
|
userRevenueRatio: "",
|
||||||
warnMulti: "",
|
warnMulti: "",
|
||||||
followErbanNoList: "",
|
followErbanNoList: "",
|
||||||
|
adminFollowErbanNoList: "",
|
||||||
whiteErbanNoProductionRatioMap: "",
|
whiteErbanNoProductionRatioMap: "",
|
||||||
blackErbanNoList: "",
|
blackErbanNoList: "",
|
||||||
preJudgeValue_H: undefined,
|
preJudgeValue_H: undefined,
|
||||||
@@ -701,6 +720,7 @@ export default {
|
|||||||
this.inquire.userRevenueRatio = res.data.receiverRatio;
|
this.inquire.userRevenueRatio = res.data.receiverRatio;
|
||||||
this.inquire.warnMulti = res.data.warnMulti;
|
this.inquire.warnMulti = res.data.warnMulti;
|
||||||
this.inquire.followErbanNoList = res.data.followErbanNoList.join();
|
this.inquire.followErbanNoList = res.data.followErbanNoList.join();
|
||||||
|
this.inquire.adminFollowErbanNoList = res.data.adminFollowErbanNoList.join();
|
||||||
// this.inquire.whiteErbanNoProductionRatioMap = res.data.whiteErbanNoProductionRatioMap.join();
|
// this.inquire.whiteErbanNoProductionRatioMap = res.data.whiteErbanNoProductionRatioMap.join();
|
||||||
this.inquire.blackErbanNoList = res.data.blackErbanNoList.join();
|
this.inquire.blackErbanNoList = res.data.blackErbanNoList.join();
|
||||||
var newArr = [];
|
var newArr = [];
|
||||||
@@ -837,6 +857,8 @@ export default {
|
|||||||
obj.warnMulti = this.value;
|
obj.warnMulti = this.value;
|
||||||
} else if (this.type == 11) {
|
} else if (this.type == 11) {
|
||||||
obj.followErbanNoList = this.value.split(",");
|
obj.followErbanNoList = this.value.split(",");
|
||||||
|
} else if (this.type == 16) {
|
||||||
|
obj.adminFollowErbanNoList = this.value.split(",");
|
||||||
} else if (this.type == 14) {
|
} else if (this.type == 14) {
|
||||||
obj.whiteErbanNoProductionRatioMap =
|
obj.whiteErbanNoProductionRatioMap =
|
||||||
this.whiteErbanNoProductionRatioMap;
|
this.whiteErbanNoProductionRatioMap;
|
||||||
|
Reference in New Issue
Block a user