改进 显示进度

This commit is contained in:
ivamp 2023-12-12 22:00:42 +08:00
parent afbea843b4
commit 5cd346eb89
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ function goto_edit_document() {
<v-btn class="ml-2" @click="goto_create_document">新建文档</v-btn>
<v-btn class="ml-2" @click="goto_edit_document">修改文档</v-btn>
<v-btn class="ml-2" @click="goto_query_library">查询</v-btn>
<v-tooltip text="文档处理进度">
<v-tooltip :text="status.Completed ? '文档处理完成' : '正在处理 ' + status.Chunked + ' 于 ' + status.Total">
<template v-slot:activator="{ props }">
<v-progress-circular
v-bind="props"

File diff suppressed because one or more lines are too long