提交 d9dd944f 作者: 毛细亚

绑定 w 账号新增 马甲包字段

上级 b4503166
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
username: this.form.username.trim(), username: this.form.username.trim(),
role_name: this.form.role_name.trim(), role_name: this.form.role_name.trim(),
main_game_id: this.form.main_game_id !== '' ? [this.form.main_game_id] : [], main_game_id: this.form.main_game_id !== '' ? [this.form.main_game_id] : [],
server_info: this.form.server_info !== '' ? [this.form.server_info] : [], zyo_server_id: this.form.server_info !== '' ? [this.form.server_info] : [],
search_type: 'bind', search_type: 'bind',
...this.pageInfo ...this.pageInfo
} }
...@@ -232,10 +232,10 @@ ...@@ -232,10 +232,10 @@
total: 0 total: 0
} }
if (valid) { if (valid) {
if (this.form.role_name == '' && this.form.username == '') { if (this.form.role_name == '' && this.form.username == '' && this.form.cp_role_id == '') {
this.$message.warning('请输入角色名或者w账号') this.$message.warning('请输入角色名或者w账号或者CP角色ID')
return return
} }
this.requestRoleList() this.requestRoleList()
} else { } else {
console.log('error submit!!') console.log('error submit!!')
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<p class="text">{{ item.status_name <p class="text">{{ item.status_name
? `${item.username}/${item.status_name}` ? `${item.username}/${item.status_name}`
: item.username}}</p> : item.username}}</p>
<span style="margin: 0 5px;color: #dc2626;font-weight: bold;" v-if="item.game_type_text">({{item.game_type_text}})</span>
<span v-if="item.account_type==2" class="account_type" style="color: red;font-weight: bold;"> ()</span> <span v-if="item.account_type==2" class="account_type" style="color: red;font-weight: bold;"> ()</span>
</div> </div>
</el-option> </el-option>
......
...@@ -41,6 +41,18 @@ ...@@ -41,6 +41,18 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="CP角色ID"
prop="cp_role_id"
width="140"
>
</el-table-column>
<el-table-column
label="马甲包"
prop="game_name"
width="140"
>
</el-table-column>
<el-table-column
label="充值金额" label="充值金额"
prop="recharge_total" prop="recharge_total"
> >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论