zhengnaiwen_citu 4 달 전
부모
커밋
74cd792201
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>