From 5a0d5742342a18dd5a206d51bf2a41196c2247d3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 20 三月 2024 16:48:53 +0800
Subject: [PATCH] 工单自动生成设置
---
src/views/screen/components/screen-detection/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/screen/components/screen-detection/index.vue b/src/views/screen/components/screen-detection/index.vue
index 5c8d21f..1eccea9 100644
--- a/src/views/screen/components/screen-detection/index.vue
+++ b/src/views/screen/components/screen-detection/index.vue
@@ -1,6 +1,6 @@
<template>
<div class="detection-container">
- <wrapper-title :title="'杩愯鐩戞帶鏁版嵁'"></wrapper-title>
+ <wrapper-title :title="'杩愯鐩戞帶鏁版嵁'" :path="'/dataManage'"></wrapper-title>
<div class="detection-content">
<div class="water-item">
@@ -28,7 +28,7 @@
</template>
<script>
-import WrapperTitle from '../wrapper-title/index'
+import WrapperTitle from '../wrapper-title/index';
export default {
components: {
WrapperTitle
--
Gitblit v1.8.0