Lijy 3 ماه پیش
والد
کامیت
1b462bcbda

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/home/component/workbench.vue

@@ -66,10 +66,10 @@
                     <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>
+                    <div class="text-[#505050]" style="width: 100%;">任务开始时间: {{ item.startDate }}</div>
                   </div>
                   <div class="w-full flex items-center justify-between mt-4">
-                    <div class="text-[#505050]" style="width: 100%;">任务截至时间: {{ item.startDate }}</div>
+                    <div class="text-[#505050]" style="width: 100%;">任务截至时间: {{ item.endDate }}</div>
                   </div>
                 </div>
               </template>