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
linweijiong
jinfa-platform
Commits
89eba341
Commit
89eba341
authored
Jun 04, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改类型声明
parent
94730a23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.tsx
src/components/FlowRecords/index.tsx
+5
-5
No files found.
src/components/FlowRecords/index.tsx
View file @
89eba341
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-18 18:30:50
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
5-19 11:53:24
* @LastEditTime: 2021-0
6-04 13:48:09
* @Description: 内、外部流传记录
*/
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -49,19 +49,19 @@ interface IProps extends MellowCardProps {
/**
* 外部流转记录列数据
*/
outerColumns
:
EditableColumns
[],
outerColumns
?
:
EditableColumns
[],
/**
* 内部流转记录列数据
*/
innerColumns
:
EditableColumns
[],
innerColumns
?
:
EditableColumns
[],
/**
* 外部 rowkey
*/
outerRowkey
:
string
|
(<
T
=
unknown
>
(record: T, index?: number) =
>
string),
outerRowkey
?
:
string
|
(<
T
=
unknown
>
(record: T, index?: number) =
>
string),
/**
* 内部 rowkey
*/
innerRowkey: string | (
<
T
=
unknown
>
(record: T, index?: number) =
>
string),
innerRowkey
?
: string | (
<
T
=
unknown
>
(record: T, index?: number) =
>
string),
/**
* 获取外部流转记录方法,与 outerDataSource 不能共存
* 如果两个同时存在 outerDataSource 优先
...
...
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