|
|
@@ -37,11 +37,11 @@
|
|
|
<!-- 计算 -->
|
|
|
<el-button v-if="scope.row.IS_CAN_CALC" class="button" type="primary" size="small" @click.native="calcHandle(scope.row.PERIOD_NUM)">{{ $t('bonus.calculationOfBonus') }}</el-button>
|
|
|
<!-- 挂网 -->
|
|
|
- <el-button @click.native="sentHandle(scope.row)" type="primary" class="button" size="small" v-if="scope.row.IS_CAN_SENT && permission.hasPermission(`bonus/send-period`)">
|
|
|
+ <el-button @click.native="sentHandle(scope.row)" type="danger" class="button" size="small" v-if="scope.row.IS_CAN_SENT && permission.hasPermission(`bonus/send-period`)">
|
|
|
{{ $t('bonus.spreadNet') }}
|
|
|
</el-button>
|
|
|
<!-- 日志 -->
|
|
|
- <el-button v-if="scope.row.IS_SHOW_LOG" class="button" type="danger" size="small" @click.native="getDialogData(scope.row.PERIOD_NUM);dialogLoading=true;" >{{$t('bonus.logRefresh')}}</el-button>
|
|
|
+ <el-button v-if="scope.row.IS_SHOW_LOG" class="button" type="info" size="small" @click.native="getDialogData(scope.row.PERIOD_NUM);dialogLoading=true;" >{{$t('bonus.logRefresh')}}</el-button>
|
|
|
|
|
|
<!-- <el-row><el-button class="button" type="primary" @click.native="autoPerfHandle(currentPeriod)" >计算和拉取期业绩</el-button></el-row>-->
|
|
|
<!-- <div>-->
|