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
shenshaokai
jinfa-admin
Commits
2d0dc3e3
Commit
2d0dc3e3
authored
Mar 28, 2022
by
leimo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-purchaseBid' into 'v2-220418'
feat: 采购竞价单审核重构 See merge request linkseeks-design/pro-admin!8
parents
e46e61bf
25eed30c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
37 deletions
+37
-37
index.tsx
...nents/detail/components/purchaseBidDemandLayout/index.tsx
+37
-37
No files found.
src/pages/purchaseManage/purchaseAbility/components/detail/components/purchaseBidDemandLayout/index.tsx
View file @
2d0dc3e3
...
...
@@ -68,43 +68,43 @@ const DemandLayout: React.FC<DemandLayoutIProps> = (props: any) => {
key
:
'levelTag'
,
dataIndex
:
'levelTag'
,
},
{
title
:
'是否归属会员'
,
key
:
'membershipOrNot'
,
dataIndex
:
'membershipOrNot'
,
render
:
(
text
:
any
)
=>
(<
StatusTag
type=
{
text
?
'success'
:
'danger'
}
title=
{
text
?
'是'
:
'否'
}
/>)
},
{
title
:
(
<>
<
span
>
需求发送
</
span
>
<
Tooltip
placement=
"top"
title=
'打开开关,审核通过后,将发送需求至选择的归属会员'
>
<
QuestionCircleOutlined
style=
{
{
marginLeft
:
'5px'
,
fontSize
:
'14px'
,
color
:
'#909399'
}
}
/>
</
Tooltip
>
</>
),
key
:
'state'
,
dataIndex
:
'state'
,
render
:
(
text
:
any
)
=>
(
<
Switch
checked=
{
text
}
disabled=
{
true
}
/>
)
},
{
title
:
'操作'
,
key
:
'operate'
,
dataIndex
:
'operate'
,
render
:
(
_text
:
any
,
_record
:
any
)
=>
(
<
Typography
.
Link
href=
{
`/shop?shopId=${btoa(JSON.stringify({ roleId: _record.roleId, memberId: _record.memberId }))}`
}
target=
"_blank"
>
进入店铺
</
Typography
.
Link
>
)
},
//
{
//
title: '是否归属会员',
//
key: 'membershipOrNot',
//
dataIndex: 'membershipOrNot',
//
render: (text: any) => (<StatusTag type={text ? 'success' : 'danger'} title={text ? '是' : '否'} />)
//
},
//
{
//
title: (
//
<>
//
<span>需求发送</span>
//
<Tooltip placement="top" title='打开开关,审核通过后,将发送需求至选择的归属会员'>
//
<QuestionCircleOutlined
//
style={{
//
marginLeft: '5px',
//
fontSize: '14px',
//
color: '#909399'
//
}}
//
/>
//
</Tooltip>
//
</>
//
),
//
key: 'state',
//
dataIndex: 'state',
//
render: (text: any) => (
//
<Switch checked={text} disabled={true} />
//
)
//
},
//
{
//
title: '操作',
//
key: 'operate',
//
dataIndex: 'operate',
//
render: (_text: any, _record: any) => (
//
<Typography.Link href={`/shop?shopId=${btoa(JSON.stringify({ roleId: _record.roleId, memberId: _record.memberId }))}`} target="_blank">
//
进入店铺
//
</Typography.Link>
//
)
//
},
]
...
...
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