@@ -417,9 +417,10 @@ export class ProcessListComponent implements OnInit {
strat: '开始',
stop: '暂停',
end: '结束',
+ del: '删除',
};
this.modal.confirm({
- nzTitle: '批量删除',
+ nzTitle: `批量${map[type]}`,
nzContent:
type == 'del'
? `删除后数据不可恢复,请谨慎操作`
@@ -456,7 +457,7 @@ export class ProcessListComponent implements OnInit {
async onStatusChange(
data: Parse.Object,
type: string,
- end?: boolean
+ end?: boolean,
): Promise<void> {
console.log(data, type);
switch (type) {