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
04e9bec1
Commit
04e9bec1
authored
Apr 14, 2022
by
wuting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 商城报价按钮
parent
d4bd5793
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
...s/procurement/callForBids/readyAddMallBid/model/index.tsx
+3
-3
No files found.
src/pages/procurement/callForBids/readyAddMallBid/model/index.tsx
View file @
04e9bec1
...
...
@@ -43,17 +43,17 @@ export const useSelfTable = () => {
return
<>
{
record
.
isSubmitCheck
&&
<
AuthButton
btnCode=
'
r
eadyAddBid.submit'
>
<
AuthButton
btnCode=
'
MallR
eadyAddBid.submit'
>
<
Button
type=
'link'
onClick=
{
()
=>
handleSubmit
(
record
)
}
>
{
intl
.
formatMessage
({
id
:
'table.purchase.submit'
})
}
</
Button
>
</
AuthButton
>
}
<
AuthButton
btnCode=
'
r
eadyAddBid.eidt'
>
<
AuthButton
btnCode=
'
MallR
eadyAddBid.eidt'
>
<
Button
type=
'link'
onClick=
{
()
=>
handleEdit
(
record
)
}
>
{
intl
.
formatMessage
({
id
:
'table.purchase.eidt'
})
}
</
Button
>
</
AuthButton
>
{
record
.
isAddTenderDelete
&&
<
AuthButton
btnCode=
'
r
eadyAddBid.del'
>
<
AuthButton
btnCode=
'
MallR
eadyAddBid.del'
>
<
Popconfirm
title=
{
intl
.
formatMessage
({
id
:
'table.purchase.shifouyaoshanchu'
})
}
onConfirm=
{
()
=>
handleDelete
(
record
)
}
>
<
Button
type=
'link'
>
{
intl
.
formatMessage
({
id
:
'table.purchase.delete'
})
}
</
Button
>
</
Popconfirm
>
...
...
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