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'
# 统一结算平台/生产环境
VUE_APP_BASE_API = ''
# 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_change = 'http://10.10.8.230:6200/fancy'
# VUE_APP_BASE_URL = 'http://med-api.fancyinfo.net'
......
......@@ -237,6 +237,7 @@
.hideSidebar {
.sidebar-container {
margin-left: 0px !important;
width: 54px !important;
}
......
This diff is collapsed.
......@@ -86,7 +86,7 @@
</el-table>
</div>
<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><el-button type="primary" size="mini" round @click="jshistory">结算历史</el-button></div>
</div>
......@@ -1995,13 +1995,13 @@ export default {
}
if (this.select_type == '01') {
// if (this.form.insurance_type == 'LOCAL') {
this.jeizhishow = true
const that = this
setTimeout(function () {
that.handleSetFocusLast()
}, 300)
// this.jeizhishow = true
// const that = this
// setTimeout(function () {
// that.handleSetFocusLast()
// }, 300)
// } 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') {
this.selfPre()
......@@ -2931,7 +2931,7 @@ export default {
padding: 5px 10px;
}
::v-deep .el-table__body-wrapper {
height: calc(66vh);
height: calc(50vh);
overflow-y: auto;
}
::v-deep.el-input--mini .el-input__inner {
......@@ -3342,6 +3342,7 @@ export default {
align-items: center;
color: white;
.userInfo_name {
width: 85px;
margin-right: 20px;
font-size: 18px;
font-weight: 700;
......@@ -3349,13 +3350,14 @@ export default {
}
.userInfo_age {
margin-right: 20px;
width: 45px;
margin-right: 15px;
color: white;
}
.userInfo_sex {
margin-right: 20px;
margin: 0 25px;
// margin: 0 25px;
color: white;
}
}
......@@ -3392,7 +3394,7 @@ export default {
.footer_div {
width: 100%;
height: 56px;
height: 50px;
background: #fff;
display: flex;
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