Commit 761f7de9 authored by danfuman's avatar danfuman

修改

parent 013a3634
......@@ -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 = "http://192.168.60.104:3400"
VUE_APP_SUB_SYSTEM_ADDRESS = "https://pre-plug.jiansheku.com"
# VUE_APP_SUB_SYSTEM_ADDRESS = "http://192.168.60.104:3400"
# Bi大屏系统地址
VUE_APP_BI_SYSTEM_ADDRESS = "https://192.168.60.104:8001"
......@@ -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"
......
......@@ -103,11 +103,13 @@
<div class="common-title">项目当事人</div>
<div class="main4-box">
<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>
<span>{{details.chargeDepartment || '-'}}</span>
<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 class="content main5">
......@@ -357,6 +359,7 @@ export default {
.main4{
.main4-box{
margin-top: 22px;
display: flex;
.label{
width: 14%;
background: #F0F3FA;
......@@ -366,7 +369,7 @@ export default {
line-height: 40px;
font-size: 12px;
color: rgba(35,35,35,0.8);
padding-left: 12px;
padding: 0 12px;
}
span{
width: 19%;
......@@ -375,8 +378,8 @@ export default {
line-height: 40px;
border-top: 1px solid #E6E9F0;
border-bottom: 1px solid #E6E9F0;
padding-left: 12px;
font-size: 12px;
padding: 0 12px;
}
span:last-child{
width: 20%;
......
......@@ -1087,7 +1087,7 @@ export default {
img{
width: 16px;
height: 16px;
margin-bottom: 2px;
margin-bottom: -2px;
margin-right: 5px;
/*margin-left: 20px;*/
}
......
......@@ -55,15 +55,15 @@
{
key: 'MajorProject',
status: true,
value: '重点项目清单',
},
{
key: 'debtProject',
status: false,
value: '政府专项债项目',
value: '重点项目商机',
},
// {
// key: 'debtProject',
// status: false,
// value: '政府专项债项目',
//
// },
{
key: 'Land',
status: false,
......@@ -73,13 +73,13 @@
{
key: 'Establishment',
status: false,
value: '拟建项目',
value: '拟建项目清单',
},
{
key: 'Bidding',
status: false,
value: '招标计划',
value: '全国招标计划',
},
// {
......
......@@ -36,11 +36,11 @@ export default {
currentValue: "中标业绩",
searchTabList: [
{
name: "中标业绩",
name: "中标信息查询",
value: "/performance"
},
{
name: "四库业绩",
name: "四库一平台业绩查询",
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