no message

This commit is contained in:
kuaifan 2022-05-30 19:28:11 +08:00
parent 13501eb066
commit 04ead7177a

View File

@ -155,6 +155,9 @@ export default {
},
modalPercent(item) {
if (this.operateVisible) {
return
}
let content = `<p><strong>${this.$L('总进度')}</strong></p>`
content += `<p>${this.$L('总数量')}: ${item.task_num}</p>`
content += `<p>${this.$L('已完成')}: ${item.task_complete}</p>`