From 4104a0585d64c27b21773caa7bbd2fe769d9fcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 8 Nov 2022 10:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/system/order/index.vue | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index b77ccb9..b88adc2 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 全医通护理站管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.49:8080' +VUE_APP_BASE_API = 'http://192.168.16.30:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue index 20156ed..3b8b406 100644 --- a/src/views/system/order/index.vue +++ b/src/views/system/order/index.vue @@ -127,7 +127,7 @@ :visible.sync="innerVisible4" append-to-body width="1048px" - class="orderInfo" + >
@@ -523,7 +524,7 @@ export default { }, // 查看 seeLook(row) { - this.innerVisible = true; + this.innerVisible4 = true; const id = row.orderNo; // console.log(row); Detailed(id).then((res) => { @@ -697,8 +698,8 @@ export default { };