_mock/installer.service.ts | ●●●●● patch | view | raw | blame | history | |
src/app/routes/routes.ts | ●●●●● patch | view | raw | blame | history | |
src/app/routes/users/installer/installer.component.html | ●●●●● patch | view | raw | blame | history | |
src/assets/app-data.json | ●●●●● patch | view | raw | blame | history | |
src/assets/demo.docx | patch | view | raw | blame | history | |
src/assets/demo.pdf | patch | view | raw | blame | history | |
src/assets/demo.pptx | patch | view | raw | blame | history | |
src/assets/demo.xlsx | patch | view | raw | blame | history | |
src/assets/i18n/zh-CN.json | ●●●●● patch | view | raw | blame | history | |
src/assets/iconsfont.json | ●●●●● patch | view | raw | blame | history | |
src/assets/pois.json | ●●●●● patch | view | raw | blame | history |
_mock/installer.service.ts
@@ -3,7 +3,7 @@ for (let i = 0; i < 50; i += 1) { list.push({ key: i, disabled: ((i % 5) === 0), disabled: false, name: '用户' + (i + 1), sex: ['男', '女'][i % 2], mobile: 13713713777 + i, src/app/routes/routes.ts
@@ -16,6 +16,7 @@ { path: 'users', loadChildren: './users/users.module#UsersModule' }, { path: 'devices', loadChildren: './devices/devices.module#DevicesModule' }, { path: 'sensors', loadChildren: './sensors/sensors.module#SensorsModule' }, { path: 'dashboard/v1', component: DashboardV1Component, data: { translate: 'dashboard_v1' } }, { path: 'dashboard/analysis', component: DashboardAnalysisComponent, data: { translate: 'dashboard_analysis' } }, src/app/routes/users/installer/installer.component.html
@@ -50,7 +50,7 @@ </span> </nz-alert> </div> <nz-table #nzTable [nzDataSource]="data" [nzPageSize]="q.ps" [nzLoading]="loading" (nzDataChange)="dataChange($event)" (nzPageIndexChange)="pageChange($event)"> <nz-table #nzTable [nzDataSource]="data" [nzPageSize]="q.ps" [nzLoading]="loading" (nzDataChange)="dataChange($event)" (nzPageIndexChange)="pageChange($event)" [nzShowTotal]="true"> <thead nz-thead> <tr> <th nz-th [nzCheckbox]="true"> src/assets/app-data.json
File was deleted src/assets/demo.docxBinary files differ
src/assets/demo.pdfBinary files differ
src/assets/demo.pptxBinary files differ
src/assets/demo.xlsxBinary files differ
src/assets/i18n/zh-CN.json
@@ -8,6 +8,9 @@ "device_management_version": "型号配置", "device_management_point": "监测区管理", "sensor_management": "传感器管理", "sensor_management_info": "基本信息", "settings": "设置", "profile": "个人资料", "login": "登录", src/assets/iconsfont.json
File was deleted src/assets/pois.json
File was deleted