Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
黄庭坚
jinfa-platform
Commits
2e0b5f1e
Commit
2e0b5f1e
authored
Jul 06, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 只展示考评主题
parent
5e1b013c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
src/pages/member/components/MemberDocScoredInfo/index.tsx
+2
-2
archiveInfo.tsx
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
+2
-2
archiveInfo.tsx
src/pages/member/memberQuery/detailed/archiveInfo.tsx
+2
-2
No files found.
src/pages/member/components/MemberDocScoredInfo/index.tsx
View file @
2e0b5f1e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 18:01:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-11 16:38:20
* @LastEditTime: 2021-0
7-06 18:02:53
* @Description: 会员考评信息
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -87,7 +87,7 @@ const MemberDocScoredInfo: React.FC<IProps> = (props: IProps) => {
{
title
:
'考评范围'
,
dataIndex
:
'appraisalDayStart'
,
render
:
(
text
,
record
)
=>
`
${
text
}
-
${
record
.
appraisalDayEnd
}
`
,
render
:
(
text
,
record
)
=>
`
${
text
}
`
,
},
{
title
:
'考评完成时间'
,
...
...
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
View file @
2e0b5f1e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-0
3 15:44:0
3
* @LastEditTime: 2021-07-0
6 18:02:4
3
* @Description: 会员档案信息
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -172,7 +172,7 @@ const MemberArchiveInfo = () => {
{
title
:
'考评范围'
,
dataIndex
:
'appraisalDayStart'
,
render
:
(
text
,
record
)
=>
`
${
text
}
-
${
record
.
appraisalDayEnd
}
`
,
render
:
(
text
,
record
)
=>
`
${
text
}
`
,
},
{
title
:
'考评完成时间'
,
...
...
src/pages/member/memberQuery/detailed/archiveInfo.tsx
View file @
2e0b5f1e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-11 17:36:40
* @LastEditTime: 2021-0
7-06 18:02:22
* @Description: 会员档案信息
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -170,7 +170,7 @@ const MemberArchiveInfo = () => {
{
title
:
'考评范围'
,
dataIndex
:
'appraisalDayStart'
,
render
:
(
text
,
record
)
=>
`
${
text
}
-
${
record
.
appraisalDayEnd
}
`
,
render
:
(
text
,
record
)
=>
`
${
text
}
`
,
},
{
title
:
'考评完成时间'
,
...
...
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