mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 21:20:31 +00:00
no message
This commit is contained in:
parent
13501eb066
commit
04ead7177a
@ -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>`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user