From 7e983b8bcda0fa2b17826a7b3551f689739810f1 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 24 二月 2025 11:38:52 +0800 Subject: [PATCH] 费用统计的导入隐藏 --- src/main.js | 8 ++++---- src/components/view/b1-expenses.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/view/b1-expenses.vue b/src/components/view/b1-expenses.vue index 62fd65a..d444071 100644 --- a/src/components/view/b1-expenses.vue +++ b/src/components/view/b1-expenses.vue @@ -50,9 +50,9 @@ <div> <el-row class="title"> <el-col :span="12" style="padding-left: 20px;text-align: left;">璐圭敤缁熻</el-col> - <el-col :span="12" style="text-align: right;"> + <!-- <el-col :span="12" style="text-align: right;"> <el-button size="small" type="primary">OA鎺ㄩ��</el-button> - </el-col> + </el-col> --> </el-row> </div> <div class="search"> diff --git a/src/main.js b/src/main.js index 9369752..485c972 100644 --- a/src/main.js +++ b/src/main.js @@ -20,9 +20,9 @@ Vue.prototype.PROJECT = "妫�娴嬩腑蹇�"; // Vue.prototype.PROJECT = '瑁呭鐢电紗' //鏈湴 -// Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; -// const javaApi = 'http://127.0.0.1:8001'; -const javaApi = "http://192.168.0.170:8001"; +Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80"; +const javaApi = 'http://127.0.0.1:8001'; +// const javaApi = "http://192.168.0.170:8001"; //閫氫俊娴嬭瘯搴� // Vue.prototype.LOCATIONVUE = "http://10.1.13.77:8080"; @@ -30,8 +30,8 @@ // 閫氫俊姝e紡搴� // Vue.prototype.LOCATIONVUE = "http://192.168.22.29:8080"; -// const javaApi = 'http://192.168.22.29:8001/lims/'; // const javaApi = 'https://ztwxlims.ztt.cn:7443/lims/'; +// const javaApi = 'http://192.168.22.29:8001/lims/'; // //浜� // Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080"; -- Gitblit v1.9.3