This commit is contained in:
liuye
2024-01-02 09:33:24 +08:00
parent fb0b73be04
commit 47c74b5d0a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ai-list class="AppAnnounce">
<template slot="title">
<ai-title title="创建任务" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
<ai-title title="推送任务" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
<template #sub>
<span>设置居民助手的推送任务可定时发送也可立即发送</span>
</template>
@@ -136,7 +136,7 @@
}, this.dict.getLabel('mstXbotStatus', row.status))
}
},
{ prop: 'completionRate', label: '任务完成率', align: 'center', format: v => v ? v === '0.0' ? '0%' : `${v}%` : '-' }
{ prop: 'completionRate', label: '任务进度', align: 'center', format: v => v ? v === '0.0' ? '0%' : `${v}%` : '-' }
]
}
},