This commit is contained in:
Taric Xin
2022-04-08 16:10:00 +08:00
parent b568ac9dd2
commit 21d23b8100

View File

@ -246,16 +246,16 @@ export class ETCBlacklistComponent implements OnInit {
}
}
},
params6: {
title: '手机号',
type: 'string',
ui: {
placeholder: '请输入',
visibleIf: {
tabType: (value: number) => this.tabType === 2
}
}
}
// params6: {
// title: '手机号',
// type: 'string',
// ui: {
// placeholder: '请输入',
// visibleIf: {
// tabType: (value: number) => this.tabType === 2
// }
// }
// }
}
};
}