refactor(component): 优化 RenderMinerU 组件的识别和撤销功能

- 移除了多余的 loading 层
- 在撤销功能中添加了 loading 效果,提升了用户体验
- 调整了 loading 文字内容,使其更加准确
- 优化了按钮生成逻辑,删除了多余的 break 语句
- 调整了页面切换的延迟时间,提高了响应速度
This commit is contained in:
陈昱达
2025-04-21 16:36:39 +08:00
parent 22716957f2
commit 79c486fa5a
2 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ export default {
name: 'create',
data() {
return {
visible: false,
visible: true,
active: 0,
documentId: '1363864715567140864'
}