From 09132fa0cc6f9d9dba97e12b50700c2ef51a0b6e Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 11:30:31 +0800
Subject: [PATCH] 月台屏

---
 admin/src/components/business/OperaCarUseBookWindow.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/admin/src/components/business/OperaCarUseBookWindow.vue b/admin/src/components/business/OperaCarUseBookWindow.vue
index 6af1e03..8321ae4 100644
--- a/admin/src/components/business/OperaCarUseBookWindow.vue
+++ b/admin/src/components/business/OperaCarUseBookWindow.vue
@@ -244,16 +244,12 @@
     },
     agreeOpen () {
       this.isShowProblem = true
-      this.dealForm = {
-        driveId: null,
-        checkInfo: null
-      }
+      this.$set(this.dealForm, 'checkInfo', '')
       this.loadMemberList()
     },
     jectOpen () {
       this.isBackProblem = true
-      this.dealForm = {
-        driveId: null,
+      this.backForm = {
         checkInfo: null
       }
     },
@@ -375,6 +371,7 @@
           }
 
           .value {
+            flex: 1;
             color: #111111;
           }
         }

--
Gitblit v1.9.3