|
@@ -62,6 +62,9 @@
|
|
{{ taskStatus[item.status]?.label }}
|
|
{{ taskStatus[item.status]?.label }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="w-full flex items-center justify-between mt-4">
|
|
|
|
+ <div class="text-[#505050]" style="width: 100%;">优先级: {{ ['低','中','高'][item.priority] }}</div>
|
|
|
|
+ </div>
|
|
<div class="w-full flex items-center justify-between mt-4">
|
|
<div class="w-full flex items-center justify-between mt-4">
|
|
<div class="text-[#505050]" style="width: 100%;">任务开始时间: {{ item.endDate }}</div>
|
|
<div class="text-[#505050]" style="width: 100%;">任务开始时间: {{ item.endDate }}</div>
|
|
</div>
|
|
</div>
|