|
|
@@ -74,11 +74,11 @@
|
|
|
<el-button v-if="scope.row.IS_CAN_CLOSE || scope.row.IS_CAN_PERF" type="primary" class="button"
|
|
|
@click="dialogTableVisible = true;currentPeriod = scope.row.PERIOD_NUM;getDialogData();">
|
|
|
{{$t('common.action')}}</el-button>
|
|
|
- <el-button v-if="scope.row.IS_CAN_CLOSE && permission.hasPermission(`bonus/close-period`)" type="primary" class="button"
|
|
|
+ <el-button style="margin: 0 0 !important;" v-if="scope.row.IS_CAN_CLOSE && permission.hasPermission(`bonus/close-period`)" type="primary" class="button"
|
|
|
@click.native="closeHandle(scope.row)">
|
|
|
{{$t('bonus.closurePeriod')}}<!-- 封期 -->
|
|
|
</el-button>
|
|
|
- <el-button @click.native="sentHandle(scope.row)" type="primary" class="button"
|
|
|
+ <el-button style="margin: 0 0 !important;" @click.native="sentHandle(scope.row)" type="primary" class="button"
|
|
|
v-if="scope.row.IS_CAN_SENT && permission.hasPermission(`bonus/send-period`)">
|
|
|
<!-- 挂网 -->spread a net
|
|
|
</el-button>
|