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
8b73175e
Commit
8b73175e
authored
Dec 17, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小区服务翻译修改
parent
dab5335e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Detail.tsx
src/pages/CommercialService/Detail.tsx
+2
-2
RenovationDetail.tsx
src/pages/CommercialService/RenovationDetail.tsx
+7
-7
No files found.
src/pages/CommercialService/Detail.tsx
View file @
8b73175e
...
@@ -160,9 +160,9 @@ const Detail = (props: any) => {
...
@@ -160,9 +160,9 @@ const Detail = (props: any) => {
>
>
{
!
editorFlag
?
(
{
!
editorFlag
?
(
<
Row
gutter=
{
16
}
>
<
Row
gutter=
{
16
}
>
<
Col
>
Replyer
:
</
Col
>
<
Col
>
Attended By
:
</
Col
>
<
Col
span=
{
6
}
>
{
CurDataDetail
.
replyName
}
</
Col
>
<
Col
span=
{
6
}
>
{
CurDataDetail
.
replyName
}
</
Col
>
<
Col
>
Contact:
</
Col
>
<
Col
>
Contact
Details
:
</
Col
>
<
Col
>
{
CurDataDetail
.
replyPhone
}
</
Col
>
<
Col
>
{
CurDataDetail
.
replyPhone
}
</
Col
>
</
Row
>
</
Row
>
)
:
null
}
)
:
null
}
...
...
src/pages/CommercialService/RenovationDetail.tsx
View file @
8b73175e
...
@@ -99,15 +99,15 @@ const RenovationDetail = (props: any) => {
...
@@ -99,15 +99,15 @@ const RenovationDetail = (props: any) => {
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
>
Owner Name:
</
Col
>
<
Col
>
Owner Name:
</
Col
>
<
Col
span=
{
3
}
>
{
onwerDetail
.
owerName
}
</
Col
>
<
Col
span=
{
3
}
>
{
onwerDetail
.
owerName
}
</
Col
>
<
Col
>
Phone
:
</
Col
>
<
Col
>
Contact Details
:
</
Col
>
<
Col
>
{
onwerDetail
.
owerPhone
}
</
Col
>
<
Col
>
{
onwerDetail
.
owerPhone
}
</
Col
>
</
Row
>
</
Row
>
<
Line
></
Line
>
<
Line
></
Line
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
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
}
>
{
listData
.
contactName
}
</
Col
>
<
Col
span=
{
3
}
>
Phone
:
</
Col
>
<
Col
span=
{
3
}
>
Contact Details
:
</
Col
>
<
Col
>
{
listData
.
contactPhone
}
</
Col
>
<
Col
>
{
listData
.
contactPhone
}
</
Col
>
</
Row
>
</
Row
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
...
@@ -139,7 +139,7 @@ const RenovationDetail = (props: any) => {
...
@@ -139,7 +139,7 @@ const RenovationDetail = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'You have to choose an outcome!'
}]
}
rules=
{
[{
required
:
true
,
message
:
'You have to choose an outcome!'
}]
}
>
>
<
Radio
.
Group
>
<
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'
}
>
<
Radio
.
Button
style=
{
{
marginLeft
:
10
}
}
value=
{
'2'
}
>
Reject
Reject
</
Radio
.
Button
>
</
Radio
.
Button
>
...
@@ -166,9 +166,9 @@ const RenovationDetail = (props: any) => {
...
@@ -166,9 +166,9 @@ const RenovationDetail = (props: any) => {
)
:
(
)
:
(
<>
<>
<
Row
>
<
Row
>
<
Col
span=
{
3
}
>
Replyer
:
</
Col
>
<
Col
span=
{
3
}
>
Attended By
:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
replyName
}
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
replyName
}
</
Col
>
<
Col
span=
{
3
}
>
Contact
:
</
Col
>
<
Col
span=
{
3
}
>
Contact
Details:
</
Col
>
<
Col
>
{
listData
.
replyPhone
}
</
Col
>
<
Col
>
{
listData
.
replyPhone
}
</
Col
>
</
Row
>
</
Row
>
...
@@ -176,7 +176,7 @@ const RenovationDetail = (props: any) => {
...
@@ -176,7 +176,7 @@ const RenovationDetail = (props: any) => {
<
Col
span=
{
3
}
>
Approval For Application:
</
Col
>
<
Col
span=
{
3
}
>
Approval For Application:
</
Col
>
<
Col
>
<
Col
>
<
Radio
.
Group
value=
{
listData
.
decorationStatus
}
>
<
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'
}
>
<
Radio
.
Button
style=
{
{
marginLeft
:
10
}
}
value=
{
'2'
}
>
Reject
Reject
</
Radio
.
Button
>
</
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