Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
24e2ba2c
Commit
24e2ba2c
authored
Sep 01, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文字信息
parent
697d79c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
allGraspTheSituation.vue
src/components/index/scoreDetails/allGraspTheSituation.vue
+3
-3
manifest.json
src/manifest.json
+1
-1
No files found.
src/components/index/scoreDetails/allGraspTheSituation.vue
View file @
24e2ba2c
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
<text
class=
"Score"
>
{{
item
.
Score
}}
</text>
<text
class=
"Score"
>
{{
item
.
Score
}}
</text>
<text
class=
"ScoreRate"
<text
class=
"ScoreRate"
:class=
"item.ScoreRate
<0
.
5
?'
failed
'
:
:class=
"item.ScoreRate
<0
.
5
?'
failed
'
:
(
item
.
ScoreRate=
=1?'fullScore':'')"
>
{{
(
item
.
ScoreRate
*
100
).
toFixed
(
0
)
}}
<text>
%
</text></text>
(
item
.
ScoreRate=
=1?'fullScore':'')"
>
{{
item
.
PScore
.
toFixed
(
0
)
}}
<text>
</text></text>
<text
class=
"AvgScoreRate"
>
{{
(
item
.
AvgScoreRate
*
100
).
toFixed
(
0
)
}}
<text>
%
</text></text>
<text
class=
"AvgScoreRate"
>
{{
item
.
AvgScore
.
toFixed
(
0
)
}}
<text>
</text></text>
</view>
</view>
</view>
</view>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
},
},
showPhone
:
false
,
showPhone
:
false
,
showLogin
:
true
,
//多次点击
showLogin
:
true
,
//多次点击
TitleList
:[
'考点'
,
'分数'
,
'个人得分
率
'
,
'平均得分'
]
TitleList
:[
'考点'
,
'分数'
,
'个人得分'
,
'平均得分'
]
});
});
return
{
return
{
...
toRefs
(
data
),
...
toRefs
(
data
),
...
...
src/manifest.json
View file @
24e2ba2c
{
{
"name"
:
"
成长树
"
,
"name"
:
"
进阶成长数
"
,
"appid"
:
"__UNI__C97C820"
,
"appid"
:
"__UNI__C97C820"
,
"description"
:
"甲鹤小程序学生端"
,
"description"
:
"甲鹤小程序学生端"
,
"versionName"
:
"1.0.0"
,
"versionName"
:
"1.0.0"
,
...
...
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