From 7047fc75d8d33ad7608c05f655e760f4e824808b Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 13 Jul 2018 10:08:33 +0800
Subject: [PATCH] 提交修改

---
 src/app/routes/forecasting-warning/forecasting-warning.component.html |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.html b/src/app/routes/forecasting-warning/forecasting-warning.component.html
new file mode 100644
index 0000000..a448091
--- /dev/null
+++ b/src/app/routes/forecasting-warning/forecasting-warning.component.html
@@ -0,0 +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>

--
Gitblit v1.8.0