Commit 6618fd33 authored by wangqinghua's avatar wangqinghua

update

parent 6e044ec1
import * as Mock from 'mockjs'; export const SERVER_API_URL = '/shfrdj';// export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; export const SERVER_API_WEB = '/shfrdjweb'; // export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
import * as Mock from 'mockjs'; // export const SERVER_API_URL = '/shfrdj'; export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; // export const SERVER_API_WEB = '/shfrdjweb'; export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
......
......@@ -47,7 +47,7 @@
<th>全额拨款</th>
<th>差额拨款</th>
<th>自收自支</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
......
......@@ -101,8 +101,8 @@ export class DataReportPage {
switchEchart() {
this.echartData1 = {
grid: {
left: "8%",
right: "10%",
left: "5%",
right: "15%",
top: "18%",
width: "90%",
height: "70%",
......
......@@ -72,7 +72,7 @@
<th>全额拨款</th>
<th>差额拨款</th>
<th>自收自支</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
......@@ -85,7 +85,7 @@
<td>{{type == 'unit' ? item.unitTotal : type == 'bzrs' ? item.bzrsTotal : item.syrsTotal}}</td>
</tr>
<tr style="border:1px solid #e3614d" *ngIf="i == 0">
<td>区属计:</td>
<td>区属计:</td>
<td>{{count.qscount1}}</td>
<td>{{count.qscount2}}</td>
<td>{{count.qscount3}}</td>
......
......@@ -148,8 +148,8 @@ export class HomePage {
this.countInfo();
this.echartData = {
grid: {
left: "8%",
right: "10%",
left: "5%",
right: "15%",
top: "18%",
width: "90%",
height: "70%",
......
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