feat(web): 增加数据资源接口
This commit is contained in:
@@ -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()
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user