| | |
| | | <em class="fa fa-search text-muted em-right" (click)="search()"></em> |
| | | </div> |
| | | <div class="form-group pull-right col-lg-6" style="text-align: right;"> |
| | | <a class="" (click)="creatReportForm()"><em class="fa fa-bookmark" ></em>{{singleButton.creatReportForm | translate}}</a> |
| | | <a class="left-line" (click)="creatChart()"><em class="fa fa-pie-chart" ></em>{{singleButton.creatChart | translate}}</a> |
| | | <a class="left-line" (click)="creatPerspectiveDrawing()"><em class="fa fa-cube" ></em>{{singleButton.creatPerspectiveDrawing | translate}}</a> |
| | | <a class="green_color" (click)="creatReportForm()"><em class="fa fa-bookmark" ></em>{{singleButton.creatReportForm | translate}}</a> |
| | | <a class="left-line green_color" (click)="creatChart()"><em class="fa fa-pie-chart" ></em>{{singleButton.creatChart | translate}}</a> |
| | | <a class="left-line green_color" (click)="creatPerspectiveDrawing()"><em class="fa fa-cube" ></em>{{singleButton.creatPerspectiveDrawing | translate}}</a> |
| | | </div> |
| | | <!-- <div class="form-group col-lg-4 pull-right"> |
| | | <button class="btn btn-primary btn-sm" type="button" (click)="creatReportForm()">{{singleButton.creatReportForm | translate}}</button> |
| | |
| | | <div class="well wd-wide tree"> |
| | | <div style="display: flex;border-bottom: 1px solid #999;"> |
| | | <div class="newNode" style="border: none;display: flex;justify-content: space-around;"> |
| | | <a class="" (click)="addSameNode(tree)"><em class="fa fa-plus-circle" ></em>平级节点</a> |
| | | <a class="" (click)="addNode(tree)"><em class="fa fa-plus-circle" ></em>子节点</a> |
| | | <a class="green_color" (click)="addSameNode(tree)"><em class="fa fa-plus-circle" ></em>平级节点</a> |
| | | <a class="green_color" (click)="addNode(tree)"><em class="fa fa-plus-circle" ></em>子节点</a> |
| | | |
| | | </div> |
| | | <ul style="width:270px;" class="mybtnul" *ngIf="!isNew" > |