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
a9aeaa95
Commit
a9aeaa95
authored
Apr 15, 2024
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c3b943fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
model.ts
src/data/models/model.ts
+1
-1
router.ts
src/routers/member/router.ts
+3
-3
No files found.
src/data/models/model.ts
View file @
a9aeaa95
...
@@ -389,7 +389,7 @@ const ModelArray = [
...
@@ -389,7 +389,7 @@ const ModelArray = [
profAchievement
:
'String'
,
//专业成果 教研成果
profAchievement
:
'String'
,
//专业成果 教研成果
otherEMP
:
'String'
,
//其他任职情况
otherEMP
:
'String'
,
//其他任职情况
otherPROF
:
'String'
,
//其他专业情况
otherPROF
:
'String'
,
//其他专业情况
profCategory
:
'Number'
,
//专业类别 枚举PROFCATEGORY
profCategory
:
{
type
:
'[Number]'
,
default
:[]}
,
//专业类别 枚举PROFCATEGORY
/**第二步流程表单(个人)【其他附件】 */
/**第二步流程表单(个人)【其他附件】 */
cardUrl
:{
type
:
'[String]'
,
default
:[]},
//身份证正反面图片地址
cardUrl
:{
type
:
'[String]'
,
default
:[]},
//身份证正反面图片地址
academicCERTUrl
:
'String'
,
//学历证明图片地址
academicCERTUrl
:
'String'
,
//学历证明图片地址
...
...
src/routers/member/router.ts
View file @
a9aeaa95
...
@@ -54,7 +54,7 @@ export const Config = {
...
@@ -54,7 +54,7 @@ export const Config = {
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
profCategory
:{
type
:
'
Number
'
,
desc
:
'专业类别'
},
profCategory
:{
type
:
'
[Number]
'
,
desc
:
'专业类别'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
profAchievement
:{
type
:
'String'
,
desc
:
'专业成果'
},
profAchievement
:{
type
:
'String'
,
desc
:
'专业成果'
},
...
@@ -384,7 +384,7 @@ export const Config = {
...
@@ -384,7 +384,7 @@ export const Config = {
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
profCategory
:{
type
:
'
Number
'
,
desc
:
'专业类别'
},
profCategory
:{
type
:
'
[Number]
'
,
desc
:
'专业类别'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
profAchievement
:{
type
:
'String'
,
desc
:
'教研成果'
},
profAchievement
:{
type
:
'String'
,
desc
:
'教研成果'
},
...
@@ -769,7 +769,7 @@ export const Config = {
...
@@ -769,7 +769,7 @@ export const Config = {
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
unitName
:{
type
:
'String'
,
desc
:
'工作单位'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
duties
:{
type
:
'String'
,
desc
:
'职务'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
workTitle
:{
type
:
'String'
,
desc
:
'职称'
},
profCategory
:{
type
:
'
Number
'
,
desc
:
'专业类别'
},
profCategory
:{
type
:
'
[Number]
'
,
desc
:
'专业类别'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
studyResume
:{
type
:
'String'
,
desc
:
'学习简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
workResume
:{
type
:
'String'
,
desc
:
'工作简历'
},
profAchievement
:{
type
:
'String'
,
desc
:
'教研成果'
},
profAchievement
:{
type
:
'String'
,
desc
:
'教研成果'
},
...
...
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