fengxiang
2018-02-01 8702a063e0e545f2ffc57f203b9c849599415923
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');
    }
  }
}