系统管理UI界面修改及逻辑代码优化

This commit is contained in:
zhouyuejun
2019-02-25 16:55:46 +08:00
parent b0fb942139
commit f231197046
18 changed files with 1423 additions and 1357 deletions
@@ -3,7 +3,6 @@ import { Pipe, PipeTransform } from '@angular/core';
@Pipe({name: 'null'})
export class NoValue implements PipeTransform {
transform(value: any, exponent: any): any {
console.log(value)
if(value){
return value
}else{