ui: 运行中仅显示已浏览内容数
This commit is contained in:
@@ -655,9 +655,7 @@ onBeforeUnmount(() => {
|
||||
<div v-if="showRuntimeProgress(acc)" class="progress">
|
||||
<el-progress :percentage="toPercent(acc)" :stroke-width="10" :show-text="false" />
|
||||
<div class="progress-meta app-muted">
|
||||
<span>
|
||||
内容 {{ acc.progress_items || 0 }}<template v-if="acc.total_items">/{{ acc.total_items }}</template>
|
||||
</span>
|
||||
<span>内容 {{ acc.progress_items || 0 }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user