Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
luqiao-admin-mobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨子
luqiao-admin-mobile
Commits
d8a02256
Commit
d8a02256
authored
Apr 25, 2019
by
牛晓林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加菜单
parent
7d09a2a7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
11 deletions
+86
-11
fixed-assets.module.ts
src/app/routes/fixed-assets/fixed-assets.module.ts
+8
-1
index.ts
src/app/share/index.ts
+0
-9
app-data.json
src/assets/tmp/app-data.json
+78
-1
No files found.
src/app/routes/fixed-assets/fixed-assets.module.ts
View file @
d8a02256
...
...
@@ -43,9 +43,16 @@ import { DeviceComponent } from "./identity-manager/device/device.component";
import
{
UserComponent
}
from
"./identity-manager/user/user.component"
;
import
{
TypeComponent
}
from
"./identity-manager/type/type.component"
;
import
{
VendorComponent
}
from
"./canon/vendor/vendor.component"
;
import
{
SharedModule
}
from
'@shared'
;
import
{
AssetsCateComponent
}
from
'./assets-info/assets-cate/assets-cate.component'
;
import
{
AssetsLeaseHouseComponent
}
from
'./assets-lease/house/house.component'
;
import
{
BusinessComponent
}
from
'./single-machine/business/business.component'
;
@
NgModule
({
declarations
:
[
BusinessComponent
,
AssetsLeaseHouseComponent
,
AssetsCateComponent
,
FixedAssetsComponent
,
CateFixedAssetsComponent
,
HouseComponent
,
...
...
@@ -88,6 +95,6 @@ import { VendorComponent } from "./canon/vendor/vendor.component";
TypeComponent
,
VendorComponent
],
imports
:
[
Common
Module
,
FixedAssetsRoutingModule
]
imports
:
[
Shared
Module
,
FixedAssetsRoutingModule
]
})
export
class
FixedAssetsModule
{}
src/app/share/index.ts
deleted
100644 → 0
View file @
7d09a2a7
import
{
NgModule
}
from
"@angular/core"
;
import
{
CommonModule
}
from
"@angular/common"
;
import
{
RouterModule
}
from
"@angular/router"
;
@
NgModule
({
declarations
:
[],
imports
:
[
CommonModule
,
RouterModule
],
exports
:
[
CommonModule
,
RouterModule
]
})
export
class
ShareModule
{}
src/assets/tmp/app-data.json
View file @
d8a02256
...
...
@@ -10,13 +10,90 @@
},
"menu"
:
[
{
"text"
:
"导航"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"icon"
:
"anticon anticon-dashboard"
,
"children"
:[
{
"text"
:
"用户中心"
,
"link"
:
"/usercenter"
,
"children"
:[
{
"text"
:
"个人中心"
},
{
"text"
:
"事务管理"
},
{
"text"
:
"信息中心"
}
]
},
{
"text"
:
"无形资产"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
}
,{
"text"
:
"(类)固定资产"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
{
"text"
:
"固定资产台账"
,
"link"
:
"/admin/fixed-assets/assets-info/cate-fixed-assets"
}
]
}
,{
"text"
:
"周转材料低值易耗"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
}
,{
"text"
:
"产权管理"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
}
,{
"text"
:
"数据分析与展示"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
},{
"text"
:
"文件资料"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
},{
"text"
:
"系统设置"
,
"link"
:
"/dashboard/v1"
,
"children"
:[
]
}
]
},
{
"text"
:
"主导航"
,
"i18n"
:
"menu.main"
,
"group"
:
true
,
"hideInBreadcrumb"
:
true
,
"children"
:
[
{
"text"
:
"
仪表盘
"
,
"text"
:
"
用户中心
"
,
"i18n"
:
"menu.dashboard"
,
"icon"
:
"anticon anticon-dashboard"
,
"children"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment