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
shenshaokai
jinfa-platform
Commits
1ed63c32
Commit
1ed63c32
authored
Apr 06, 2022
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [21994] 采购会员现在点击后去到去权限页面,改为:点击后不做跳转
parent
73ddb9da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
index.tsx
.../transaction/purchaseAbility/onlineBid/readyBid/index.tsx
+1
-2
index.tsx
...ansaction/purchaseAbility/onlineBid/readySignUp/index.tsx
+1
-1
No files found.
src/pages/transaction/purchaseAbility/onlineBid/readyBid/index.tsx
View file @
1ed63c32
...
...
@@ -47,8 +47,7 @@ const ReadyBid = () => {
key
:
'createMemberName'
,
dataIndex
:
'createMemberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`${ENTERPRISE_CENTER_URL}/shop/${record.createMemberId}_${record.createMemberRoleId}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
type=
'button'
class
>
{
text
}
</
EyePreview
>
)
},
{
title
:
intl
.
formatMessage
({
id
:
'table.purchase.biddingStartTime'
}),
...
...
src/pages/transaction/purchaseAbility/onlineBid/readySignUp/index.tsx
View file @
1ed63c32
...
...
@@ -46,7 +46,7 @@ const ReadySignUp = () => {
key
:
'createMemberName'
,
dataIndex
:
'createMemberName'
,
render
:
(
text
:
any
,
record
:
any
)
=>
(
<
EyePreview
url=
{
`${ENTERPRISE_CENTER_URL}/shop/${record.createMemberId}_${record.createMemberRoleId}`
}
>
{
text
}
</
EyePreview
>
<
EyePreview
type=
'button'
class
>
{
text
}
</
EyePreview
>
)
},
{
title
:
intl
.
formatMessage
({
id
:
'table.purchase.biddingStartTime'
}),
...
...
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