From d56a133bf7fd3eac226b5d93197adeff6dd8ea39 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 22 七月 2024 10:48:48 +0800 Subject: [PATCH] qxtj --- 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 bfc6de6..bfdf41b 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -452,6 +452,7 @@ width="1100px" style="height: 860px" append-to-body + :close-on-click-modal="false" > <el-tabs type="border-card" @@ -757,6 +758,7 @@ width="1100px" style="height: 860px" append-to-body + :close-on-click-modal="false" > <el-tabs type="border-card" @@ -1070,7 +1072,7 @@ </el-dialog> <!-- 娣诲姞鎴栦慨鏀逛綋妫�璁板綍瀵硅瘽妗� --> - <el-dialog :title="title" :visible.sync="open" width="950px" append-to-body> + <el-dialog :title="title" :visible.sync="open" width="950px" append-to-body :close-on-click-modal="false"> <el-tabs v-model="activeName1" type="card"> <!-- <el-tab-pane label="璁㈠崟娴佹按" name="first"> <el-table :data="numberList" style="width: 100%"> @@ -1178,6 +1180,7 @@ width="1100px" style="height: 860px" append-to-body + :close-on-click-modal="false" > <el-row type="flex" class="row-bg" justify="space-around"> <el-col :span="13"> -- Gitblit v1.8.0