Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp_estate_client
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
mp_estate_backstage
mp_estate_client
Commits
ae2eaf48
Commit
ae2eaf48
authored
Nov 17, 2020
by
成旭东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
51哇房1.2版本
parent
25779495
Pipeline
#29371
passed with stage
in 5 minutes 5 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
14 deletions
+18
-14
config.js
src/pages/mpEstate/estateList/edite/components/config.js
+4
-0
houseOpenInfo.tsx
...es/mpEstate/estateList/edite/components/houseOpenInfo.tsx
+14
-14
No files found.
src/pages/mpEstate/estateList/edite/components/config.js
View file @
ae2eaf48
...
...
@@ -4,6 +4,10 @@ export default {
key
:
'name'
,
component
:
'input'
},
{
name
:
'项目别名'
,
key
:
'alias'
,
component
:
'input'
},
{
name
:
'行政区划分名称'
,
key
:
'region_name'
,
component
:
'input'
...
...
src/pages/mpEstate/estateList/edite/components/houseOpenInfo.tsx
View file @
ae2eaf48
...
...
@@ -155,14 +155,14 @@ const DrawerForm = (props: any) => {
<
FormItem
name=
"status"
label=
"开盘状态"
rules=
{
[
{
required
:
true
,
message
:
'选择开盘状态'
,
},
]
}
//
rules={[
//
{
//
required: true,
//
message: '选择开盘状态',
//
},
//
]}
>
<
Select
onChange=
{
drawerChangeOpenStatus
}
>
<
Select
onChange=
{
drawerChangeOpenStatus
}
disabled
>
{
drawerOpenTypeStatus
.
map
((
text
:
any
,
index
:
any
)
=>
(
<
Option
key=
{
index
}
value=
{
text
}
>
{
text
}
</
Option
>
))
}
...
...
@@ -542,14 +542,14 @@ const HouseOpenInfoComponent = (props: any) => {
<
FormItem
name=
"status"
label=
"开盘状态"
rules=
{
[
{
required
:
true
,
message
:
'选择开盘状态'
,
},
]
}
//
rules=
{[
//
{
//
required: true,
//
message: '选择开盘状态',
//
},
//
]
}
>
<
Select
onChange=
{
changeOpenStatus
}
>
<
Select
onChange=
{
changeOpenStatus
}
disabled
>
{
openTypeStatus
.
map
((
text
:
any
,
index
:
any
)
=>
(
<
Option
key=
{
index
}
value=
{
text
}
>
{
text
}
</
Option
>
))
}
...
...
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