公章,批量缴费

This commit is contained in:
fz
2023-11-23 20:07:01 +08:00
parent f512868759
commit 68d600c0e5
12 changed files with 484 additions and 119 deletions
+5 -3
View File
@@ -80,11 +80,13 @@ export default {
this.dataList = response.rows;
this.dataList.forEach(item=>{
if(item.sendStatus == 0){
item.sendStatus = "未发送"
item.sendStatus = "发送失败"
}else if(item.sendStatus == 1){
item.sendStatus = "已发送"
item.sendStatus = "已送达"
}else if(item.sendStatus == 2){
item.sendStatus = "已读取"
}else{
item.sendStatus = "未发送"
item.sendStatus = "发送失败"
}
})
this.total = response.total;