zhb před 2 týdny
rodič
revize
768dce0267
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      pages/follow/follow-list.vue

+ 6 - 6
pages/follow/follow-list.vue

@@ -146,12 +146,12 @@ const currentColumns = computed(() => [
         align: 'center',
         slot: 'timeRange'     // 使用插槽显示开始时间和结束时间(上下两行)
     },
-    {
-        prop: 'followProfit',
-        label: t('Documentary.TundManagement.item21'),
-        align: 'center',
-        formatter: ({ row }) => percentFormat(row.followProfit || 0)
-    }
+    // {
+    //     prop: 'followProfit',
+    //     label: t('Documentary.TundManagement.item21'),
+    //     align: 'center',
+    //     formatter: ({ row }) => percentFormat(row.followProfit || 0)
+    // }
 ])
 
 const selectLoginDeal = () => {