Forráskód Böngészése

提交客户管家日历相关代码

Lijy 1 hónapja
szülő
commit
d2f4d65e63

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

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