From 8823c7ce57e1961f1da67e4b004ad93dae89ba9b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 29 五月 2026 09:52:33 +0800
Subject: [PATCH] 提交
---
admin/src/components/business/OperaJkCabinetWindow.vue | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/business/OperaJkCabinetWindow.vue b/admin/src/components/business/OperaJkCabinetWindow.vue
index 5372648..0ccef39 100644
--- a/admin/src/components/business/OperaJkCabinetWindow.vue
+++ b/admin/src/components/business/OperaJkCabinetWindow.vue
@@ -65,6 +65,16 @@
</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">
<el-select v-model="form.authMemberIdList" filterable multiple placeholder="璇烽�夋嫨楠岃瘉浜�">
@@ -179,6 +189,7 @@
location: '',
useTime: '',
doubleAuth: 0,
+ returnDoubleAuth: 0,
authMemberIdList: '',
rowNum: '',
columnNum: '',
@@ -290,6 +301,7 @@
managerIdList: '',
useTime: '',
doubleAuth: 0,
+ returnDoubleAuth: 0,
authMemberIdList: '',
rowNum: '',
columnNum: '',
@@ -299,7 +311,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