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 | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/admin/src/components/business/OperaJkCabinetWindow.vue b/admin/src/components/business/OperaJkCabinetWindow.vue
index 1b91668..bccbb33 100644
--- a/admin/src/components/business/OperaJkCabinetWindow.vue
+++ b/admin/src/components/business/OperaJkCabinetWindow.vue
@@ -42,6 +42,18 @@
<span style="margin-left: 20px;">鍗曚綅锛氬垎閽�</span>
</div>
</el-form-item>
+ <el-form-item label="閰掔簿妫�娴�" prop="doubleAuth">
+ <div style="width: 100%; display: flex; align-items: center;">
+ <el-switch
+ v-model="form.alcoholStatus"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ :active-value="0"
+ :inactive-value="1">
+ </el-switch>
+ <span style="margin-left: 20px; color: #999999;">寮�鍚悗锛岄渶瑕侀厭绮炬娴嬮�氳繃鍚庯紝鎵嶈兘寮�闂�</span>
+ </div>
+ </el-form-item>
<el-form-item label="鍙岄噸楠岃瘉" prop="doubleAuth">
<div style="width: 100%; display: flex; align-items: center;">
<el-switch
@@ -50,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">
@@ -82,7 +105,7 @@
:inactive-value="1">
</el-switch>
</el-form-item>
- <el-form-item label="闄勪欢" prop="activateFile">
+ <el-form-item label="婵�娲绘枃浠�" prop="activateFile">
<el-upload
accept=".zip"
class="upload-demo"
@@ -167,6 +190,7 @@
location: '',
useTime: '',
doubleAuth: 0,
+ returnDoubleAuth: 0,
authMemberIdList: '',
rowNum: '',
columnNum: '',
@@ -177,7 +201,8 @@
noLength: '',
noIndex: '',
sortType: 0,
- activateFile: null
+ activateFile: null,
+ alcoholStatus: 0
},
// 楠岃瘉瑙勫垯
rules: {
@@ -277,6 +302,7 @@
managerIdList: '',
useTime: '',
doubleAuth: 0,
+ returnDoubleAuth: 0,
authMemberIdList: '',
rowNum: '',
columnNum: '',
@@ -286,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