Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
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
Maple
TOSTUMI
Commits
a1294638
Commit
a1294638
authored
Oct 16, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小区列表添加管理员搜索框
parent
859d5484
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
CellList.tsx
src/pages/CommunityManagement/CellList/CellList.tsx
+10
-4
VisitorRecord.tsx
...pages/CommunityManagement/visitorRecord/VisitorRecord.tsx
+0
-2
~$S WEB端 接口文档(word)(1).docx
项目文档/~$S WEB端 接口文档(word)(1).docx
+0
-0
No files found.
src/pages/CommunityManagement/CellList/CellList.tsx
View file @
a1294638
...
...
@@ -12,6 +12,7 @@ import SearchOptionsCommnity from '@/components/SearchOptions/SearchOptionsCommn
import
{
RA
,
SA
}
from
'@/utils/method'
;
import
{
objectColumns
}
from
'@/utils/string'
;
import
{
timestampToTime
}
from
'@/utils/time'
;
import
CommunitySearch
from
"@/components/CommunitySearch/CommunitySearch"
;
const
module
=
"CellList"
const
CellList
=
(
props
:
any
)
=>
{
...
...
@@ -29,9 +30,11 @@ const CellList = (props:any) => {
const
{
dispatch
,
Data
}
=
props
;
const
Pagechange
=
()
=>
{
}
const
onChange
=
e
=>
{
e
.
persist
();
console
.
log
(
"表单输入的值"
,
e
.
target
.
value
);
};
useEffect
(()
=>
{
RA
(
24
,
{
communityName
:
""
},
module
,
dispatch
);
...
...
@@ -56,7 +59,10 @@ const CellList = (props:any) => {
{
Data
!=
null
?
<>
{
/* <TitleSearch listkey={['communityName']} list={['Community Name']} onSubmit={CallBackTitleSearch}/> */
}
<
SearchOptionsCommnity
alone=
{
true
}
onSubmit=
{
CallbackSearch
}
/>
<
div
style=
{
{
display
:
"flex"
}
}
>
<
SearchOptionsCommnity
alone=
{
true
}
onSubmit=
{
CallbackSearch
}
/>
<
Input
placeholder=
"Administrator Name"
allowClear
onChange=
{
onChange
}
style=
{
{
width
:
200
,
marginLeft
:
20
}
}
/>
</
div
>
<
div
style=
{
{
height
:
80
,
position
:
"relative"
}
}
>
<
div
style=
{
{
position
:
"absolute"
,
right
:
0
}
}
>
<
Button
type=
"primary"
onClick=
{
goToAdd
}
>
Create new Community
</
Button
>
...
...
src/pages/CommunityManagement/visitorRecord/VisitorRecord.tsx
View file @
a1294638
...
...
@@ -68,8 +68,6 @@ const VisitorRecord = (props:any) => {
list=
{
[
'Community Name'
]
}
community=
{
"serviceCommunityList"
}
onSubmit=
{
CallBackTitleSearch
}
/>
{
Data
!=
null
?
<
Table
loading=
{
false
}
...
...
项目文档/~$S WEB端 接口文档(word)(1).docx
0 → 100644
View file @
a1294638
File added
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