|
|
@@ -49,9 +49,9 @@ import { RotateClockwise } from '@vicons/tabler'
|
|
|
const timeFormatter = useTimeFormatter()
|
|
|
const taskTypeFormatter = useEnumFormatter(TaskType)
|
|
|
const pt = ref(null)
|
|
|
-// useIntervalFn(() => {
|
|
|
-// pt.value && pt.value.refresh()
|
|
|
-// }, 2000)
|
|
|
+useIntervalFn(() => {
|
|
|
+ pt.value && pt.value.refresh()
|
|
|
+}, 2000)
|
|
|
function progressFormatter(row, column, value, index) {
|
|
|
return `${value + 1}/${row.accounts.length}`
|
|
|
}
|