forked from drone/command-center-dashboard

shuishen
2025-04-20 18ba6b7aed78d1fc639b0b7702f9cb5bdf66e12c
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('正在加急开发中...')