From 2cf95c4e5d31b17fa43859a791811aa080f316fa Mon Sep 17 00:00:00 2001
From: qsh <>
Date: Mon, 12 Aug 2024 18:06:10 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/Clue/Order/Comp/MallOrderList.vue | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/views/Clue/Order/Comp/MallOrderList.vue b/src/views/Clue/Order/Comp/MallOrderList.vue
index 5482072..3f82934 100644
--- a/src/views/Clue/Order/Comp/MallOrderList.vue
+++ b/src/views/Clue/Order/Comp/MallOrderList.vue
@@ -55,7 +55,7 @@
           <el-button
             type="primary"
             @click="handleBatchUpdateInstall"
-            v-hasPermi="['clue:order:reset']"
+            v-hasPermi="['clue:order:batch-update-install']"
           >
             批量修改安装状态
           </el-button>
@@ -103,6 +103,7 @@
                       :inactive-value="false"
                       active-text="已生产"
                       inactive-text="待生产"
+                      :disabled="!checkPermi(['clue:order:update-produce'])"
                       size="small"
                       @change="handleChangeProdoce(scope.row)"
                     />
@@ -256,6 +257,7 @@ import { removeNullField } from '@/utils'
 import { formatDate } from '@/utils/formatTime'
 import { ElMessageBox, ElOption, ElSelect } from 'element-plus'
 import { VueDraggable } from 'vue-draggable-plus'
+import { checkPermi } from '@/utils/permission'
 
 const userOptions = ref([])
 const allUserOptions = ref([])