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
linweijiong
jinfa-admin
Commits
ad268f4a
Commit
ad268f4a
authored
Feb 11, 2022
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 优惠券结算管理状态搜索修改
parent
1c5732a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
index.tsx
...ng/marketingActivitiesManagement/activePage/add/index.tsx
+1
-1
schema.tsx
...ettlementManage/platformSettlement/coupon/list/schema.tsx
+1
-2
No files found.
src/pages/marketingManage/marketing/marketingActivitiesManagement/activePage/add/index.tsx
View file @
ad268f4a
...
...
@@ -184,7 +184,7 @@ const Add = () => {
return
(
<
PageHeaderWrapper
title=
{
renderTitle
()
}
onBack=
{
()
=>
history
.
goBack
(
)
}
onBack=
{
()
=>
history
.
push
(
'/marketingManage/marketing/activitiesManagement'
)
}
backIcon=
{
<
ReutrnEle
/>
}
extra=
{
!
isView
&&
(
...
...
src/pages/settlementManage/platformSettlement/coupon/list/schema.tsx
View file @
ad268f4a
...
...
@@ -66,13 +66,12 @@ export const schema: ISchema = {
status
:
{
type
:
'string'
,
enum
:
[
{
label
:
'结算状态(所有)'
,
value
:
0
},
//
{ label: '结算状态(所有)', value: 0 },
{
label
:
'待对账'
,
value
:
1
},
{
label
:
'待付款'
,
value
:
2
},
{
label
:
'待收款'
,
value
:
3
},
{
label
:
'已完成'
,
value
:
4
},
],
default
:
0
,
'x-component-props'
:
{
placeholder
:
'结算状态(全部)'
,
allowClear
:
true
,
...
...
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