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
7f401616
Commit
7f401616
authored
Dec 18, 2020
by
cellee
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'final' of
http://120.77.240.215:9701/Maple/tostumi.git
into final
parents
d3e90aa3
0b2fa9e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
SecurityLayout.tsx
src/layouts/SecurityLayout.tsx
+1
-1
Detail.tsx
src/pages/CommercialService/Detail.tsx
+2
-2
RenovationDetail.tsx
src/pages/CommercialService/RenovationDetail.tsx
+7
-7
No files found.
src/layouts/SecurityLayout.tsx
View file @
7f401616
...
...
@@ -33,7 +33,7 @@ class SecurityLayout extends React.Component<SecurityLayoutProps, SecurityLayout
const
perList
=
[
{
key
:
'1'
,
path
:
'/UserManagement/LIFEUserManagement'
},
{
key
:
'
1
8'
,
path
:
'/UserManagement/ServiceProviderManagement'
},
{
key
:
'8'
,
path
:
'/UserManagement/ServiceProviderManagement'
},
{
key
:
'15'
,
path
:
'/PropertyManagement'
},
{
key
:
'17'
,
path
:
'/CommercialService/CommunityMaintenance'
},
{
key
:
'20'
,
path
:
'/CommercialService/OwnerComplaints'
},
...
...
src/pages/CommercialService/Detail.tsx
View file @
7f401616
...
...
@@ -160,9 +160,9 @@ const Detail = (props: any) => {
>
{
!
editorFlag
?
(
<
Row
gutter=
{
16
}
>
<
Col
>
Replyer
:
</
Col
>
<
Col
>
Attended By
:
</
Col
>
<
Col
span=
{
6
}
>
{
CurDataDetail
.
replyName
}
</
Col
>
<
Col
>
Contact:
</
Col
>
<
Col
>
Contact
Details
:
</
Col
>
<
Col
>
{
CurDataDetail
.
replyPhone
}
</
Col
>
</
Row
>
)
:
null
}
...
...
src/pages/CommercialService/RenovationDetail.tsx
View file @
7f401616
...
...
@@ -99,15 +99,15 @@ const RenovationDetail = (props: any) => {
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
>
Owner Name:
</
Col
>
<
Col
span=
{
3
}
>
{
onwerDetail
.
owerName
}
</
Col
>
<
Col
>
Phone
:
</
Col
>
<
Col
>
Contact Details
:
</
Col
>
<
Col
>
{
onwerDetail
.
owerPhone
}
</
Col
>
</
Row
>
<
Line
></
Line
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Contract Name
:
</
Col
>
<
Col
span=
{
3
}
>
Applicant
:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
contactName
}
</
Col
>
<
Col
span=
{
3
}
>
Phone
:
</
Col
>
<
Col
span=
{
3
}
>
Contact Details
:
</
Col
>
<
Col
>
{
listData
.
contactPhone
}
</
Col
>
</
Row
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
...
...
@@ -139,7 +139,7 @@ const RenovationDetail = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'You have to choose an outcome!'
}]
}
>
<
Radio
.
Group
>
<
Radio
.
Button
value=
{
'1'
}
>
A
gre
e
</
Radio
.
Button
>
{
' '
}
<
Radio
.
Button
value=
{
'1'
}
>
A
pprov
e
</
Radio
.
Button
>
{
' '
}
<
Radio
.
Button
style=
{
{
marginLeft
:
10
}
}
value=
{
'2'
}
>
Reject
</
Radio
.
Button
>
...
...
@@ -166,9 +166,9 @@ const RenovationDetail = (props: any) => {
)
:
(
<>
<
Row
>
<
Col
span=
{
3
}
>
Replyer
:
</
Col
>
<
Col
span=
{
3
}
>
Attended By
:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
replyName
}
</
Col
>
<
Col
span=
{
3
}
>
Contact
:
</
Col
>
<
Col
span=
{
3
}
>
Contact
Details:
</
Col
>
<
Col
>
{
listData
.
replyPhone
}
</
Col
>
</
Row
>
...
...
@@ -176,7 +176,7 @@ const RenovationDetail = (props: any) => {
<
Col
span=
{
3
}
>
Approval For Application:
</
Col
>
<
Col
>
<
Radio
.
Group
value=
{
listData
.
decorationStatus
}
>
<
Radio
.
Button
value=
{
'1'
}
>
A
gre
e
</
Radio
.
Button
>
{
' '
}
<
Radio
.
Button
value=
{
'1'
}
>
A
pprov
e
</
Radio
.
Button
>
{
' '
}
<
Radio
.
Button
style=
{
{
marginLeft
:
10
}
}
value=
{
'2'
}
>
Reject
</
Radio
.
Button
>
...
...
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