Commit b4d6a0c6 authored by 罗超's avatar 罗超

2

parent 8a2b60b1
......@@ -54,7 +54,7 @@
<q-field filled label="进度" stack-label class="col-6">
<template v-slot:control>
<div>
{{ saveObj.CompleteProgress > 0 ? saveObj.CompleteProgress : 0 }}%
{{ saveObj.Ranks}}/{{saveObj.TotalPlanNum}}
</div>
</template>
</q-field>
......
......@@ -220,11 +220,7 @@
<div class="flex no-wrap">
<span class="detailLabel">进度:</span
><span
>{{
__item.CompleteProgress > 0
? __item.CompleteProgress
: 0
}}%</span
>{{__item.Ranks}}/{{__item.TotalPlanNum}}</span
>
</div>
<div class="flex no-wrap">
......@@ -297,11 +293,7 @@
<div class="flex no-wrap">
<span class="detailLabel">进度:</span
><span
>{{
__item.CompleteProgress > 0
? __item.CompleteProgress
: 0
}}%</span
>{{__item.Ranks}}/{{__item.TotalPlanNum}}</span
>
</div>
<div class="flex no-wrap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment