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
陈智峰
jinfa-platform
Commits
d800911d
Commit
d800911d
authored
Feb 26, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
0475a7a6
ca2a3b81
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
index.tsx
src/pages/authConfig/memberSystem/index.tsx
+6
-4
Container.less
src/pages/home/components/Centers/Container.less
+2
-1
index.tsx
...transaction/purchaseOrder/orderCollect/constant/index.tsx
+2
-2
No files found.
src/pages/authConfig/memberSystem/index.tsx
View file @
d800911d
...
...
@@ -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
}
}
];
...
...
src/pages/home/components/Centers/Container.less
View file @
d800911d
.container {
padding: 24px
24px 16px 24px
;
padding: 24px;
background-color: #fff;
border-radius: 8px;
.header {
display: flex;
flex-direction: row;
...
...
src/pages/transaction/purchaseOrder/orderCollect/constant/index.tsx
View file @
d800911d
...
...
@@ -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