| | |
| | | import { Component, OnInit, ElementRef, ViewChild } from '@angular/core'; |
| | | import { SimpleTableColumn, SimpleTableComponent } from '@delon/abc'; |
| | | import { Subject } from 'rxjs/Subject'; |
| | | import { CoordinatesPickerComponent } from 'app/routes/map/coordinates-picker/coordinates-picker.component'; |
| | | import { CoorPickerService } from 'app/routes/map/coordinates-picker/coordinates-picker.service'; |
| | | import { CoordinatesPickerComponent } from '../../map/coordinates-picker/coordinates-picker.component'; |
| | | import { CoorPickerService } from '../../map/coordinates-picker/coordinates-picker.service'; |
| | | import { OrganizationService } from '@business/services/http/organization.service'; |
| | | import { ExampleService, Criteria } from '@business/services/util/example.service'; |
| | | import { AdjustConfigComponent } from '../../devices/basic-info/adjust-config/adjust-config.component'; |
| | |
| | | { |
| | | text: '删除', |
| | | type: 'del', |
| | | click: (record: any) => this.delete(record.id) |
| | | click: (record: any) => this.addOrModify(record.id) |
| | | }, |
| | | { |
| | | text: '更多', |