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
b7a6b4bb
Commit
b7a6b4bb
authored
Feb 05, 2021
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
67c11eeb
a238be13
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 @
b7a6b4bb
...
...
@@ -123,7 +123,9 @@ const CardDetail = (props: any) => {
<
Line
/>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
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
span=
{
2
}
>
{
listData
.
apply_name_phone
}
</
Col
>
<
Col
>
{
listData
.
apply_name_email
}
</
Col
>
...
...
src/pages/CommercialService/RenovationDetail.tsx
View file @
b7a6b4bb
...
...
@@ -123,7 +123,9 @@ const RenovationDetail = (props: any) => {
<
Line
/>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
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
span=
{
2
}
>
{
listData
.
contactPhone
}
</
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