修改展示字眼
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
<option value="0"></option>
|
||||
<option value="1">牌照房</option>
|
||||
<option value="2">非牌照房</option>
|
||||
<option value="3">新秀房</option>
|
||||
<option value="4">个播房</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -373,14 +372,14 @@ export default {
|
||||
width: '5%',
|
||||
formatter: function (val, row, index) {
|
||||
switch (val) {
|
||||
case 1:
|
||||
return '竞拍房';
|
||||
|
||||
case 2:
|
||||
return '轻聊房';
|
||||
|
||||
case 3:
|
||||
return '轰趴房';
|
||||
return '普通房间';
|
||||
|
||||
case 6:
|
||||
return '个播房间';
|
||||
|
||||
case 7:
|
||||
return '游戏房间';
|
||||
|
||||
}
|
||||
}
|
||||
@@ -411,9 +410,6 @@ export default {
|
||||
|
||||
case 2:
|
||||
return '非牌照房';
|
||||
|
||||
case 3:
|
||||
return '新秀房';
|
||||
|
||||
case 4:
|
||||
return '个播房';
|
||||
|
Reference in New Issue
Block a user