Commit ec30768f authored by 任鸿志's avatar 任鸿志

refactor(env): 修改 API 基础 URL 并优化结算历史功能

- 修改 VUE_APP_BASE_URL 为 http://10.10.9.219:8802
- 优化结算历史功能,调整表格样式和布局
- 修复部分组件样式问题,如侧边栏和对话框样式
parent 8607eec9
...@@ -7,7 +7,7 @@ NODE_ENV = 'production' ...@@ -7,7 +7,7 @@ NODE_ENV = 'production'
# 统一结算平台/生产环境 # 统一结算平台/生产环境
VUE_APP_BASE_API = '' VUE_APP_BASE_API = ''
# VUE_APP_BASE_URL = 'http://newfinance-system.fancyinfo.net' # VUE_APP_BASE_URL = 'http://newfinance-system.fancyinfo.net'
VUE_APP_BASE_URL = 'http://10.10.9.219:9902' VUE_APP_BASE_URL = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802' VUE_APP_BASE_URL_SFC = 'http://10.10.9.219:8802'
VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy' VUE_APP_BASE_URL_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://med-api.fancyinfo.net' # VUE_APP_BASE_URL = 'http://med-api.fancyinfo.net'
......
...@@ -237,6 +237,7 @@ ...@@ -237,6 +237,7 @@
.hideSidebar { .hideSidebar {
.sidebar-container { .sidebar-container {
margin-left: 0px !important;
width: 54px !important; width: 54px !important;
} }
......
This diff is collapsed.
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
</el-table> </el-table>
</div> </div>
<div class="box-card-right"> <div class="box-card-right">
<div class="box_card_title" style="margin-bottom: 25px"> <div class="box_card_title" style="margin-bottom: 30px">
<div @click="addEventListener()">费用明细</div> <div @click="addEventListener()">费用明细</div>
<div><el-button type="primary" size="mini" round @click="jshistory">结算历史</el-button></div> <div><el-button type="primary" size="mini" round @click="jshistory">结算历史</el-button></div>
</div> </div>
...@@ -1995,13 +1995,13 @@ export default { ...@@ -1995,13 +1995,13 @@ export default {
} }
if (this.select_type == '01') { if (this.select_type == '01') {
// if (this.form.insurance_type == 'LOCAL') { // if (this.form.insurance_type == 'LOCAL') {
this.jeizhishow = true // this.jeizhishow = true
const that = this // const that = this
setTimeout(function () { // setTimeout(function () {
that.handleSetFocusLast() // that.handleSetFocusLast()
}, 300) // }, 300)
// } else { // } else {
// this.qrjs() this.qrjs()
// } // }
} else if ((this.ztvalue.value == 'SELF_PAY' || this.man_name == '1') && this.man_name != '2' && this.man_name != '3' && this.man_name != '4') { } else if ((this.ztvalue.value == 'SELF_PAY' || this.man_name == '1') && this.man_name != '2' && this.man_name != '3' && this.man_name != '4') {
this.selfPre() this.selfPre()
...@@ -2931,7 +2931,7 @@ export default { ...@@ -2931,7 +2931,7 @@ export default {
padding: 5px 10px; padding: 5px 10px;
} }
::v-deep .el-table__body-wrapper { ::v-deep .el-table__body-wrapper {
height: calc(66vh); height: calc(50vh);
overflow-y: auto; overflow-y: auto;
} }
::v-deep.el-input--mini .el-input__inner { ::v-deep.el-input--mini .el-input__inner {
...@@ -3342,6 +3342,7 @@ export default { ...@@ -3342,6 +3342,7 @@ export default {
align-items: center; align-items: center;
color: white; color: white;
.userInfo_name { .userInfo_name {
width: 85px;
margin-right: 20px; margin-right: 20px;
font-size: 18px; font-size: 18px;
font-weight: 700; font-weight: 700;
...@@ -3349,13 +3350,14 @@ export default { ...@@ -3349,13 +3350,14 @@ export default {
} }
.userInfo_age { .userInfo_age {
margin-right: 20px; width: 45px;
margin-right: 15px;
color: white; color: white;
} }
.userInfo_sex { .userInfo_sex {
margin-right: 20px; margin-right: 20px;
margin: 0 25px; // margin: 0 25px;
color: white; color: white;
} }
} }
...@@ -3392,7 +3394,7 @@ export default { ...@@ -3392,7 +3394,7 @@ export default {
.footer_div { .footer_div {
width: 100%; width: 100%;
height: 56px; height: 50px;
background: #fff; background: #fff;
display: flex; display: flex;
align-items: center; align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment