改进 显示进度
This commit is contained in:
parent
afbea843b4
commit
5cd346eb89
@ -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
Loading…
Reference in New Issue
Block a user