fengxiang
2018-02-02 e3f745b1839f3c3c8be58efb7b81681f4f2d2e4c
src/app/routes/systems/account/account.component.ts
@@ -13,7 +13,7 @@
export class AccountComponent implements OnInit {
  private isDeleteOptions = [
  public isDeleteOptions = [
    {value: '1', label: '是'},
    {value: '0', label: '否'}
  ];
@@ -141,5 +141,4 @@
      return this.dateSrv.date_format(date, 'YYYY-MM-DD');
    }
  }
}