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 ++++- vue.config.js | 2 +- src/views/system/comp/index.vue | 2 ++ src/views/system/tijianall/index.vue | 1 + src/views/system/Checkout/index.vue | 2 +- src/views/hosp/project/index.vue | 3 ++- 6 files changed, 11 insertions(+), 4 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"> diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index eb21e42..d255fbb 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -292,6 +292,7 @@ width="1200px" append-to-body :before-close="handleClose" + :close-on-click-modal="false" > <el-form ref="form" @@ -721,7 +722,7 @@ </div> </el-dialog> - <el-dialog title="鏀惰垂椤圭洰" :visible.sync="dialogTableVisible" width="80%"> + <el-dialog title="鏀惰垂椤圭洰" :visible.sync="dialogTableVisible" width="80%" :close-on-click-modal="false"> <div class="app-container"> <el-row :gutter="24"> <!--閮ㄩ棬鏁版嵁--> diff --git a/src/views/system/Checkout/index.vue b/src/views/system/Checkout/index.vue index e7d8f17..f5a6e55 100644 --- a/src/views/system/Checkout/index.vue +++ b/src/views/system/Checkout/index.vue @@ -251,7 +251,7 @@ </el-dialog> <!-- 娣诲姞鎴栦慨鏀逛綋妫�璁板綍瀵硅瘽妗� --> - <el-dialog :title="title" :visible.sync="open" width="660px"> + <el-dialog :title="title" :visible.sync="open" width="660px" :close-on-click-modal="false"> <el-form :model="formIn" ref="queryForm" diff --git a/src/views/system/comp/index.vue b/src/views/system/comp/index.vue index 819277a..114b85f 100644 --- a/src/views/system/comp/index.vue +++ b/src/views/system/comp/index.vue @@ -291,6 +291,7 @@ :visible.sync="opens" width="1350px" append-to-body + :close-on-click-modal="false" > <el-row :gutter="20"> <el-col :span="7" :xs="24"> @@ -528,6 +529,7 @@ :visible.sync="openss" width="1400px" append-to-body + :close-on-click-modal="false" > <el-row :gutter="24"> <el-col :span="8" :xs="24"> diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index cdb2c5c..831fd34 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -308,6 +308,7 @@ :visible.sync="taocan" width="80%" height="700px" + :close-on-click-modal="false" > <el-tabs type="border-card" diff --git a/vue.config.js b/vue.config.js index 3c4e20b..0bcde09 100644 --- a/vue.config.js +++ b/vue.config.js @@ -53,7 +53,7 @@ // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `https://ltpeis.xaltjdkj.cn:5801/`, - target: `http://192.168.1.3:5011`, + target: `http://192.168.1.113:5011`, // // target: `http://192.168.0.99:8080/ltkj-admin`, // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, // target: `http://10.168.0.9:5011`, -- Gitblit v1.8.0