Commit ad268f4a authored by Bill's avatar Bill

fix: 优惠券结算管理状态搜索修改

parent 1c5732a7
......@@ -184,7 +184,7 @@ const Add = () => {
return (
<PageHeaderWrapper
title={renderTitle()}
onBack={() => history.goBack()}
onBack={() => history.push('/marketingManage/marketing/activitiesManagement')}
backIcon={<ReutrnEle />}
extra={
!isView && (
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment