|
@@ -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>
|