Explorar el Código

移除 TeamMembersView 组件中总收入列的显示,优化代码结构以提升可读性。

wuyi hace 2 meses
padre
commit
64e850b60e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/TeamMembersView.vue

+ 2 - 2
src/views/TeamMembersView.vue

@@ -80,7 +80,7 @@
         </template>
       </Column>
 
-      <Column field="totalRevenue" header="总收入" style="min-width: 120px">
+      <!-- <Column field="totalRevenue" header="总收入" style="min-width: 120px">
         <template #body="slotProps">
           <span class="total-revenue-text font-semibold"> {{ formatAmount(slotProps.data.totalRevenue) }} </span>
         </template>
@@ -90,7 +90,7 @@
         <template #body="slotProps">
           <span class="today-revenue-text font-semibold"> {{ formatAmount(slotProps.data.todayRevenue) }} </span>
         </template>
-      </Column>
+      </Column> -->
 
       <Column field="createdAt" header="创建时间" style="min-width: 150px">
         <template #body="slotProps">