[web-app] dashboard模拟数据展示

This commit is contained in:
tomsun28
2021-12-02 21:34:05 +08:00
parent c91c885412
commit 73d7c0cd5b
5 changed files with 94 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import {Monitor} from "../../../pojo/Monitor";
import {Page} from "../../../pojo/Page";
import {NzModalService} from "ng-zorro-antd/modal";
import {NzNotificationService} from "ng-zorro-antd/notification";
import {NzMessageService} from "ng-zorro-antd/message";
@Component({
selector: 'app-monitor-list',
@@ -18,6 +19,7 @@ export class MonitorListComponent implements OnInit {
private router: Router,
private modal: NzModalService,
private notifySvc: NzNotificationService,
private msg: NzMessageService,
private monitorSvc: MonitorService) { }
app!: string;