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
bab59ea8
Commit
bab59ea8
authored
Jun 17, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改 columns
parent
3c667349
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
index.tsx
src/pages/member/memberFlowRule/index.tsx
+7
-1
No files found.
src/pages/member/memberFlowRule/index.tsx
View file @
bab59ea8
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-27 16:01:23
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-
08 17:13:57
* @LastEditTime: 2021-06-
17 09:59:49
* @Description: 会员管理流程规则配置
*/
import
React
,
{
useState
,
useRef
}
from
'react'
;
...
...
@@ -89,6 +89,7 @@ const MemberFlowRule: React.FC<[]> = () => {
{
title
:
'ID'
,
dataIndex
:
'id'
,
align
:
'center'
,
},
{
title
:
'流程规则名称'
,
...
...
@@ -106,18 +107,22 @@ const MemberFlowRule: React.FC<[]> = () => {
{
title
:
'会员角色'
,
dataIndex
:
'roleName'
,
align
:
'center'
,
},
{
title
:
'角色类型'
,
dataIndex
:
'roleTypeName'
,
align
:
'center'
,
},
{
title
:
'会员类型'
,
dataIndex
:
'memberTypeName'
,
align
:
'center'
,
},
{
title
:
'业务类型'
,
dataIndex
:
'businessTypeName'
,
align
:
'center'
,
},
{
title
:
'操作时间'
,
...
...
@@ -127,6 +132,7 @@ const MemberFlowRule: React.FC<[]> = () => {
title
:
'状态'
,
dataIndex
:
'status'
,
filters
:
[],
align
:
'center'
,
render
:
(
_
,
record
)
=>
(
<
StatusSwitch
fieldNames=
"status"
...
...
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