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
shenshaokai
jinfa-platform
Commits
f2ff8a88
Commit
f2ff8a88
authored
Jan 05, 2023
by
shenshaokai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bugId=37413 隐藏批量审核按钮
parent
ec19394b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
verifyComingSchema.ts
src/pages/member/common/schames/verifyComingSchema.ts
+4
-4
index.tsx
src/pages/member/memberPrVerifyComingData/index.tsx
+10
-10
No files found.
src/pages/member/common/schames/verifyComingSchema.ts
View file @
f2ff8a88
...
...
@@ -25,10 +25,10 @@ const verifyComingSchema: ISchema = {
grid
:
true
,
},
properties
:
{
ctl
:
{
type
:
'object'
,
'x-component'
:
'ControllerBtns'
,
},
//
ctl: {
//
type: 'object',
//
'x-component': 'ControllerBtns',
//
},
name
:
{
type
:
'string'
,
'x-component'
:
'Search'
,
...
...
src/pages/member/memberPrVerifyComingData/index.tsx
View file @
f2ff8a88
...
...
@@ -158,13 +158,13 @@ const MemberPrVerifyComingData: React.FC<{}> = props => {
return
{};
};
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
{
intl
.
formatMessage
({
id
:
'member.actions.verify-batch'
})
}
</
Button
>
</
Space
>
);
//
const ControllerBtns = () => (
//
<Space>
//
<Button onClick={handleBatch}>
//
{intl.formatMessage({ id: 'member.actions.verify-batch' })}
//
</Button>
//
</Space>
//
);
return
(
<
PageHeaderWrapper
>
...
...
@@ -181,9 +181,9 @@ const MemberPrVerifyComingData: React.FC<{}> = props => {
<
NiceForm
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
components=
{
{
ControllerBtns
,
}
}
//
components=
{{
//
ControllerBtns,
//
}}
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
$
,
...
...
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