zhengnaiwen_citu il y a 4 mois
Parent
commit
74cd792201
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/views/salary/claim/staff/index.vue

+ 3 - 0
src/views/salary/claim/staff/index.vue

@@ -18,6 +18,9 @@
         :total="total"
         @page-change="onPageChange"
       >
+        <template #employeeProfitSharingRatio="{ row }">
+          {{ row.employeeProfitSharingRatio * 100 + '%' }}
+        </template>
         <template #actions="{ row }">
           <m-button type="primary" text @click="onEdit(row)">分润认领</m-button>
         </template>