Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
4b4b049b
Commit
4b4b049b
authored
Dec 17, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改e账户会员类型显示
parent
b3192ef1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
constant.ts
src/pages/settlementManage/capitalAccount/constant.ts
+7
-0
index.tsx
...s/settlementManage/capitalAccount/eAccountLists/index.tsx
+4
-4
No files found.
src/pages/settlementManage/capitalAccount/constant.ts
View file @
4b4b049b
...
...
@@ -56,3 +56,10 @@ export const accountMemberType = {
'3'
:
'渠道会员'
,
'4'
:
'渠道个人会员'
,
}
// e账户会员类型
// 2-企业会员 3-个人会员 */
export
const
eAccountMemberType
=
{
'2'
:
'企业会员'
,
'3'
:
'个人会员'
,
}
src/pages/settlementManage/capitalAccount/eAccountLists/index.tsx
View file @
4b4b049b
import
React
,
{
use
State
,
use
Ref
}
from
'react'
import
{
Card
,
Button
,
Input
,
Form
}
from
'antd'
import
React
,
{
useRef
}
from
'react'
import
{
Card
,
Button
}
from
'antd'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
StandardTable
}
from
'god'
import
{
history
}
from
'umi'
...
...
@@ -13,7 +13,7 @@ import EyePreview from '@/components/EyePreview'
import
{
DatePicker
}
from
'@formily/antd-components'
import
{
useAsyncInitSelect
}
from
'@/formSchema/effects/useAsyncInitSelect'
import
StatusTag
from
'@/components/StatusTag'
import
{
a
ccountMemberType
,
memberStatusMap
}
from
'../constant'
import
{
eA
ccountMemberType
,
memberStatusMap
}
from
'../constant'
import
{
getPayPlatFormEAccountAllInPayGetPlatFormEAccountList
}
from
'@/services/PayV2Api'
import
{
getMemberManagePageitems
}
from
'@/services/MemberV2Api'
import
LevelBrand
from
'@/components/LevelBrand'
...
...
@@ -41,7 +41,7 @@ const EAccountLists: React.FC<{}> = () => {
title
:
'会员类型'
,
dataIndex
:
'memberType'
,
key
:
'memberType'
,
render
:
(
t
,
r
)
=>
a
ccountMemberType
[
t
]
render
:
(
t
,
r
)
=>
eA
ccountMemberType
[
t
]
},
{
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