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
linweijiong
jinfa-platform
Commits
88a0b955
Commit
88a0b955
authored
Jul 12, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改代理城市为必填
parent
c5af47d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
schema.ts
src/pages/member/components/ModifyChannelDrawer/schema.ts
+2
-1
index.ts
...member/memberImport/components/MemberForm/schema/index.ts
+1
-0
schema.ts
...ifyComingData/components/VerifyComingDataDrawer/schema.ts
+1
-0
No files found.
src/pages/member/components/ModifyChannelDrawer/schema.ts
View file @
88a0b955
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-07-07 13:48:35
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-
07 13:48:36
* @LastEditTime: 2021-07-
12 10:23:41
* @Description:
*/
import
{
ISchema
}
from
'@formily/antd'
;
...
...
@@ -51,6 +51,7 @@ export const schema: ISchema = {
areaCodes
:
{
type
:
'array'
,
title
:
'代理城市'
,
required
:
true
,
'x-component'
:
'CustomAddArray'
,
default
:
[],
items
:
{
...
...
src/pages/member/memberImport/components/MemberForm/schema/index.ts
View file @
88a0b955
...
...
@@ -157,6 +157,7 @@ export const initDetailSchema = (props: GroupItem[]) => {
areas
:
{
type
:
'array'
,
title
:
'代理城市'
,
required
:
true
,
'x-component'
:
'CustomAddArray'
,
default
:
[],
items
:
{
...
...
src/pages/member/memberPrVerifyComingData/components/VerifyComingDataDrawer/schema.ts
View file @
88a0b955
...
...
@@ -51,6 +51,7 @@ export const schema: ISchema = {
areaCodes
:
{
type
:
'array'
,
title
:
'代理城市'
,
required
:
true
,
'x-component'
:
'CustomAddArray'
,
default
:
[],
items
:
{
...
...
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