Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
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
node_server
wenHuaBu_adminServer
Commits
bf6b6bb5
Commit
bf6b6bb5
authored
May 09, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1eeb0734
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
routers.ts
src/routers/outPut/routers.ts
+31
-0
No files found.
src/routers/outPut/routers.ts
0 → 100644
View file @
bf6b6bb5
import
*
as
memberBiz
from
"../../biz/member/member"
;
import
*
as
examineBiz
from
"../../biz/member/examine"
;
export
const
FirstName
=
'导出相关'
;
export
const
FirstRouter
=
'/manage/outPut'
;
export
const
Config
=
{
"会员导出"
:[
{
apiName
:
"个人会员导出"
,
subUrl
:
'/memberdb/outputindividualmembers'
,
param
:[],
bindBiz
:
memberBiz
.
outPutIndividualMembers
},
{
apiName
:
"单位会员导出"
,
subUrl
:
'/memberdb/outputunitmembers'
,
param
:[],
bindBiz
:
memberBiz
.
outPutUnitMembers
}
],
"审批导出"
:[
{
apiName
:
"待审核导出"
,
subUrl
:
'/memberdb/outputpendingreviewlist'
,
param
:[
{
key
:
"memberType"
,
type
:
"Number"
,
desc
:
"会员类型"
}
],
bindBiz
:
examineBiz
.
outPutPendingReviewList
},
]
}
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