From 16ab2673285119a38a78f635c0b74384b423c55e Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 29 四月 2025 17:12:50 +0800 Subject: [PATCH] 1 --- src/views/hosp/order/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index 854991a..9f61da4 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -68,7 +68,7 @@ <el-row :gutter="10" class="mb8"> <el-col :span="1.5"> - <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport" :disabled="single" + <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport" :disabled="singles" v-hasPermi="['hosp:order:export']">瀵煎嚭</el-button> </el-col> @@ -1039,6 +1039,7 @@ dataObj: {}, // 闈炲崟涓鐢� single: true, + singles: false, activeNames: "first", // 闈炲涓鐢� multiple: true, @@ -1636,6 +1637,7 @@ this.ids = selection.map((item) => item.orderId); this.single = selection.length !== 1; + this.singles= selection.length !== 1; this.multiple = !selection.length; if (tjNUms.length > 0) { shijianzhou(tjNUms).then((res) => { -- Gitblit v1.8.0