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
a238be13
Commit
a238be13
authored
Feb 05, 2021
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
租客家人注销 显示已注销文案
parent
64e50d1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CardDetail.tsx
src/pages/CommercialService/CardDetail.tsx
+3
-1
RenovationDetail.tsx
src/pages/CommercialService/RenovationDetail.tsx
+3
-1
No files found.
src/pages/CommercialService/CardDetail.tsx
View file @
a238be13
...
@@ -123,7 +123,9 @@ const CardDetail = (props: any) => {
...
@@ -123,7 +123,9 @@ const CardDetail = (props: any) => {
<
Line
/>
<
Line
/>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
apply_name
}
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
apply_name
}
{
listData
.
exist
===
'1'
&&
'(Canceled)'
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
apply_name_phone
}
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
apply_name_phone
}
</
Col
>
<
Col
>
{
listData
.
apply_name_email
}
</
Col
>
<
Col
>
{
listData
.
apply_name_email
}
</
Col
>
...
...
src/pages/CommercialService/RenovationDetail.tsx
View file @
a238be13
...
@@ -123,7 +123,9 @@ const RenovationDetail = (props: any) => {
...
@@ -123,7 +123,9 @@ const RenovationDetail = (props: any) => {
<
Line
/>
<
Line
/>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
contactName
}
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
contactName
}
{
listData
.
exist
===
'1'
&&
'(Canceled)'
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
contactPhone
}
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
contactPhone
}
</
Col
>
<
Col
>
{
listData
.
contactEmail
}
</
Col
>
<
Col
>
{
listData
.
contactEmail
}
</
Col
>
...
...
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