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
13322d0b
Commit
13322d0b
authored
Sep 17, 2020
by
成旭东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
住宅业态 开盘状态时间可以为空
parent
2d348500
Pipeline
#28268
passed with stage
in 45 minutes 46 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
houseOpenInfo.tsx
...es/mpEstate/estateList/edite/components/houseOpenInfo.tsx
+6
-6
index.less
src/pages/mpEstate/estateList/edite/components/index.less
+1
-1
selectIcon.png
...pages/mpEstate/estateList/edite/components/selectIcon.png
+0
-0
No files found.
src/pages/mpEstate/estateList/edite/components/houseOpenInfo.tsx
View file @
13322d0b
/* eslint-disable no-nested-ternary */
/* eslint-disable no-plusplus */
/* eslint-disable react/no-array-index-key */
import
React
,
{
useEffect
,
useState
}
from
'react'
;
...
...
@@ -174,6 +175,11 @@ const HouseOpenInfoComponent = (props: any) => {
status
:
keyName
,
value
:
fieldsValue
[
keyName
],
})
}
else
{
filterStatusData
.
push
({
status
:
keyName
,
value
:
[
''
,
''
],
})
}
delete
fieldsValue
[
keyName
];
...
...
@@ -359,12 +365,6 @@ const HouseOpenInfoComponent = (props: any) => {
label=
{
text
}
initialValue=
{
getStatusValue
(
firstOpenInfo
.
houseInfoStatus
,
text
)
}
{
...
statusFormItemLayout
}
rules=
{
[
{
required
:
true
,
message
:
'填写时间'
,
},
]
}
>
<
RangePicker
format=
"YYYY-MM-DD HH:mm:ss"
/>
</
FormItem
>
...
...
src/pages/mpEstate/estateList/edite/components/index.less
View file @
13322d0b
...
...
@@ -151,7 +151,7 @@
.selectStatus {
&::before {
background: url('
https://r.51gjj.com/webpublic/images/2020831/CEnWoYh7znels
.png') no-repeat;
background: url('
./selectIcon
.png') no-repeat;
background-size: 100% 100%;
}
}
...
...
src/pages/mpEstate/estateList/edite/components/selectIcon.png
0 → 100644
View file @
13322d0b
220 Bytes
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