|
|
@@ -99,7 +99,7 @@ |
|
|
|
<el-button type="text" v-if="cus_crd_change" size="small" @click="inforeplace(scope.row)">更换账号</el-button> |
|
|
|
<el-button type="text" v-if="cus_crd_del" size="small" @click="toinifodelete(scope)">删除</el-button> |
|
|
|
<!-- <el-button type="text" size="small" @click="editOpera(scope.row,0)">管理系统运营</el-button> |
|
|
|
<el-button type="text" size="small" @click="editOpera(scope.row,1)">管理代理商运营</el-button> --> |
|
|
|
<el-button type="text" size="small" @click="editOpera(scope.row,1)">绑定售后运营</el-button> --> |
|
|
|
<el-button type="text" size="small" v-if="cus_com_sys" @click="editOpera(scope.row,0)">系统运营</el-button> |
|
|
|
<el-button type="text" v-if="cus_crd_bindAgent" size="small" @click="bindAgent(scope.row)">绑定代理商</el-button> |
|
|
|
<el-button type="text" v-if="cus_crd_open" size="small" @click="toDisable(scope.row)">{{scope.row.lockFlag==0?'禁用':'启用'}}</el-button> |
|
|
@@ -253,7 +253,7 @@ |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog :title="sysFlag==0?'绑定系统运营':'绑定代理商运营'" :visible.sync="operaVisible" > |
|
|
|
<el-dialog :title="sysFlag==0?'绑定系统运营':'绑定售后运营'" :visible.sync="operaVisible" > |
|
|
|
<el-form :model="operaForm" label-position="labelPosition" :rules="operaRules" ref="operaForm" label-width="140px"> |
|
|
|
<el-form-item label="运营人员:" prop="operationalPeople"> |
|
|
|
<el-select v-model="operaForm.operationalPeople" style="width:80%" multiple placeholder="请选择"> |
|
|
@@ -273,7 +273,7 @@ |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<el-dialog title="管理代理商" :visible.sync="agentVisible" > |
|
|
|
<el-dialog title="绑定代理商" :visible.sync="agentVisible" > |
|
|
|
<el-form :model="agentForm" label-position="labelPosition" :rules="agentRule" ref="agentForm" label-width="140px"> |
|
|
|
<el-form-item label="代理商:" prop="agentId"> |
|
|
|
<el-select v-model="agentForm.agentId" style="width:80%" multiple filterable placeholder="请选择"> |
|
|
|