CN-906 feat: 知识库列表、新增功能(细节体验待完善)

This commit is contained in:
chenjinsong
2023-03-02 20:37:21 +08:00
parent fdb4ec5cf5
commit a9e5915113
9 changed files with 735 additions and 52 deletions

View File

@@ -74,28 +74,6 @@ export default {
t: +new Date()
}
})
},
getTableData () {
this.tools.loading = false
this.tableData = [
{
tagName: '我的IP库',
buildIn: 0,
id: 1,
tagType: 'ip',
remark: '我的IP库描述',
updateTime: new Date()
},
{
tagName: '我的domain库',
buildIn: 0,
id: 2,
tagType: 'domain',
remark: '我的domain库描述',
updateTime: new Date()
}
]
this.pageObj.total = 2
}
}
}