Commit 21f71ff9 authored by wangqinghua's avatar wangqinghua

update

parent 640383fb
......@@ -209,7 +209,7 @@
<td></td>
<td [nzIndentSize]="item.level*20" nzShowExpand [nzExpand]='item.expand'
(nzExpandChange)="getChildren(item)">
<span>{{item.name}} <span class="main-color" style="margin-left: 10px">主机数量:{{item.hostcount}}</span> </span>
<span>{{item.name}} <span style="color: #1b6b5bcc; margin-left: 10px">主机数量:{{item.hostcount}}</span> </span>
</td>
</ng-container>
<!--子集-->
......
......@@ -79,16 +79,14 @@
<nz-form-item nzFlex>
<nz-form-label [nzOffset]="4" nzRequired [nzSpan]="6">父分类
</nz-form-label>
<nz-form-control [nzSpan]="14">
</nz-form-control>
<nz-form-control [nzSpan]="14">{{inventoryExtend?.typeparentname}}</nz-form-control>
</nz-form-item>
</div>
<div nz-col [nzSpan]="12">
<nz-form-item nzFlex>
<nz-form-label [nzSpan]="6" nzRequired>子分类
</nz-form-label>
<nz-form-control [nzSpan]="14">
</nz-form-control>
<nz-form-control [nzSpan]="14">{{inventoryExtend?.typename}}</nz-form-control>
</nz-form-item>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment