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
3dba06ca
Commit
3dba06ca
authored
Jun 18, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 展示序号
parent
ba2cb421
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.tsx
src/pages/member/components/MemberDocTableList/index.tsx
+2
-1
archiveInfo.tsx
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
+4
-3
No files found.
src/pages/member/components/MemberDocTableList/index.tsx
View file @
3dba06ca
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2021-06-11 16:40:26
* @Date: 2021-06-11 16:40:26
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-1
1 16:43:17
* @LastEditTime: 2021-06-1
8 17:01:46
* @Description: Card 列表组件
* @Description: Card 列表组件
*/
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
@@ -89,6 +89,7 @@ const MemberDocTableList = <T,>(props: IProps<T>) => {
...
@@ -89,6 +89,7 @@ const MemberDocTableList = <T,>(props: IProps<T>) => {
{
...
rest
}
{
...
rest
}
>
>
<
PolymericTable
<
PolymericTable
rowKey=
"inspectTime"
dataSource=
{
list
.
data
}
dataSource=
{
list
.
data
}
columns=
{
columns
}
columns=
{
columns
}
loading=
{
loading
}
loading=
{
loading
}
...
...
src/pages/member/memberMaintain/detailed/archiveInfo.tsx
View file @
3dba06ca
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-1
1 17:20:51
* @LastEditTime: 2021-06-1
8 17:04:06
* @Description: 会员档案信息
* @Description: 会员档案信息
*/
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
@@ -119,6 +119,7 @@ const MemberArchiveInfo = () => {
...
@@ -119,6 +119,7 @@ const MemberArchiveInfo = () => {
{
{
title
:
'序号'
,
title
:
'序号'
,
dataIndex
:
'id'
,
dataIndex
:
'id'
,
render
:
(
text
,
record
,
index
)
=>
index
+
1
,
},
},
{
{
title
:
'考察主题'
,
title
:
'考察主题'
,
...
@@ -160,7 +161,7 @@ const MemberArchiveInfo = () => {
...
@@ -160,7 +161,7 @@ const MemberArchiveInfo = () => {
const
AppraisalColumns
:
EditableColumns
<
AppraisalListItemType
>
[]
=
[
const
AppraisalColumns
:
EditableColumns
<
AppraisalListItemType
>
[]
=
[
{
{
title
:
'序号'
,
title
:
'序号'
,
dataIndex
:
'id'
,
render
:
(
text
,
record
,
index
)
=>
index
+
1
,
},
},
{
{
title
:
'考评主题'
,
title
:
'考评主题'
,
...
@@ -204,7 +205,7 @@ const MemberArchiveInfo = () => {
...
@@ -204,7 +205,7 @@ const MemberArchiveInfo = () => {
const
RectifyColumns
:
EditableColumns
<
RectifyListItemType
>
[]
=
[
const
RectifyColumns
:
EditableColumns
<
RectifyListItemType
>
[]
=
[
{
{
title
:
'序号'
,
title
:
'序号'
,
dataIndex
:
'id'
,
render
:
(
text
,
record
,
index
)
=>
index
+
1
,
},
},
{
{
title
:
'整改主题'
,
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