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
4347c92a
Commit
4347c92a
authored
Jun 15, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改列宽度
parent
c1c73f69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.tsx
src/pages/member/memberUpgradeRule/index.tsx
+6
-3
No files found.
src/pages/member/memberUpgradeRule/index.tsx
View file @
4347c92a
...
...
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
import
{
Card
,
Button
,
message
,
Tooltip
,
}
from
'antd'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
VIP_RULE_TRANSACTION
,
VIP_RULE_LOGIN
,
VIP_RULE_COMMENT
}
from
'@/constants/member'
;
...
...
@@ -45,29 +45,32 @@ const MemberUpgradeRule: React.FC<[]> = () => {
title
:
'ID'
,
dataIndex
:
'id'
,
align
:
'center'
,
width
:
'15%'
,
},
{
title
:
'升级规则'
,
dataIndex
:
'ruleName'
,
align
:
'center'
,
width
:
'15%'
,
},
{
title
:
'升级规则说明'
,
dataIndex
:
'remark'
,
align
:
'center'
,
ellipsis
:
true
,
render
:
text
=>
<
span
title=
{
text
}
>
{
text
}
</
span
>,
render
:
text
=>
<
Tooltip
title=
{
text
}
>
{
text
}
</
Tooltip
>,
},
{
title
:
'适用会员等级类型'
,
dataIndex
:
'levelTypeName'
,
align
:
'center'
,
width
:
'15%'
,
},
{
title
:
'可获取的分值'
,
dataIndex
:
'score'
,
align
:
'center'
,
width
:
'
30
%'
,
width
:
'
15
%'
,
editable
:
true
,
},
];
...
...
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