@@ -62,6 +62,9 @@
{{ taskStatus[item.status]?.label }}
</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="text-[#505050]" style="width: 100%;">任务开始时间: {{ item.endDate }}</div>