Commit ccfb84de authored by XieZhiXiong's avatar XieZhiXiong

完善逻辑

parent a10cd645
......@@ -121,7 +121,7 @@ const MemberMaintainDetailed: React.FC<QueryProps> = props => {
<>
<PageHeader
style={{ padding: '0' }}
onBack={() => history.goBack()}
onBack={() => history.push(`/memberCenter/memberAbility/manage/maintain`)}
title={
<AvatarWrap
info={{
......
......@@ -118,7 +118,7 @@ const MemberQueryDetailed: React.FC<QueryProps> = props => {
<>
<PageHeader
style={{ padding: '0' }}
onBack={() => history.goBack()}
onBack={() => history.push(`/memberCenter/memberAbility/query`)}
title={
<AvatarWrap
info={{
......
......@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => {
useStateFilterSearchLinkageEffect(
$,
actions,
'name',
'orderNo',
FORM_FILTER_PATH,
);
}}
......
......@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = {
type: 'object',
'x-component': 'mega-layout',
properties: {
name: {
orderNo: {
type: 'string',
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
align: 'flex-left',
tip: '输入 订单号、订单摘要 进行搜索',
tip: '输入 订单号 进行搜索',
},
},
[FORM_FILTER_PATH]: {
......@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = {
columns: 6,
},
properties: {
orderThe: {
type: 'string',
'x-component-props': {
placeholder: '订单摘要',
allowClear: true,
},
},
supplyMembersName: {
type: 'string',
default: undefined,
......
......@@ -131,7 +131,7 @@ const Unevaluated: React.FC = () => {
useStateFilterSearchLinkageEffect(
$,
actions,
'name',
'orderNo',
FORM_FILTER_PATH,
);
}}
......
......@@ -19,13 +19,13 @@ export const listSearchSchema: ISchema = {
type: 'object',
'x-component': 'mega-layout',
properties: {
name: {
orderNo: {
type: 'string',
'x-component': 'Search',
'x-component-props': {
placeholder: '搜索',
align: 'flex-left',
tip: '输入 订单号、订单摘要 进行搜索',
tip: '输入 订单号 进行搜索',
},
},
[FORM_FILTER_PATH]: {
......@@ -38,6 +38,13 @@ export const listSearchSchema: ISchema = {
columns: 6,
},
properties: {
orderThe: {
type: 'string',
'x-component-props': {
placeholder: '订单摘要',
allowClear: true,
},
},
supplyMembersName: {
type: 'string',
default: undefined,
......
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