This commit is contained in:
USER-20220102CG\noblelift
2022-10-28 14:40:21 +08:00
parent 9f842a0626
commit 728e82f860
11 changed files with 1592 additions and 220 deletions

View File

@@ -133,7 +133,7 @@ export default {
name: 'MonitorDevice',
data() {
return {
stageParam: 'YY', // 舞台参数
stageParam: 'stage_code', // 舞台参数
dialogDeviceMsgVisible: false, // 显示设备信息的dialog
device_code: null,
tops: '20vh', // 初始top
@@ -268,7 +268,7 @@ export default {
if (!item.data) {
return
}
if (!clickObj.data.is_click) {
if (!clickObj.data.is_click) {
return
}
if (clickObj.data.device_type === 'scanner') { // 扫码器