后台优化 - 房间内角标入口 - 搜索项 - 增加游戏第三方
This commit is contained in:
@@ -13,6 +13,18 @@
|
||||
:value="item.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
<div class="inquire"
|
||||
style="display: inline-block; margin-right: 20px">
|
||||
<span class="demonstration">游戏第三方:</span>
|
||||
<el-select v-model="searchValues.code"
|
||||
style="width: 70%"
|
||||
placeholder="请选择">
|
||||
<el-option label="全部" value=""></el-option>
|
||||
<el-option label="百顺" value="BAISHUN"></el-option>
|
||||
<el-option label="灵仙" value="LEADERCC"></el-option>
|
||||
<el-option label="Joy" value="JOYPLAY"></el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
<!-- 按钮 -->
|
||||
<div class="buttonBox">
|
||||
@@ -135,6 +147,11 @@
|
||||
prop="HIGH_RECHARGE_USER"
|
||||
label="可见用户"
|
||||
:formatter="ruleJsonFormatter" />
|
||||
<el-table-column align="center"
|
||||
prop="panelType"
|
||||
label="游戏第三方" >
|
||||
<template v-slot="scope">{{ scope.row.code=='BAISHUN'?'百顺':scope.row.code=='LEADERCC'?'灵仙':'Joy'}}</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center"
|
||||
label="操作"
|
||||
width="200">
|
||||
@@ -450,6 +467,7 @@ export default {
|
||||
partitionInfos: [],
|
||||
searchValues: {
|
||||
partitionId: null,
|
||||
code:''
|
||||
},
|
||||
};
|
||||
},
|
||||
@@ -528,6 +546,7 @@ export default {
|
||||
partitionId: this.searchValues.partitionId,
|
||||
page: this.currentPage,
|
||||
pageSize: this.pageSize,
|
||||
code: this.searchValues.code,
|
||||
}).then(res => {
|
||||
let data = res.data;
|
||||
this.totals = data.total;
|
||||
|
Reference in New Issue
Block a user