mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
no message
This commit is contained in:
parent
13501eb066
commit
04ead7177a
@ -155,6 +155,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
modalPercent(item) {
|
modalPercent(item) {
|
||||||
|
if (this.operateVisible) {
|
||||||
|
return
|
||||||
|
}
|
||||||
let content = `<p><strong>${this.$L('总进度')}</strong></p>`
|
let content = `<p><strong>${this.$L('总进度')}</strong></p>`
|
||||||
content += `<p>${this.$L('总数量')}: ${item.task_num}</p>`
|
content += `<p>${this.$L('总数量')}: ${item.task_num}</p>`
|
||||||
content += `<p>${this.$L('已完成')}: ${item.task_complete}</p>`
|
content += `<p>${this.$L('已完成')}: ${item.task_complete}</p>`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user