From 13de58b35a76b876e7dc2e0b392af0fb5c3ac1c4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=A2=81=E5=AD=90=E9=BE=99?=
<14096380+qwe963852@user.noreply.gitee.com>
Date: Thu, 26 Sep 2024 15:05:07 +0800
Subject: [PATCH] =?UTF-8?q?text:=E4=BF=AE=E6=94=B9=E6=95=85=E9=9A=9C?=
=?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=B8=BA=E5=AD=90=E6=A0=87=E7=AD=BE=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/breakdown/log/index.vue | 44 ++++++++++++++++++++++++++-----
1 file changed, 38 insertions(+), 6 deletions(-)
diff --git a/src/views/breakdown/log/index.vue b/src/views/breakdown/log/index.vue
index 1d7c310..5005e15 100644
--- a/src/views/breakdown/log/index.vue
+++ b/src/views/breakdown/log/index.vue
@@ -12,6 +12,14 @@
@keyup.enter.native="handleQuery"
/>
+
+
+
-
+
@@ -72,6 +80,14 @@
@ceyup.enter.native="handleQuery"
/>
+
+
+
搜索
重置
@@ -81,7 +97,7 @@
-
+
@@ -105,6 +121,14 @@
@ceyup.enter.native="handleQuery"
/>
+
+
+
搜索
重置
@@ -123,7 +147,7 @@
-
+
@@ -158,6 +182,14 @@
@ceyup.enter.native="handleQuery"
/>
+
+
+
搜索
重置
@@ -167,7 +199,7 @@
-
+
@@ -195,7 +227,6 @@ import {
listStatusSolve,
updateStatusById
} from '/src/api/breakdown/Log'
-import { delBreakdown } from '../../../api/breakdown/breakdown'
export default {
dicts:['sys_car_fault_log_status'],
@@ -227,7 +258,8 @@ export default {
pageNum:1,
pageSize:10,
vin:null,
- status:null
+ status:null,
+ faultCode:null
}
};
},