食谱计划页面弹窗样式优化、按天提成列表增加一列

This commit is contained in:
xiezhijun
2021-01-20 18:41:14 +08:00
parent 8c4dea035e
commit 8d725bed34
8 changed files with 209 additions and 197 deletions

View File

@ -36,7 +36,9 @@
</el-form>
<div><span style="color:#E6A23C;font-family:PingFang SC">
注意事项
<br/>12021年1月开始的订单才开始按天计算提成</span></div>
<br/>12021年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">