食谱计划页面弹窗样式优化、按天提成列表增加一列
This commit is contained in:
@ -36,7 +36,9 @@
|
||||
</el-form>
|
||||
<div><span style="color:#E6A23C;font-family:PingFang SC">
|
||||
注意事项:
|
||||
<br/>1、2021年1月开始的订单才开始按天计算提成</span></div>
|
||||
<br/>1、2021年1月开始的订单才开始按天计算提成
|
||||
<br/>2、发工资日期定为每月15号,若当前日期大于15号,则认定上个月的工资已发放
|
||||
</span></div>
|
||||
<el-row :gutter="10" class="mb8" style="margin-top:10px;">
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
@ -76,6 +78,12 @@
|
||||
{{scope.row.totalNotSentCommissionAmount}}
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
<el-table-column label="下月应发提成" align="center" prop="nextMonthCommission">
|
||||
<template scope="scope">
|
||||
{{scope.row.nextMonthCommission}}
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center">
|
||||
<template scope="scope">
|
||||
|
Reference in New Issue
Block a user