From 5c1577b6f7be92ed38d4ccd4cae2e51461cc158b Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 13 Jul 2018 10:20:12 +0800 Subject: [PATCH] 注销错误,打开mock --- src/app/routes/forecasting-warning/forecasting-warning.component.html | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.html b/src/app/routes/forecasting-warning/forecasting-warning.component.html index 5baeb28..a448091 100644 --- a/src/app/routes/forecasting-warning/forecasting-warning.component.html +++ b/src/app/routes/forecasting-warning/forecasting-warning.component.html @@ -1,13 +1,13 @@ -<div class="content__title"> - <h1>������������������������</h1> -</div> -<nz-card [nzBordered]="false"> -<div class="sales-type-radio"> - <nz-radio-group > - <label nz-radio-button [nzValue]="'warning'"><span>������</span></label> - <label nz-radio-button [nzValue]="'forecasting'"><span>������</span></label> - </nz-radio-group> -</div> - -</nz-card> -<nz-card [nzBordered]="false"></nz-card> +<div class="content__title"> + <h1>������������������������</h1> +</div> +<nz-card [nzBordered]="false"> +<div class="sales-type-radio"> + <nz-radio-group > + <label nz-radio-button [nzValue]="'warning'"><span>������</span></label> + <label nz-radio-button [nzValue]="'forecasting'"><span>������</span></label> + </nz-radio-group> +</div> + +</nz-card> +<nz-card [nzBordered]="false"></nz-card> -- Gitblit v1.8.0