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
7efa188a
Commit
7efa188a
authored
Jun 10, 2022
by
aifen@azjy1.onexmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
校园报告字段更改
parent
8ab7d0e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+6
-6
No files found.
src/pages/SchoolReport/SchoolReport.vue
View file @
7efa188a
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
</view>
</view>
</view>
</view>
<view
class=
"school-report-context-card-one-context-txt"
>
<view
class=
"school-report-context-card-one-context-txt"
>
消费
<text
class=
"txt-important"
>
{{
consumerAmountObj
.
consumer
rental
}}
</text>
元,超过全校
消费
<text
class=
"txt-important"
>
{{
consumerAmountObj
.
consumer
grossamount
}}
</text>
元,超过全校
<text
class=
"txt-important"
>
{{
consumerAmountObj
.
gtgraderate
}}
%
</text>
<text
class=
"txt-important"
>
{{
consumerAmountObj
.
gtgraderate
}}
%
</text>
的同学
<text
v-if=
"isReasonable"
>
,请及时评估生活费是否合理
</text>
的同学
<text
v-if=
"isReasonable"
>
,请及时评估生活费是否合理
</text>
</view>
</view>
...
@@ -285,7 +285,7 @@
...
@@ -285,7 +285,7 @@
<view
class=
"school-report-context-card-four-conclusion"
>
<view
class=
"school-report-context-card-four-conclusion"
>
<view
class=
"school-report-context-card-four-conclusion-item"
>
<view
class=
"school-report-context-card-four-conclusion-item"
>
<text>
消费
<text
<text>
消费
<text
class=
"consume-total"
>
{{
consumerAmountObj
.
consumer
rental
}}
</text>
元,超过同年级
<text
class=
"consume-total"
>
{{
consumerAmountObj
.
consumer
grossamount
}}
</text>
元,超过同年级
<text
class=
"consume-total"
>
{{
consumerAmountObj
.
gtgraderate
}}
%
</text>
的同学
<text
class=
"consume-total"
>
{{
consumerAmountObj
.
gtgraderate
}}
%
</text>
的同学
<text
v-if=
"isReasonable"
>
,请及时评估生活费是否合理
</text></text>
v-if=
"isReasonable"
>
,请及时评估生活费是否合理
</text></text>
</view>
</view>
...
@@ -301,7 +301,7 @@
...
@@ -301,7 +301,7 @@
</view>
</view>
<view
class=
"user-consume"
:style=
"
{height:userConsumeHeight+'rpx'}">
<view
class=
"user-consume"
:style=
"
{height:userConsumeHeight+'rpx'}">
<view
class=
"user-consume-num"
>
<view
class=
"user-consume-num"
>
<text>
{{
consumerAmountObj
.
consumer
rental
}}
</text>
<text>
{{
consumerAmountObj
.
consumer
grossamount
}}
</text>
</view>
</view>
<view
class=
"user-consume-img"
>
<view
class=
"user-consume-img"
>
<image
src=
"../../static/images/yellowArrow.png"
mode=
""
></image>
<image
src=
"../../static/images/yellowArrow.png"
mode=
""
></image>
...
@@ -1755,7 +1755,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
...
@@ -1755,7 +1755,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
if
(
!
data
.
obj
)
return
;
if
(
!
data
.
obj
)
return
;
if
(
data
.
obj
.
length
)
{
if
(
data
.
obj
.
length
)
{
const
tmpObj
=
data
.
obj
[
0
];
const
tmpObj
=
data
.
obj
[
0
];
this
.
isEatLow
=
tmpObj
.
canteenamount
/
tmpObj
.
consumer
rental
<
0.5
?
true
:
false
;
this
.
isEatLow
=
tmpObj
.
canteenamount
/
tmpObj
.
consumer
grossamount
<
0.5
?
true
:
false
;
if
(
num
)
{
if
(
num
)
{
this
.
pieDatas
=
[
this
.
pieDatas
=
[
[{
[{
...
@@ -1779,12 +1779,12 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
...
@@ -1779,12 +1779,12 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
num
:
this
.
consumerAmountObj
.
schoolavgamount
num
:
this
.
consumerAmountObj
.
schoolavgamount
},
{
},
{
name
:
'
userConsumeHeight
'
,
name
:
'
userConsumeHeight
'
,
num
:
this
.
consumerAmountObj
.
consumer
rental
num
:
this
.
consumerAmountObj
.
consumer
grossamount
},
{
},
{
name
:
'
gradeAverageHeight
'
,
name
:
'
gradeAverageHeight
'
,
num
:
this
.
consumerAmountObj
.
gradeavgamount
num
:
this
.
consumerAmountObj
.
gradeavgamount
});
});
const
tempArr
=
[
this
.
consumerAmountObj
.
schoolavgamount
,
this
.
consumerAmountObj
.
consumer
rental
,
const
tempArr
=
[
this
.
consumerAmountObj
.
schoolavgamount
,
this
.
consumerAmountObj
.
consumer
grossamount
,
this
.
consumerAmountObj
.
gradeavgamount
this
.
consumerAmountObj
.
gradeavgamount
];
];
const
heightArr
=
Object
.
keys
(
this
.
counterArray
(
tempArr
)).
length
==
1
?
[
139
,
139
,
139
]
:
(
const
heightArr
=
Object
.
keys
(
this
.
counterArray
(
tempArr
)).
length
==
1
?
[
139
,
139
,
139
]
:
(
...
...
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