zhb 2 주 전
부모
커밋
768dce0267
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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 = () => {