Commit 761f7de9 authored by danfuman's avatar danfuman

修改

parent 013a3634
...@@ -12,8 +12,8 @@ VUE_CLI_BABEL_TRANSPILE_MODULES = true ...@@ -12,8 +12,8 @@ VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 子系统地址 # 子系统地址
# VUE_APP_SUB_SYSTEM_ADDRESS = "https://pre-plug.jiansheku.com" VUE_APP_SUB_SYSTEM_ADDRESS = "https://pre-plug.jiansheku.com"
VUE_APP_SUB_SYSTEM_ADDRESS = "http://192.168.60.104:3400" # VUE_APP_SUB_SYSTEM_ADDRESS = "http://192.168.60.104:3400"
# Bi大屏系统地址 # Bi大屏系统地址
VUE_APP_BI_SYSTEM_ADDRESS = "https://192.168.60.104:8001" VUE_APP_BI_SYSTEM_ADDRESS = "https://192.168.60.104:8001"
...@@ -9,7 +9,7 @@ ENV = 'test' ...@@ -9,7 +9,7 @@ ENV = 'test'
# 数字化经营履约全生命链路管理系统/测试环境 # 数字化经营履约全生命链路管理系统/测试环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = 'http://123.60.218.188:9099/prod-api'
# 子系统地址 # 子系统地址
VUE_APP_SUB_SYSTEM_ADDRESS = "https://pre-plug.jiansheku.com" VUE_APP_SUB_SYSTEM_ADDRESS = "https://pre-plug.jiansheku.com"
......
...@@ -103,11 +103,13 @@ ...@@ -103,11 +103,13 @@
<div class="common-title">项目当事人</div> <div class="common-title">项目当事人</div>
<div class="main4-box"> <div class="main4-box">
<label class="label">项目主体</label> <label class="label">项目主体</label>
<span>{{details.projectEntity || '-'}}</span> <span v-if="details.projectEntity" :style="{'line-height':details.projectEntity.length > 25? 'normal':'40px'}">{{details.projectEntity || '-'}}</span>
<span v-else>{{details.projectEntity || '-'}}</span>
<label class="label">主管部门</label> <label class="label">主管部门</label>
<span>{{details.chargeDepartment || '-'}}</span> <span>{{details.chargeDepartment || '-'}}</span>
<label class="label">实施单位</label> <label class="label">实施单位</label>
<span>{{details.piu || '-'}}</span> <span v-if="details.piu" :style="{'line-height':details.piu.length > 25? 'normal':'40px'}">{{details.piu || '-'}}</span>
<span v-else>{{details.piu || '-'}}</span>
</div> </div>
</div> </div>
<div class="content main5"> <div class="content main5">
...@@ -357,6 +359,7 @@ export default { ...@@ -357,6 +359,7 @@ export default {
.main4{ .main4{
.main4-box{ .main4-box{
margin-top: 22px; margin-top: 22px;
display: flex;
.label{ .label{
width: 14%; width: 14%;
background: #F0F3FA; background: #F0F3FA;
...@@ -366,7 +369,7 @@ export default { ...@@ -366,7 +369,7 @@ export default {
line-height: 40px; line-height: 40px;
font-size: 12px; font-size: 12px;
color: rgba(35,35,35,0.8); color: rgba(35,35,35,0.8);
padding-left: 12px; padding: 0 12px;
} }
span{ span{
width: 19%; width: 19%;
...@@ -375,8 +378,8 @@ export default { ...@@ -375,8 +378,8 @@ export default {
line-height: 40px; line-height: 40px;
border-top: 1px solid #E6E9F0; border-top: 1px solid #E6E9F0;
border-bottom: 1px solid #E6E9F0; border-bottom: 1px solid #E6E9F0;
padding-left: 12px;
font-size: 12px; font-size: 12px;
padding: 0 12px;
} }
span:last-child{ span:last-child{
width: 20%; width: 20%;
......
...@@ -1087,7 +1087,7 @@ export default { ...@@ -1087,7 +1087,7 @@ export default {
img{ img{
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-bottom: 2px; margin-bottom: -2px;
margin-right: 5px; margin-right: 5px;
/*margin-left: 20px;*/ /*margin-left: 20px;*/
} }
......
...@@ -55,15 +55,15 @@ ...@@ -55,15 +55,15 @@
{ {
key: 'MajorProject', key: 'MajorProject',
status: true, status: true,
value: '重点项目清单', value: '重点项目商机',
},
{
key: 'debtProject',
status: false,
value: '政府专项债项目',
}, },
// {
// key: 'debtProject',
// status: false,
// value: '政府专项债项目',
//
// },
{ {
key: 'Land', key: 'Land',
status: false, status: false,
...@@ -73,13 +73,13 @@ ...@@ -73,13 +73,13 @@
{ {
key: 'Establishment', key: 'Establishment',
status: false, status: false,
value: '拟建项目', value: '拟建项目清单',
}, },
{ {
key: 'Bidding', key: 'Bidding',
status: false, status: false,
value: '招标计划', value: '全国招标计划',
}, },
// { // {
......
...@@ -36,11 +36,11 @@ export default { ...@@ -36,11 +36,11 @@ export default {
currentValue: "中标业绩", currentValue: "中标业绩",
searchTabList: [ searchTabList: [
{ {
name: "中标业绩", name: "中标信息查询",
value: "/performance" value: "/performance"
}, },
{ {
name: "四库业绩", name: "四库一平台业绩查询",
value: "/sky" value: "/sky"
}, },
{ {
......
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