Browse Source

[修改]首页月度查询文字修改

tangshan
chenjingyu 4 years ago
parent
commit
cb44fa6409
  1. 4
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
  2. 6
      src/app/plan-management/entry-plan-look/AddPlanone.html
  3. 4
      src/app/statistic-analysis/home/home.component.html

4
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html

@ -440,11 +440,11 @@
<th style="border: 1px solid #999;
height: 40px;
font-size: 16px;
text-align: center;">{{itemthj.head}}</th>
text-align: center; white-space:pre-wrap; width: 100px;">{{itemthj.head}}</th>
<td style="border: 1px solid #999;
height: 40px;
font-size: 16px;
text-align: center;">{{itemthj.body}}</td>
text-align: center;white-space:pre-wrap;width: 100px;">{{itemthj.body}}</td>
</tr>
</table>
</div>

6
src/app/plan-management/entry-plan-look/AddPlanone.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-12-24 10:59:48
* @LastEditors: sueRimn
* @LastEditTime: 2021-07-02 16:22:22
* @LastEditTime: 2021-07-27 10:44:51
-->
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm" class="example-container">
<div class="topbox" style="text-align: center;">
@ -62,8 +62,8 @@
<span *ngIf="uploadover" style="font-size: 13px;">(已上传)</span>
</div>
<div *ngIf="inputword">
<!-- <mat-radio-button value="2" style="margin-right: 10px;">在线编制</mat-radio-button> -->
<!-- <button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button> -->
<mat-radio-button value="2" style="margin-right: 10px;">在线编制</mat-radio-button>
<button mat-raised-button *ngIf="isinput" (click)='createWord()'>在线编制预案</button>
</div>
<!-- <div *ngIf="inputword">
<mat-radio-button value="1" style="margin-right: 10px;">导入word文档</mat-radio-button>

4
src/app/statistic-analysis/home/home.component.html

@ -12,12 +12,12 @@
</div>
<div class="box-wrap mt plan" style="flex: 0.7;cursor: pointer;" (click)="scheduled()">
<div class="panel-hd" style="padding-top: 0px;">
<div class="panel-tit" style="color: white;">计划完成情况</div>
<div class="panel-tit" style="color: white;">年度完成情况</div>
</div>
<div class="panel-bd" style="padding-top: 3px;">
<div class="progress-list">
<div class="progress-item">
<div class="progress-name">本年时间进度</div>
<div class="progress-name">当月完成情况</div>
<div class="progress">
<div class="progress-num">0%</div>
<div class="progress-bar">

Loading…
Cancel
Save