mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-24 02:03:00 +08:00
feat(table): 优化表格样式和功能
- 新增 normal-button样式,用于自定义按钮样式 - 实现表格按钮的重新渲染,增加更多自定义选项- 添加表格行悬停样式和按钮间的间距 - 优化知识详情页面的表格展示效果 - 调整预处理结果预览对话框的关闭方式
This commit is contained in:
@@ -171,6 +171,10 @@ export default {
|
||||
}
|
||||
},
|
||||
props: {
|
||||
visible: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
documentId: {
|
||||
type: String,
|
||||
default: '1361351897324294144'
|
||||
@@ -539,9 +543,11 @@ ${text}`
|
||||
switch (mineruStatus) {
|
||||
case 0:
|
||||
case '0':
|
||||
setTimeout(() => {
|
||||
this.getMinerUStatus()
|
||||
}, 5000)
|
||||
if (!this.visible) {
|
||||
setTimeout(() => {
|
||||
this.getMinerUStatus()
|
||||
}, 5000)
|
||||
}
|
||||
break
|
||||
case 1:
|
||||
case '1':
|
||||
|
||||
Reference in New Issue
Block a user