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>