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>