Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
be4007a0
Commit
be4007a0
authored
May 16, 2022
by
aifen@azjy1.onexmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交更新
parent
1308dc7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
21 deletions
+36
-21
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+36
-21
No files found.
src/pages/SchoolReport/SchoolReport.vue
View file @
be4007a0
...
...
@@ -330,6 +330,16 @@
</view>
</view>
</view>
<!-- 门禁报告 -->
<view
v-if=
"tabIndex==2"
class=
"attendance-report-context-card-two"
>
</view>
<!-- 公话报告 -->
<view
class=
"school-report-context-card-title"
>
<view
class=
"school-report-context-card-title-img"
>
<text>
出勤情况
</text>
</view>
</view>
<view
v-if=
"isOpen"
class=
"school-report-footer"
>
<view
class=
"school-report-footer-item"
>
<view
class=
"school-report-footer-item-txt"
>
...
...
@@ -349,7 +359,7 @@
</view>
</view>
</view>
<view
v-if=
"!isOpen"
class=
"no-open"
>
<view
v-if=
"!isOpen"
class=
"no-open"
:style=
"
{height:[915,845,891][tabIndex-1]+'rpx'}"
>
<view
class=
"no-open-solution"
@
tap=
"equityPay"
>
<view
class=
"no-open-solution-txt"
>
<text>
最低
{{
[
memberInfo
.
leastAmount
,
0.1
,
0.3
][
tabIndex
-
1
]
}}
元/天开通,查看完整
{{
[
'
消费
'
,
'
门禁
'
,
'
公话
'
][
tabIndex
-
1
]
}}
报告
</text>
...
...
@@ -1430,6 +1440,26 @@
background
:
no-repeat
center
/
100%
url(../../static/images/pubTalkReportBg.png)
;
}
.school-report-context-card-title
{
height
:
62rpx
;
display
:
flex
;
justify-content
:
center
;
.school-report-context-card-title-img
{
width
:
318rpx
;
background
:
no-repeat
center
/
100%
url(../../static/images/cardBg.png)
;
font-size
:
32rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
line-height
:
45rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
}
// 消费报告
.school-report-context-card
{
width
:
100%
;
background
:
#E5F8F1
;
...
...
@@ -1578,25 +1608,6 @@
}
}
.school-report-context-card-title
{
height
:
62rpx
;
display
:
flex
;
justify-content
:
center
;
.school-report-context-card-title-img
{
width
:
318rpx
;
background
:
no-repeat
center
/
100%
url(../../static/images/cardBg.png)
;
font-size
:
32rpx
;
font-family
:
PingFangSC-Semibold
,
PingFang
SC
;
font-weight
:
600
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
line-height
:
45rpx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
}
}
.school-report-context-card-two
{
height
:
876rpx
;
background
:
#FFFFFF
;
...
...
@@ -2036,6 +2047,10 @@
}
}
}
// 门禁报告
}
.no-open
{
...
...
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