1
0

feat(web): 增加数据资源接口

This commit is contained in:
2024-11-20 18:35:31 +08:00
parent 5ce66e1470
commit ba19775764
22 changed files with 662 additions and 50 deletions

View File

@@ -1,9 +1,16 @@
import {resourceAddDialog} from "../../components/resource/dialog-resource.js";
export function tabData() {
return {
title: '数据管理',
title: '数据资源',
icon: 'fa fa-database',
body: [
'hello world'
{
type: 'action',
label: '',
icon: 'fa fa-plus',
...resourceAddDialog()
}
]
}
}