From 088e45c9ee4633e543247ecf8675215e2119ac7d Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 21 四月 2025 18:11:11 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/views/hosp/order/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 25a9c78..acae123 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -167,6 +167,7 @@
           icon="el-icon-download"
           size="mini"
           @click="handleExport"
+           :disabled="singles"
           v-hasPermi="['hosp:order:export']"
           >瀵煎嚭</el-button
         >
@@ -188,7 +189,7 @@
           size="mini"
           @click="handleRevoke"
           :loading="isLoading"
-          :disabled="single"
+          :disabled="singles"
           >鎾ら攢绛惧埌</el-button
         >
       </el-col>
@@ -1691,6 +1692,7 @@
       dataObj: {},
       // 闈炲崟涓鐢�
       single: true,
+      singles: false,
       activeNames: "first",
       // 闈炲涓鐢�
       multiple: true,
@@ -2284,6 +2286,7 @@
       this.ids = selection.map((item) => item.orderId);
       this.single = selection.length !== 1;
       this.multiple = !selection.length;
+      this.singles = selection.length !== 1;
       if (tjNUms.length > 0) {
         shijianzhou(tjNUms).then((res) => {
           this.shijianlist = res.data;

--
Gitblit v1.8.0