Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
牛晓林
supervise-front
Commits
4bd80689
Commit
4bd80689
authored
Aug 20, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/20/2019 11:53:37
parent
55ff5c0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
app.module.ts
src/app/app.module.ts
+0
-2
qs-mark.component.html
src/app/qs-mark/qs-mark.component.html
+2
-2
qs-mark.component.ts
src/app/qs-mark/qs-mark.component.ts
+0
-1
main.ts
src/main.ts
+3
-3
No files found.
src/app/app.module.ts
View file @
4bd80689
...
@@ -15,7 +15,6 @@ import { NgZorroAntdModule, NZ_I18N, zh_CN, NzIconModule } from "ng-zorro-antd";
...
@@ -15,7 +15,6 @@ import { NgZorroAntdModule, NZ_I18N, zh_CN, NzIconModule } from "ng-zorro-antd";
import
{
BrowserAnimationsModule
}
from
"@angular/platform-browser/animations"
;
import
{
BrowserAnimationsModule
}
from
"@angular/platform-browser/animations"
;
import
{
LoginComponent
}
from
"./login/login.component"
;
import
{
LoginComponent
}
from
"./login/login.component"
;
import
{
QsMarkComponent
}
from
"./qs-mark/qs-mark.component"
;
import
{
QsMarkComponent
}
from
"./qs-mark/qs-mark.component"
;
import
{
NgxEchartsModule
}
from
"ngx-echarts"
;
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
AppComponent
,
AppComponent
,
...
@@ -34,7 +33,6 @@ import { NgxEchartsModule } from "ngx-echarts";
...
@@ -34,7 +33,6 @@ import { NgxEchartsModule } from "ngx-echarts";
FormsModule
,
FormsModule
,
ReactiveFormsModule
,
ReactiveFormsModule
,
ApiModule
,
ApiModule
,
NgxEchartsModule
,
NzIconModule
,
NzIconModule
,
/** 导入 ng-zorro-antd 模块 **/
/** 导入 ng-zorro-antd 模块 **/
NgZorroAntdModule
,
NgZorroAntdModule
,
...
...
src/app/qs-mark/qs-mark.component.html
View file @
4bd80689
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"aside"
>
<div
class=
"aside"
>
<button
class=
"ie-fix-button"
(
click
)="
back
()"
>
返回
</button>
<button
class=
"ie-fix-button"
>
返回
</button>
<nz-tree
[
nzShowIcon
]="
true
"
[
nzTreeTemplate
]="
nzTreeTemplate
"
[
nzData
]="
nodes
"
nzAsyncData
<nz-tree
[
nzShowIcon
]="
true
"
[
nzTreeTemplate
]="
nzTreeTemplate
"
[
nzData
]="
nodes
"
nzAsyncData
(
nzClick
)="
addVCR
($
event
)"
(
nzExpandChange
)="
nzEvent
($
event
)"
>
(
nzExpandChange
)="
nzEvent
($
event
)"
>
<ng-template
#
nzTreeTemplate
let-node
>
<ng-template
#
nzTreeTemplate
let-node
>
<span
*
ngIf=
"node.isLeaf"
>
<span
*
ngIf=
"node.isLeaf"
>
<i
nz-icon
nzType=
"video-camera"
nzTheme=
"outline"
></i>
<i
nz-icon
nzType=
"video-camera"
nzTheme=
"outline"
></i>
...
...
src/app/qs-mark/qs-mark.component.ts
View file @
4bd80689
...
@@ -2,7 +2,6 @@ import { Component, OnInit } from "@angular/core";
...
@@ -2,7 +2,6 @@ import { Component, OnInit } from "@angular/core";
import
{
HttpClient
}
from
"@angular/common/http"
;
import
{
HttpClient
}
from
"@angular/common/http"
;
import
{
NzFormatEmitEvent
}
from
"ng-zorro-antd"
;
import
{
NzFormatEmitEvent
}
from
"ng-zorro-antd"
;
import
{
DefaultService
}
from
"../api"
;
import
{
DefaultService
}
from
"../api"
;
import
{
EChartOption
}
from
"echarts"
;
@
Component
({
@
Component
({
selector
:
"app-qs-mark"
,
selector
:
"app-qs-mark"
,
templateUrl
:
"./qs-mark.component.html"
,
templateUrl
:
"./qs-mark.component.html"
,
...
...
src/main.ts
View file @
4bd80689
...
@@ -4,9 +4,9 @@ import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";
...
@@ -4,9 +4,9 @@ import { platformBrowserDynamic } from "@angular/platform-browser-dynamic";
import
{
AppModule
}
from
"./app/app.module"
;
import
{
AppModule
}
from
"./app/app.module"
;
import
{
environment
}
from
"./environments/environment"
;
import
{
environment
}
from
"./environments/environment"
;
/** echarts extensions: */
/** echarts extensions: */
import
"echarts-gl"
;
//
import "echarts-gl";
import
"echarts/theme/macarons.js"
;
//
import "echarts/theme/macarons.js";
import
"echarts/dist/extension/bmap.min.js"
;
//
import "echarts/dist/extension/bmap.min.js";
if
(
environment
.
production
)
{
if
(
environment
.
production
)
{
enableProdMode
();
enableProdMode
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment