无人机管理后台前端(已迁走)
chenyao
2025-11-22 b3368c04f66ecfe151ac901d3903be220f9fe2d1
feat:智飞工单
3 files modified
8 ■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
src/views/tickets/component/SearchBox.vue 2 ●●● patch | view | raw | blame | history
src/views/tickets/orderLog.vue 2 ●●● patch | view | raw | blame | history
.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/'
src/views/tickets/component/SearchBox.vue
@@ -122,7 +122,7 @@
  if(newTab === 'PASS') {
    searchForm.status = '3'
  }
})
}, { immediate: true })
// 周期
const cycles = ref(['每天', '周一', '周二', '周三', '周四', '周五', '周六', '周末', '周天', '工作日'])
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>
                  <!--待审核状态-->