Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
wangqinghua
smart
Commits
a03d9f45
Commit
a03d9f45
authored
Dec 12, 2018
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
73ef8491
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
43 additions
and
21 deletions
+43
-21
basi-check.component.html
...ain/webapp/app/modal/basi-check/basi-check.component.html
+4
-4
basi-check.component.ts
src/main/webapp/app/modal/basi-check/basi-check.component.ts
+0
-0
basic-edit.component.html
...ain/webapp/app/modal/basic-edit/basic-edit.component.html
+6
-6
basic-edit.component.ts
src/main/webapp/app/modal/basic-edit/basic-edit.component.ts
+2
-1
basic-detail.component.html
...pp/overAll/basic/basic-detail/basic-detail.component.html
+1
-2
basic-detail.component.ts
.../app/overAll/basic/basic-detail/basic-detail.component.ts
+13
-2
basic.component.html
src/main/webapp/app/overAll/basic/basic.component.html
+5
-3
basic.component.ts
src/main/webapp/app/overAll/basic/basic.component.ts
+6
-0
inspect-plan.component.html
.../webapp/app/work/inspect-plan/inspect-plan.component.html
+2
-1
plan-modal.component.ts
.../webapp/app/work/modal/plan-modal/plan-modal.component.ts
+3
-1
tslint.json
tslint.json
+1
-1
No files found.
src/main/webapp/app/modal/basi-check/basi-check.component.html
View file @
a03d9f45
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
<nz-form-label
[
nzSpan
]="
3
"
>
<span
*
ngIf=
"i == 0"
>
危险阈值
</span>
</nz-form-label>
<nz-form-label
[
nzSpan
]="
3
"
>
<span
*
ngIf=
"i == 0"
>
危险阈值
</span>
</nz-form-label>
<nz-form-control
[
nzSpan
]="
18
"
class=
"form-select"
>
<nz-form-control
[
nzSpan
]="
18
"
class=
"form-select"
>
<div
nz-row
[
nzGutter
]="
12
"
>
<div
nz-row
[
nzGutter
]="
12
"
>
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<nz-form-control
nz-col
[
nzSpan
]="
5
"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
and
"
*
ngIf=
"i>0"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
and
"
*
ngIf=
"i>0"
>
<nz-option
nzValue=
" and "
nzLabel=
"并且"
></nz-option>
<nz-option
nzValue=
" and "
nzLabel=
"并且"
></nz-option>
<nz-option
nzValue=
" or "
nzLabel=
"或"
></nz-option>
<nz-option
nzValue=
" or "
nzLabel=
"或"
></nz-option>
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<button
class=
"tag-button"
nz-button
nzType=
"default"
>
返回值
</button>
<button
class=
"tag-button"
nz-button
nzType=
"default"
>
返回值
</button>
</nz-form-control>
</nz-form-control>
<nz-form-control
nz-col
[
nzSpan
]="
3
"
>
<nz-form-control
nz-col
[
nzSpan
]="
5
"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
equal
"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
equal
"
>
<nz-option
nzValue=
"="
nzLabel=
"="
></nz-option>
<nz-option
nzValue=
"="
nzLabel=
"="
></nz-option>
<nz-option
nzValue=
">"
nzLabel=
">"
></nz-option>
<nz-option
nzValue=
">"
nzLabel=
">"
></nz-option>
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
<nz-form-label
[
nzSpan
]="
3
"
><span
*
ngIf=
"i == 0;"
>
故障阈值
</span></nz-form-label>
<nz-form-label
[
nzSpan
]="
3
"
><span
*
ngIf=
"i == 0;"
>
故障阈值
</span></nz-form-label>
<nz-form-control
[
nzSpan
]="
18
"
class=
"form-select"
>
<nz-form-control
[
nzSpan
]="
18
"
class=
"form-select"
>
<div
nz-row
[
nzGutter
]="
12
"
>
<div
nz-row
[
nzGutter
]="
12
"
>
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<nz-form-control
nz-col
[
nzSpan
]="
5
"
>
<nz-select
name=
"interfaces_main"
[(
ngModel
)]="
fault
.
and
"
*
ngIf=
"i>0"
>
<nz-select
name=
"interfaces_main"
[(
ngModel
)]="
fault
.
and
"
*
ngIf=
"i>0"
>
<nz-option
nzValue=
" and "
nzLabel=
"并且"
></nz-option>
<nz-option
nzValue=
" and "
nzLabel=
"并且"
></nz-option>
<nz-option
nzValue=
" or "
nzLabel=
"或"
></nz-option>
<nz-option
nzValue=
" or "
nzLabel=
"或"
></nz-option>
...
@@ -204,7 +204,7 @@
...
@@ -204,7 +204,7 @@
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<nz-form-control
nz-col
[
nzSpan
]="
4
"
>
<button
class=
"tag-button"
nz-button
nzType=
"default"
>
返回值
</button>
<button
class=
"tag-button"
nz-button
nzType=
"default"
>
返回值
</button>
</nz-form-control>
</nz-form-control>
<nz-form-control
nz-col
[
nzSpan
]="
3
"
>
<nz-form-control
nz-col
[
nzSpan
]="
5
"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
equal
"
>
<nz-select
name=
"interfaces_main"
nzPlaceHolder=
"选择接口类型"
[(
ngModel
)]="
fault
.
equal
"
>
<nz-option
nzValue=
"="
nzLabel=
"="
></nz-option>
<nz-option
nzValue=
"="
nzLabel=
"="
></nz-option>
<nz-option
nzValue=
">"
nzLabel=
">"
></nz-option>
<nz-option
nzValue=
">"
nzLabel=
">"
></nz-option>
...
...
src/main/webapp/app/modal/basi-check/basi-check.component.ts
View file @
a03d9f45
This diff is collapsed.
Click to expand it.
src/main/webapp/app/modal/basic-edit/basic-edit.component.html
View file @
a03d9f45
...
@@ -409,7 +409,7 @@
...
@@ -409,7 +409,7 @@
<nz-form-label
[
nzOffset
]="
4
"
[
nzSpan
]="
6
"
nzRequired
nzFor=
"equipmentTypeid"
>
资产名称
<nz-form-label
[
nzOffset
]="
4
"
[
nzSpan
]="
6
"
nzRequired
nzFor=
"equipmentTypeid"
>
资产名称
</nz-form-label>
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"资产名称"
name=
"
serialnoA
"
>
<input
nz-input
placeholder=
"资产名称"
name=
"
name"
[(
ngModel
)]="
validateForm
.
name
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
@@ -439,7 +439,7 @@
...
@@ -439,7 +439,7 @@
<nz-form-item
nzFlex
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"serialnoA"
>
品牌
</nz-form-label>
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"serialnoA"
>
品牌
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"品牌"
>
<input
nz-input
placeholder=
"品牌"
name=
"invertoryname"
[(
ngModel
)]="
validateForm
.
inventoryExtend
.
invertoryname
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
@@ -459,7 +459,7 @@
...
@@ -459,7 +459,7 @@
<nz-form-item
nzFlex
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
>
型号
</nz-form-label>
<nz-form-label
[
nzSpan
]="
6
"
>
型号
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"型号"
>
<input
nz-input
placeholder=
"型号"
name=
"serialnoA"
[(
ngModel
)]="
validateForm
.
inventoryExtend
.
serialnoA
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
@@ -479,7 +479,7 @@
...
@@ -479,7 +479,7 @@
<nz-form-item
nzFlex
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
>
MAC地址
</nz-form-label>
<nz-form-label
[
nzSpan
]="
6
"
>
MAC地址
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"MAC地址"
>
<input
nz-input
placeholder=
"MAC地址"
name=
"mac"
[(
ngModel
)]="
validateForm
.
inventoryExtend
.
mac
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
@@ -498,7 +498,7 @@
...
@@ -498,7 +498,7 @@
<nz-form-item
nzFlex
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
>
维保到期
</nz-form-label>
<nz-form-label
[
nzSpan
]="
6
"
>
维保到期
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"维保到期"
>
<input
nz-input
placeholder=
"维保到期"
name=
"maintenanceExpiration"
[(
ngModel
)]="
validateForm
.
inventoryExtend
.
maintenanceExpiration
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
@@ -518,7 +518,7 @@
...
@@ -518,7 +518,7 @@
<nz-form-item
nzFlex
>
<nz-form-item
nzFlex
>
<nz-form-label
[
nzSpan
]="
6
"
>
存放地点
</nz-form-label>
<nz-form-label
[
nzSpan
]="
6
"
>
存放地点
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
<input
nz-input
placeholder=
"存放地点"
>
<input
nz-input
placeholder=
"存放地点"
[(
ngModel
)]="
validateForm
.
inventoryExtend
.
storageLocation
"
>
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
</div>
</div>
...
...
src/main/webapp/app/modal/basic-edit/basic-edit.component.ts
View file @
a03d9f45
...
@@ -399,7 +399,8 @@ export class BasicEditComponent implements OnInit {
...
@@ -399,7 +399,8 @@ export class BasicEditComponent implements OnInit {
invertoryname
:
null
,
invertoryname
:
null
,
mac
:
null
,
mac
:
null
,
storageLocation
:
null
,
storageLocation
:
null
,
maintenanceExpiration
:
null
maintenanceExpiration
:
null
,
name
:
null
},
},
templates
:
null
,
templates
:
null
,
name
:
null
,
name
:
null
,
...
...
src/main/webapp/app/overAll/basic/basic-detail/basic-detail.component.html
View file @
a03d9f45
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
</nz-collapse>
</nz-collapse>
</div>
</div>
<div
nz-row
>
<div
nz-row
>
<nz-table
#
basicTable
[
nzData
]="
dataSet
"
>
<nz-table
#
basicTable
[
nzData
]="
dataSet
"
[
nzFrontPagination
]="
false
"
[
nzTotal
]="
totalNumInOut
"
[
nzPageIndex
]="
pageNum
"
[
nzPageSize
]="
pageCount
"
(
nzPageIndexChange
)="
changeInoutInfo
($
event
)"
[
nzLoading
]="
inOutLoading
"
>
<thead>
<thead>
<tr>
<tr>
<th>
状态
</th>
<th>
状态
</th>
...
@@ -153,7 +153,6 @@
...
@@ -153,7 +153,6 @@
<th
nzWidth=
"250px"
>
最新数据时间
</th>
<th
nzWidth=
"250px"
>
最新数据时间
</th>
<th>
监测点分类
</th>
<th>
监测点分类
</th>
<th>
更新时间间隔
</th>
<th>
更新时间间隔
</th>
<!--<th>来源</th>-->
<th>
图表
</th>
<th>
图表
</th>
<th>
操作
</th>
<th>
操作
</th>
</tr>
</tr>
...
...
src/main/webapp/app/overAll/basic/basic-detail/basic-detail.component.ts
View file @
a03d9f45
...
@@ -94,7 +94,9 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
...
@@ -94,7 +94,9 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
//进出口流量-分页
//进出口流量-分页
pageNum
=
1
;
pageNum
=
1
;
pageCount
=
5
;
totalNumInOut
;
totalNumInOut
;
inOutLoading
;
//分页--告警
//分页--告警
warn_totalNum
;
warn_totalNum
;
...
@@ -573,17 +575,20 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
...
@@ -573,17 +575,20 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
//进出口流量-SNMP
//进出口流量-SNMP
inOutInfo
()
{
inOutInfo
()
{
this
.
inOutLoading
=
true
;
const
data
=
{
const
data
=
{
obj
:{
obj
:{
hostid
:
Number
(
this
.
hostId
)
hostid
:
Number
(
this
.
hostId
)
},
},
pageNum
:
this
.
pageNum
,
pageNum
:
this
.
pageNum
,
pageCount
:
this
.
page
Size
pageCount
:
this
.
page
Count
}
}
this
.
overAllSer
.
inOutInfoSnmp
(
data
).
subscribe
(
this
.
overAllSer
.
inOutInfoSnmp
(
data
).
subscribe
(
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
errCode
==
10000
)
{
if
(
res
.
errCode
==
10000
)
{
this
.
dataSet
=
res
.
data
;
this
.
dataSet
=
res
.
data
.
data
;
this
.
inOutLoading
=
false
;
this
.
totalNumInOut
=
res
.
data
.
totalNum
;
}
else
{
}
else
{
this
.
message
.
info
(
res
.
errMsg
);
this
.
message
.
info
(
res
.
errMsg
);
}
}
...
@@ -591,6 +596,12 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
...
@@ -591,6 +596,12 @@ export class BasicDetailComponent implements OnInit, AfterViewInit {
);
);
}
}
//进出口流量 翻页
changeInoutInfo
(
e
){
this
.
pageNum
=
e
;
this
.
inOutInfo
();
}
//添加监测点
//添加监测点
showCheckModal
()
{
showCheckModal
()
{
this
.
smartCheck
.
showAddModal
(
this
.
hostId
,
this
.
realName
);
this
.
smartCheck
.
showAddModal
(
this
.
hostId
,
this
.
realName
);
...
...
src/main/webapp/app/overAll/basic/basic.component.html
View file @
a03d9f45
...
@@ -110,7 +110,9 @@
...
@@ -110,7 +110,9 @@
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
col
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
col
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
col
.
green
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
col
.
green
"
></nz-tag>
</td>
</td>
<td>
关联资产
</td>
<td>
<span
(
click
)="
goTOInventory
(
item
?.
inventory
?.
id
)"
>
{{item?.inventory?.name}}
</span>
</td>
<td>
<td>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
...
@@ -211,7 +213,7 @@
...
@@ -211,7 +213,7 @@
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
color
.
green
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
color
.
green
"
></nz-tag>
</td>
</td>
<td>
关联资产
</td>
<td>
{{item?.inventory?.name}}
</td>
<td>
<td>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
...
@@ -303,7 +305,7 @@
...
@@ -303,7 +305,7 @@
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel == 2 || item.maxLevel == 3"
[
nzColor
]="
color
.
yellow
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
color
.
green
"
></nz-tag>
<nz-tag
*
ngIf=
"item.maxLevel < 2"
[
nzColor
]="
color
.
green
"
></nz-tag>
</td>
</td>
<td>
关联资产
</td>
<td>
{{item?.inventory?.name}}
</td>
<td>
<td>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 0"
>
已监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
<span
*
ngIf=
"item.status == 1"
>
未监控
</span>
...
...
src/main/webapp/app/overAll/basic/basic.component.ts
View file @
a03d9f45
...
@@ -231,6 +231,7 @@ export class BasicComponent implements OnInit {
...
@@ -231,6 +231,7 @@ export class BasicComponent implements OnInit {
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
searchStatus
=
false
;
this
.
searchStatus
=
false
;
this
.
frontPagination
=
true
;
this
.
frontPagination
=
true
;
this
.
findOpStatus
();
if
(
this
.
selectedValue
==
'group'
)
{
if
(
this
.
selectedValue
==
'group'
)
{
this
.
overAllSer
.
getgroups
({}).
subscribe
(
this
.
overAllSer
.
getgroups
({}).
subscribe
(
(
res
)
=>
{
(
res
)
=>
{
...
@@ -540,4 +541,9 @@ export class BasicComponent implements OnInit {
...
@@ -540,4 +541,9 @@ export class BasicComponent implements OnInit {
nzOnCancel
:
()
=>
console
.
log
(
'Cancel'
)
nzOnCancel
:
()
=>
console
.
log
(
'Cancel'
)
});
});
}
}
//资产页面
goTOInventory
(
id
){
}
}
}
src/main/webapp/app/work/inspect-plan/inspect-plan.component.html
View file @
a03d9f45
...
@@ -84,5 +84,5 @@
...
@@ -84,5 +84,5 @@
</tbody>
</tbody>
</nz-table>
</nz-table>
<smart-plan-modal
#
smartPlanMoadl
></smart-plan-modal>
<smart-plan-modal
#
smartPlanMoadl
(
done
)="
getList
()"
></smart-plan-modal>
<smart-look-plan
#
smartLookPlan
></smart-look-plan>
<smart-look-plan
#
smartLookPlan
></smart-look-plan>
\ No newline at end of file
src/main/webapp/app/work/modal/plan-modal/plan-modal.component.ts
View file @
a03d9f45
import
{
Component
,
OnIni
t
,
ViewChild
}
from
'@angular/core'
;
import
{
Component
,
EventEmitter
,
OnInit
,
Outpu
t
,
ViewChild
}
from
'@angular/core'
;
import
{
FormBuilder
,
FormGroup
,
Validators
}
from
'@angular/forms'
;
import
{
FormBuilder
,
FormGroup
,
Validators
}
from
'@angular/forms'
;
import
{
WorkService
}
from
'../../work.service'
;
import
{
WorkService
}
from
'../../work.service'
;
import
{
NzMessageService
,
UploadFile
}
from
'ng-zorro-antd'
;
import
{
NzMessageService
,
UploadFile
}
from
'ng-zorro-antd'
;
...
@@ -11,6 +11,7 @@ import {SelectPersonComponent} from '../../../modal/select-person/select-person.
...
@@ -11,6 +11,7 @@ import {SelectPersonComponent} from '../../../modal/select-person/select-person.
})
})
export
class
PlanModalComponent
implements
OnInit
{
export
class
PlanModalComponent
implements
OnInit
{
@
ViewChild
(
'smartSelectPerson'
)
smartSelectPerson
:
SelectPersonComponent
;
@
ViewChild
(
'smartSelectPerson'
)
smartSelectPerson
:
SelectPersonComponent
;
@
Output
()
done
=
new
EventEmitter
<
any
>
();
planList
;
planList
;
planId
;
planId
;
...
@@ -127,6 +128,7 @@ export class PlanModalComponent implements OnInit {
...
@@ -127,6 +128,7 @@ export class PlanModalComponent implements OnInit {
if
(
res
.
errCode
==
10000
)
{
if
(
res
.
errCode
==
10000
)
{
this
.
message
.
success
(
'修改计划成功'
);
this
.
message
.
success
(
'修改计划成功'
);
this
.
initForm
();
this
.
initForm
();
this
.
done
.
emit
();
this
.
isVisiable
=
false
;
this
.
isVisiable
=
false
;
}
else
{
}
else
{
this
.
message
.
error
(
res
.
errMsg
);
this
.
message
.
error
(
res
.
errMsg
);
...
...
tslint.json
View file @
a03d9f45
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"label-position"
:
true
,
"label-position"
:
true
,
"max-line-length"
:
[
"max-line-length"
:
[
true
,
true
,
1
80
2
80
],
],
"member-access"
:
false
,
"member-access"
:
false
,
"member-ordering"
:
[
"member-ordering"
:
[
...
...
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