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
c44c8776
Commit
c44c8776
authored
Jun 18, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 调整展示
parent
d9173154
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
index.tsx
src/pages/member/components/MemberDocQualification/index.tsx
+5
-2
schema.ts
src/pages/member/components/MemberDocQualification/schema.ts
+1
-4
index.tsx
...omingData/components/UploadQualificationsDrawer/index.tsx
+1
-1
index.tsx
src/pages/member/memberQuery/applyMember/index.tsx
+1
-0
No files found.
src/pages/member/components/MemberDocQualification/index.tsx
View file @
c44c8776
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 17:25:39
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
5-21 17:51:39
* @LastEditTime: 2021-0
6-18 17:47:44
* @Description: 会员公司资质
*/
import
React
from
'react'
;
...
...
@@ -63,6 +63,9 @@ const MemberDocQualification: React.FC<IProps> = (props: IProps) => {
return
(
<
MellowCard
title=
"资质证明"
bodyStyle=
{
{
paddingBottom
:
0
,
}
}
{
...
rest
}
>
{
/* <ul className={styles.qualification}>
...
...
@@ -81,7 +84,7 @@ const MemberDocQualification: React.FC<IProps> = (props: IProps) => {
</li>
</ul> */
}
<
NiceForm
previewPlaceholder=
"
' '
"
previewPlaceholder=
"
"
initialValues=
{
{
qualities
,
}
}
...
...
src/pages/member/components/MemberDocQualification/schema.ts
View file @
c44c8776
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-07 15:11:27
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-
07 15:18:2
5
* @LastEditTime: 2021-06-
18 17:36:0
5
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
@@ -17,9 +17,6 @@ export const schema: ISchema = {
qualities
:
{
type
:
'string'
,
'x-component'
:
'QualitiesUploadFormItem'
,
'x-component-props'
:
{
colSpan
:
24
,
},
},
},
},
...
...
src/pages/member/memberPrVerifyComingData/components/UploadQualificationsDrawer/index.tsx
View file @
c44c8776
...
...
@@ -116,7 +116,7 @@ const UploadQualificationsDrawer: React.FC<IProps> = (props: IProps) => {
}
>
<
NiceForm
previewPlaceholder=
"
' '
"
previewPlaceholder=
"
"
components=
{
{
DatePicker
,
Checkbox
,
...
...
src/pages/member/memberQuery/applyMember/index.tsx
View file @
c44c8776
...
...
@@ -320,6 +320,7 @@ const MemberQueryApplyMember: React.FC = () => {
>
<
MellowCard
bodyStyle=
{
{
padding
:
0
}
}
>
<
NiceForm
previewPlaceholder=
" "
onSubmit=
{
handleSubmit
}
actions=
{
formActions
}
initialValues=
{
{}
}
...
...
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