沈斌
2017-12-18 48df4c700b3190c8f3868da6cce7c98fce75f7c5
updates
7 files deleted
4 files modified
2431 ■■■■■ changed files
_mock/installer.service.ts 2 ●●● patch | view | raw | blame | history
src/app/routes/routes.ts 1 ●●●● patch | view | raw | blame | history
src/app/routes/users/installer/installer.component.html 2 ●●● patch | view | raw | blame | history
src/assets/app-data.json 54 ●●●●● 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 3 ●●●●● patch | view | raw | blame | history
src/assets/iconsfont.json 2310 ●●●●● patch | view | raw | blame | history
src/assets/pois.json 59 ●●●●● 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.docx
Binary files differ
src/assets/demo.pdf
Binary files differ
src/assets/demo.pptx
Binary files differ
src/assets/demo.xlsx
Binary 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