修改展示字眼
This commit is contained in:
@@ -245,11 +245,11 @@ export default {
|
||||
formatter: function (val, row, index) {
|
||||
switch (val) {
|
||||
case 1:
|
||||
return '跳app页面';
|
||||
return '跳转房间';
|
||||
case 2:
|
||||
return '跳聊天室';
|
||||
return '跳H5页面';
|
||||
case 3:
|
||||
return '跳h5页面';
|
||||
return '跳聊天室';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user