Commit df575cc8 authored by xinzhedeai's avatar xinzhedeai

数据概览 年度year 公司经营信息去掉今年

parent 83dc5277
// var ServiceURL = 'http://192.168.3.216:9002'; // var ServiceURL = 'http://192.168.3.216:9002';
// var ServiceURL = 'http://192.168.3.250:9103'; // var ServiceURL = 'http://192.168.3.250:9103';
// var ServiceURL = 'http://gqfhq.gemho.cn:9103'; // 正式环境 var ServiceURL = 'http://gqfhq.gemho.cn:9103'; // 正式环境
var ServiceURL = 'http://192.168.3.226:9103' // 测试环境 // var ServiceURL = 'http://192.168.3.226:9103' // 测试环境
......
File added
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
<div class="body"> <div class="body">
<div class="_left"> <div class="_left">
<ul> <ul>
<li>年度:{{ data4panel0.year }}</li>
<li>孵化器总收入:{{ data4panel0.totalRevenue }}万元</li> <li>孵化器总收入:{{ data4panel0.totalRevenue }}万元</li>
<li> <li>
综合服务收入:{{ data4panel0.serviceRevenue }}万元 综合服务收入:{{ data4panel0.serviceRevenue }}万元
...@@ -234,7 +235,7 @@ ...@@ -234,7 +235,7 @@
</div> </div>
<div class="_title prefixDiv"> <div class="_title prefixDiv">
<div class="_left">今年企业经营信息</div> <div class="_left">企业经营信息</div>
<div class="_right" @click="getMore4panel1_2">查看更多>></div> <div class="_right" @click="getMore4panel1_2">查看更多>></div>
</div> </div>
<div class="_body"> <div class="_body">
......
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