|
@@ -208,7 +208,8 @@
|
|
|
</auth>
|
|
|
<!-- v-permission="'musicGroupPaymentCalenderDetail/batchAdd/3890'" v-permission="''" -->
|
|
|
|
|
|
- <auth
|
|
|
+ <template v-if="scope.row.paymentType != 'GOODS_PURCHASE'">
|
|
|
+ <auth
|
|
|
auths="musicGroupPaymentCalender/update/4313"
|
|
|
v-if="
|
|
|
teamStatus &&
|
|
@@ -234,6 +235,19 @@
|
|
|
>修改</el-button
|
|
|
>
|
|
|
</auth>
|
|
|
+ </template>
|
|
|
+ <template v-else>
|
|
|
+ <auth
|
|
|
+ auths="musicGroupPaymentCalender/update/4313"
|
|
|
+ v-if="
|
|
|
+ scope.row.status != 'AUDITING'
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <el-button type="text" @click="resetPay(scope.row)"
|
|
|
+ >修改</el-button
|
|
|
+ >
|
|
|
+ </auth>
|
|
|
+ </template>
|
|
|
<!-- scope.row.paymentType != 'SPAN_GROUP_CLASS_ADJUST' &&-->
|
|
|
<auth
|
|
|
auths="musicGroupPaymentCalender/revoke"
|