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
3999d307
Commit
3999d307
authored
Feb 26, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
parent
ab1e4e34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
index.tsx
src/pages/authConfig/memberSystem/index.tsx
+8
-6
index.tsx
...transaction/purchaseOrder/orderCollect/constant/index.tsx
+2
-2
No files found.
src/pages/authConfig/memberSystem/index.tsx
View file @
3999d307
...
...
@@ -79,8 +79,10 @@ const MemberSystem: React.FC<{}> = () => {
dataIndex
:
'option'
,
align
:
'center'
,
render
:
(
text
:
any
,
record
:
any
)
=>
{
return
record
.
status
===
0
?
(
<>
return
<>
<
Button
type=
'link'
onClick=
{
()
=>
updateItem
(
record
)
}
>
修改
</
Button
>
{
record
.
status
===
0
?
<
Popconfirm
title=
"确定要执行这个操作?"
onConfirm=
{
()
=>
deleteItem
(
record
)
}
...
...
@@ -89,9 +91,9 @@ const MemberSystem: React.FC<{}> = () => {
>
<
Button
type=
'link'
>
删除
</
Button
>
</
Popconfirm
>
<
Button
type=
'link'
onClick=
{
()
=>
updateItem
(
record
)
}
>
修改
</
Button
>
</>
)
:
null
:
null
}
</>
}
}
];
...
...
@@ -145,7 +147,7 @@ const MemberSystem: React.FC<{}> = () => {
}
}
/>
</
Card
>
</
PageHeaderWrapper
>
</
PageHeaderWrapper
>
)
}
...
...
src/pages/transaction/purchaseOrder/orderCollect/constant/index.tsx
View file @
3999d307
...
...
@@ -157,9 +157,9 @@ export const inquiryColumns: any[] = [
},
{
title
:
'报价会员'
,
dataIndex
:
'
m
emberName'
,
dataIndex
:
'
offerM
emberName'
,
align
:
'center'
,
key
:
'
m
emberName'
,
key
:
'
offerM
emberName'
,
},
{
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