Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
b9534f4b
Commit
b9534f4b
authored
Dec 14, 2022
by
sunerhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复积分订单详情传参错误
2.修复H5 分享课程登录页面userId 传参错误 3.修改 我的团队页面样式
parent
42971a52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
pages/personalCenter/teamMembers/jurisdiction.vue
+28
-0
No files found.
pages/personalCenter/teamMembers/jurisdiction.vue
View file @
b9534f4b
...
@@ -10,6 +10,17 @@
...
@@ -10,6 +10,17 @@
合计:
{{
item
.
rank
}}
合计:
{{
item
.
rank
}}
</view>
</view>
<view
class=
""
>
<view
class=
""
>
<view
class=
"d-box"
>
<view
class=
"d-td"
>
<text>
辖下组织/成员
</text>
</view>
<view
class=
"d-td"
>
<text>
职级
</text>
</view>
<view
class=
"d-td"
>
<text>
成员数量
</text>
</view>
</view>
<lazy-tree
:datatitleList=
"datatitleList"
:dataList=
"dataList"
type=
"2"
></lazy-tree>
<lazy-tree
:datatitleList=
"datatitleList"
:dataList=
"dataList"
type=
"2"
></lazy-tree>
<!--
<myteam-table
:datatitleList=
"datatitleList"
:dataList=
"raiseList"
type=
"2"
></myteam-table>
-->
<!--
<myteam-table
:datatitleList=
"datatitleList"
:dataList=
"raiseList"
type=
"2"
></myteam-table>
-->
<!--
<view
class=
"table-content"
>
<!--
<view
class=
"table-content"
>
...
@@ -102,6 +113,23 @@
...
@@ -102,6 +113,23 @@
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
}
}
.d-box
{
display
:
flex
;
justify-content
:
space-between
;
//
padding
:
0
20
rpx
;
font-size
:
32
rpx
;
font-weight
:
600
;
.d-header
{
text-align
:
center
;
font-size
:
26
rpx
;
}
.d-td
{
align-items
:
center
;
padding
:
5
rpx
10
rpx
;
}
}
.concent-title
{
.concent-title
{
width
:
223px
;
width
:
223px
;
height
:
40px
;
height
:
40px
;
...
...
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