修改展示字眼

This commit is contained in:
liaozetao
2024-02-24 07:26:30 +08:00
parent b7395aa4e7
commit 9ae9a41add

View File

@@ -245,11 +245,11 @@ export default {
formatter: function (val, row, index) { formatter: function (val, row, index) {
switch (val) { switch (val) {
case 1: case 1:
return '跳app页面'; return '跳转房间';
case 2: case 2:
return '跳聊天室'; return '跳H5页面';
case 3: case 3:
return '跳h5页面'; return '跳聊天室';
} }
} }
}, },