From b3368c04f66ecfe151ac901d3903be220f9fe2d1 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 22 Nov 2025 16:38:39 +0800
Subject: [PATCH] feat:智飞工单
---
.env.development | 4 ++--
src/views/tickets/orderLog.vue | 2 +-
src/views/tickets/component/SearchBox.vue | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.env.development b/.env.development
index c452ea6..a5d9135 100644
--- a/.env.development
+++ b/.env.development
@@ -20,9 +20,9 @@
VITE_APP_BASE=/manage
# 服务地址
-VITE_APP_URL = https://wrj.shuixiongit.com/api
+# VITE_APP_URL = https://wrj.shuixiongit.com/api
#VITE_APP_URL= http://192.168.1.168
-# VITE_APP_URL= http://192.168.1.33
+VITE_APP_URL= http://192.168.1.33
#VITE_APP_URL= http://192.168.1.204
#新大屏地址
VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/'
diff --git a/src/views/tickets/component/SearchBox.vue b/src/views/tickets/component/SearchBox.vue
index 423751b..d3acb67 100644
--- a/src/views/tickets/component/SearchBox.vue
+++ b/src/views/tickets/component/SearchBox.vue
@@ -122,7 +122,7 @@
if(newTab === 'PASS') {
searchForm.status = '3'
}
-})
+}, { immediate: true })
// 周期
const cycles = ref(['每天', '周一', '周二', '周三', '周四', '周五', '周六', '周末', '周天', '工作日'])
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 0ab0122..a5a1867 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -46,7 +46,7 @@
<el-table-column prop="cycle_time_value" label="工单周期频次" align="center" show-overflow-tooltip />
<el-table-column label="操作" width="200" fixed="right" align="center">
<template #default="scope">
- {{scope.row.status}}
+<!-- {{scope.row.status}}-->
<template v-if="scope.row.status === 1">
<el-button type="text" icon="el-icon-view" v-if="permission.order_log_review" @click="handleCheckDetail(scope.row, '工单审核')">审核</el-button>
<!--待审核状态-->
--
Gitblit v1.9.3