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
4b93dad2
Commit
4b93dad2
authored
Dec 11, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物业费列表展示问题修改,业主服务翻译修改
parent
9c47c2fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
TableShow.tsx
src/components/TableShow/TableShow.tsx
+1
-1
ChargeManager.tsx
src/pages/PropertyManagement/ChargeManager.tsx
+2
-1
UsersDetail.tsx
src/pages/UserManagement/LIFEUserManagement/UsersDetail.tsx
+1
-1
No files found.
src/components/TableShow/TableShow.tsx
View file @
4b93dad2
...
...
@@ -38,7 +38,7 @@ const TableShow = (props: any) => {
const
key
=
objectColumns
([
[
'User Name'
,
'owner_family_name'
],
[
'Contact
Details
'
,
'owner_family_phone'
,
(
text
:
string
,
record
:
any
)
=>
text
||
'--'
],
[
'Contact
Number
'
,
'owner_family_phone'
,
(
text
:
string
,
record
:
any
)
=>
text
||
'--'
],
[
'Email'
,
'owner_family_email'
,
(
text
:
string
,
record
:
any
)
=>
text
||
'--'
],
[
'User Type'
,
...
...
src/pages/PropertyManagement/ChargeManager.tsx
View file @
4b93dad2
...
...
@@ -157,7 +157,7 @@ const ChargeManager = (props: any) => {
),
);
};
console
.
log
(
Data
);
return
(
<
div
className=
{
styles
.
base
}
>
<
TitleSearch
...
...
@@ -170,6 +170,7 @@ const ChargeManager = (props: any) => {
{
Data
!==
null
?
(
<
ProTable
<
GithubIssueItem
>
columnEmptyText=
{
false
}
columns=
{
columns
}
dataSource=
{
Data
.
list
}
rowKey=
{
'id'
}
...
...
src/pages/UserManagement/LIFEUserManagement/UsersDetail.tsx
View file @
4b93dad2
...
...
@@ -370,7 +370,7 @@ const UsersDetail = (props: any) => {
<
Col
span=
{
4
}
>
{
memberData
.
owner_family_name
}
</
Col
>
</
Row
>
<
Row
gutter=
{
16
}
>
<
Col
span=
{
4
}
>
Contact
Detail
:
</
Col
>
<
Col
span=
{
4
}
>
Contact
Number
:
</
Col
>
<
Col
span=
{
4
}
>
{
memberData
.
owner_family_phone
}
</
Col
>
<
Col
span=
{
4
}
>
{
memberData
.
owner_family_email
}
</
Col
>
</
Row
>
...
...
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