Commit b4d6a0c6 authored by 罗超's avatar 罗超

2

parent 8a2b60b1
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<q-field filled label="进度" stack-label class="col-6"> <q-field filled label="进度" stack-label class="col-6">
<template v-slot:control> <template v-slot:control>
<div> <div>
{{ saveObj.CompleteProgress > 0 ? saveObj.CompleteProgress : 0 }}% {{ saveObj.Ranks}}/{{saveObj.TotalPlanNum}}
</div> </div>
</template> </template>
</q-field> </q-field>
......
...@@ -220,11 +220,7 @@ ...@@ -220,11 +220,7 @@
<div class="flex no-wrap"> <div class="flex no-wrap">
<span class="detailLabel">进度:</span <span class="detailLabel">进度:</span
><span ><span
>{{ >{{__item.Ranks}}/{{__item.TotalPlanNum}}</span
__item.CompleteProgress > 0
? __item.CompleteProgress
: 0
}}%</span
> >
</div> </div>
<div class="flex no-wrap"> <div class="flex no-wrap">
...@@ -297,11 +293,7 @@ ...@@ -297,11 +293,7 @@
<div class="flex no-wrap"> <div class="flex no-wrap">
<span class="detailLabel">进度:</span <span class="detailLabel">进度:</span
><span ><span
>{{ >{{__item.Ranks}}/{{__item.TotalPlanNum}}</span
__item.CompleteProgress > 0
? __item.CompleteProgress
: 0
}}%</span
> >
</div> </div>
<div class="flex no-wrap"> <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