Browse Source

[完善]完善证照统计页面UI

beijing
邵佳豪 2 years ago
parent
commit
37855a8bd8
  1. 4
      proxy.config.json
  2. 8
      src/app/pages/audit/audit-record/audit-record.component.html
  3. 3
      src/app/pages/plan-admin/update-license-list/update-license-list.component.html

4
proxy.config.json

@ -1,11 +1,11 @@
{
"/api": {
"target": "http://121.36.37.70:8906",
"target": "https://znaq.sinochemoilmarketing.com",
"secure": false,
"changeOrigin": true
},
"/signalr": {
"target": "http://121.36.37.70:8906",
"target": "https://znaq.sinochemoilmarketing.com",
"secure": false,
"ws": true,
"logLevel": "debug"

8
src/app/pages/audit/audit-record/audit-record.component.html

@ -3,7 +3,7 @@
<form nz-form [formGroup]="validateForm" class="login-form" (ngSubmit)="submitForm()">
<nz-form-item class="searchParams">
<nz-form-control>
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批信息"
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批类型"
(ngModelChange)="infoChange($event)">
<nz-option *ngIf="!level" nzValue="0" nzLabel="油站信息"></nz-option>
<nz-option *ngIf="level" nzValue="1" nzLabel="经营类证照提醒时间"></nz-option>
@ -17,7 +17,7 @@
<nz-form-item class="searchParams searchParamsLong">
<nz-form-control>
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批类型" [nzLoading]="typeLoading">
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批事件" [nzLoading]="typeLoading">
<nz-option *ngFor="let item of typeList"
[nzValue]="item.licenseName ? item.licenseName : item.eventSystemName"
[nzLabel]="item.licenseName ? item.licenseName : item.eventSystemName"></nz-option>
@ -94,9 +94,9 @@
<thead>
<tr>
<th [nzWidth]="'16%'">
<span style="margin-left: 30px;">审批类型</span>
<span style="margin-left: 30px;">审批事件</span>
</th>
<th>审批信息</th>
<th>审批类型</th>
<th *ngIf="!level">油站名称</th>
<th *ngIf="!level">区域名称</th>
<th>公司名称</th>

3
src/app/pages/plan-admin/update-license-list/update-license-list.component.html

@ -65,7 +65,8 @@
<tr>
<th style="text-align: center" nzLeft="0px" nzWidth="60px">序号</th>
<th *ngFor="let item of headerTable.data[0];let k = index"
[nzLeft]=" k <=2 ? (k*120 + 60)+'px' : false" [nzWidth]="k <= 2 ? '120px' : '180px'">
[nzLeft]=" k <=2 ? (k*120 + 60)+'px' : false" [nzWidth]="k <= 2 ? '120px' : '80px'"
style="line-height: 18px;">
{{item.name}}
</th>

Loading…
Cancel
Save