From e2a5b9e3359c074e14759165394bed299592cc9a Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 29 五月 2026 10:05:08 +0800
Subject: [PATCH] 配置文件

---
 admin/src/components/business/OperaJkCabinetWindow.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/admin/src/components/business/OperaJkCabinetWindow.vue b/admin/src/components/business/OperaJkCabinetWindow.vue
index 5372648..bccbb33 100644
--- a/admin/src/components/business/OperaJkCabinetWindow.vue
+++ b/admin/src/components/business/OperaJkCabinetWindow.vue
@@ -62,8 +62,19 @@
             inactive-color="#ff4949"
             :active-value="1"
             :inactive-value="0">
+
           </el-switch>
           <span style="margin-left: 20px; color: #999999;">寮�鍚弻閲嶈璇佸悗锛岄挜鍖欓鍙栨椂鍏堟牎楠岄獙璇佷汉韬唤锛屽啀鏍¢獙鍙告満韬唤</span>
+        </div>
+        <div style="width: 100%; display: flex; align-items: center;">
+          <el-switch
+            v-model="form.returnDoubleAuth"
+            active-color="#13ce66"
+            inactive-color="#ff4949"
+            :active-value="1"
+            :inactive-value="0">
+          </el-switch>
+          <span style="margin-left: 20px; color: #999999;">寮�鍚弻閲嶈璇佸悗锛岄挜鍖欏綊杩樻椂鍏堟牎楠岄獙璇佷汉韬唤锛屽啀鏍¢獙鍙告満韬唤</span>
         </div>
       </el-form-item>
       <el-form-item label="楠岃瘉浜�" prop="authMemberIdList">
@@ -179,6 +190,7 @@
         location: '',
         useTime: '',
         doubleAuth: 0,
+        returnDoubleAuth: 0,
         authMemberIdList: '',
         rowNum: '',
         columnNum: '',
@@ -290,6 +302,7 @@
             managerIdList: '',
             useTime: '',
             doubleAuth: 0,
+            returnDoubleAuth: 0,
             authMemberIdList: '',
             rowNum: '',
             columnNum: '',
@@ -299,7 +312,8 @@
             noPrefix: '',
             noLength: '',
             noIndex: '',
-            sortType: 0
+            sortType: 0,
+            alcoholStatus: 0
           }
           this.$refs.form.resetFields()
           this.form[this.configData['field.id']] = null

--
Gitblit v1.9.3