src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/DeviceEvent.vue
@@ -70,7 +70,10 @@ const total = ref(0) const distribution = row => { ElMessage.warning('正在加急开发中...') const orderNumber = row.event_num const adminUrl = import.meta.env.VITE_APP_ADMIN_URL const targetPath = `/tickets/ticket?orderNumber=${orderNumber}`; window.open(`${adminUrl}?redirect=${encodeURIComponent(targetPath)}`, '_blank'); } const examine = row => { ElMessage.warning('正在加急开发中...')