From 1477a1353e96b5620a29c78e2b08647a1a2bc5b7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 15 十月 2024 19:07:25 +0800
Subject: [PATCH] ll

---
 admin/src/views/meeting/components/OperaBookingsWindow.vue |   30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/admin/src/views/meeting/components/OperaBookingsWindow.vue b/admin/src/views/meeting/components/OperaBookingsWindow.vue
index 7730505..8110e44 100644
--- a/admin/src/views/meeting/components/OperaBookingsWindow.vue
+++ b/admin/src/views/meeting/components/OperaBookingsWindow.vue
@@ -4,6 +4,7 @@
     :visible.sync="visible"
     :confirm-working="isWorking"
     @confirm="confirm"
+    width="840px"
   >
     <el-form :model="form" ref="form" :rules="rules" label-width="120px" label-suffix="锛�">
       <el-form-item label="鍏宠仈浼氳瀹�" prop="roomId">
@@ -198,7 +199,7 @@
     userList({
       page: 1,
       capacity: 9999,
-      model: { realname: this.filterText, memberType: 2 }
+      model: { realname: this.filterText, memberType: 2, companyType: 1 }
     })
       .then(res => {
         console.log('userList', res)
@@ -390,7 +391,7 @@
             this.$emit('success')
           })
           .catch(e => {
-            this.$tip.apiFailed(e)
+            // this.$tip.apiFailed(e)
           })
           .finally(() => {
             this.isWorking = false
@@ -436,7 +437,7 @@
             this.$emit('success')
           })
           .catch(e => {
-            this.$tip.apiFailed(e)
+            // this.$tip.apiFailed(e)
           })
           .finally(() => {
             this.isWorking = false
@@ -465,25 +466,30 @@
     margin-bottom: 8px;
     border: #111 solid 1px;
     font-size: 14px;
+    font-weight: 500;
     line-height: 14px;
-    padding: 5px;
+    width: 124px;
+    height: 36px;
+    display: flex;
+    justify-content: center;
+    align-items: center;
     border-radius: 5px;
     color: #111;
   }
   .time-item-sel {
     border-color: $primary-color;
-    background-color: $primary-color;
-    color: #fff;
+    background-color: #f6f9fe;
+    color: $primary-color;
   }
   .time-item-disable {
-    color: #e4e4e4;
-    border-color: #999;
-    background-color: #999;
+    color: #fff;
+    border-color: #cccccc;
+    background-color: #cccccc;
   }
   .disable{
-    border-color: #999;
-    background-color: #999;
-    color: #111;
+    border-color: #bed6f9;
+    background-color: #bed6f9;
+    color: #fff;
   }
 }
 .detail_modal {

--
Gitblit v1.9.3