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
linweijiong
jinfa-platform
Commits
1b2dbe82
Commit
1b2dbe82
authored
Oct 19, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix(物流管理): 修改按钮显示
parent
5578ac36
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
17 additions
and
28 deletions
+17
-28
index.tsx
...ity/logisticsBillSubmit/waitSbumitLogisticsBill/index.tsx
+6
-6
index.tsx
...n/marketingAbility/paltformSign/readyExamineOne/index.tsx
+1
-2
index.tsx
...n/marketingAbility/paltformSign/readyExamineTwo/index.tsx
+1
-2
index.tsx
...ction/marketingAbility/paltformSign/readySubmit/index.tsx
+1
-2
index.tsx
...arketingAbility/paltformSign/readySubmitExamine/index.tsx
+1
-2
index.tsx
...ransaction/marketingAbility/paltformSign/search/index.tsx
+1
-2
index.tsx
...marketingAbility/selfManagement/readyExamineOne/index.tsx
+1
-2
index.tsx
...marketingAbility/selfManagement/readyExamineTwo/index.tsx
+1
-2
index.tsx
...ction/marketingAbility/selfManagement/readyLive/index.tsx
+1
-2
index.tsx
...ion/marketingAbility/selfManagement/readySubmit/index.tsx
+1
-2
index.tsx
...ketingAbility/selfManagement/readySubmitExamine/index.tsx
+1
-2
index.tsx
...nsaction/marketingAbility/selfManagement/search/index.tsx
+1
-2
No files found.
src/pages/transaction/logisticsAbility/logisticsBillSubmit/waitSbumitLogisticsBill/index.tsx
View file @
1b2dbe82
...
...
@@ -85,16 +85,16 @@ const LogisticsBillQuery = () => {
title
:
'操作'
,
key
:
'submitOrUpdateOrDel'
,
dataIndex
:
'submitOrUpdateOrDel'
,
render
:
(
text
,
data
)
=>
text
&&
<>
<
Button
type=
'link'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/logisticsAbility/logisticsBillSubmit/waitSbumitLogisticsBill/edit?id=${data.id}`
)
}
>
编辑
</
Button
>
<
Popconfirm
title=
"确定要提交吗?"
okText=
"是"
cancelText=
"否"
onConfirm=
{
()
=>
handleSubmit
(
data
.
id
)
}
>
render
:
(
text
,
data
)
=>
<>
{
data
.
update
&&
<
Button
type=
'link'
onClick=
{
()
=>
history
.
push
(
`/memberCenter/logisticsAbility/logisticsBillSubmit/waitSbumitLogisticsBill/edit?id=${data.id}`
)
}
>
编辑
</
Button
>
}
{
data
.
submit
&&
<
Popconfirm
title=
"确定要提交吗?"
okText=
"是"
cancelText=
"否"
onConfirm=
{
()
=>
handleSubmit
(
data
.
id
)
}
>
<
Button
type=
'link'
>
提交
</
Button
>
</
Popconfirm
>
<
Popconfirm
title=
"确定要删除吗?"
okText=
"是"
cancelText=
"否"
onConfirm=
{
()
=>
handleDelete
(
data
.
id
)
}
>
</
Popconfirm
>
}
{
data
.
delete
&&
<
Popconfirm
title=
"确定要删除吗?"
okText=
"是"
cancelText=
"否"
onConfirm=
{
()
=>
handleDelete
(
data
.
id
)
}
>
<
Button
type=
'link'
>
删除
</
Button
>
</
Popconfirm
>
</
Popconfirm
>
}
</>
},
]
...
...
src/pages/transaction/marketingAbility/paltformSign/readyExamineOne/index.tsx
View file @
1b2dbe82
...
...
@@ -180,8 +180,7 @@ const ReadyExamineOne = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/paltformSign/readyExamineTwo/index.tsx
View file @
1b2dbe82
...
...
@@ -180,8 +180,7 @@ const ReadyExamineTwo = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/paltformSign/readySubmit/index.tsx
View file @
1b2dbe82
...
...
@@ -193,8 +193,7 @@ const ReadySubmit = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/paltformSign/readySubmitExamine/index.tsx
View file @
1b2dbe82
...
...
@@ -210,8 +210,7 @@ const ReadySubmitExamine = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/paltformSign/search/index.tsx
View file @
1b2dbe82
...
...
@@ -157,8 +157,7 @@ const Search = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/readyExamineOne/index.tsx
View file @
1b2dbe82
...
...
@@ -178,8 +178,7 @@ const ReadyExamineOne = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/readyExamineTwo/index.tsx
View file @
1b2dbe82
...
...
@@ -178,8 +178,7 @@ const ReadyExamineTwo = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/readyLive/index.tsx
View file @
1b2dbe82
...
...
@@ -192,8 +192,7 @@ const ReadyLive = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmit/index.tsx
View file @
1b2dbe82
...
...
@@ -192,8 +192,7 @@ const ReadySubmit = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/index.tsx
View file @
1b2dbe82
...
...
@@ -207,8 +207,7 @@ const ReadySubmitExamine = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
src/pages/transaction/marketingAbility/selfManagement/search/index.tsx
View file @
1b2dbe82
...
...
@@ -196,8 +196,7 @@ const Search = () => {
},
},
'[startTime,endTime]'
:
{
type
:
'string'
,
"x-component"
:
"DateRangePickerUnix"
,
type
:
'daterange'
,
'x-component-props'
:
{
placeholder
:
[
'开始时间'
,
'结束时间'
],
style
:
{
...
...
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