This commit is contained in:
@@ -219,6 +219,18 @@
|
|||||||
>
|
>
|
||||||
退款申请
|
退款申请
|
||||||
</ElButton>
|
</ElButton>
|
||||||
|
<ElButton
|
||||||
|
v-if="
|
||||||
|
scope.row.status === 4 &&
|
||||||
|
scope.row.refund_id &&
|
||||||
|
hasAuth('refund:package_list_detail')
|
||||||
|
"
|
||||||
|
type="primary"
|
||||||
|
link
|
||||||
|
@click="handleViewRefundDetail(scope.row)"
|
||||||
|
>
|
||||||
|
退款详情
|
||||||
|
</ElButton>
|
||||||
<ElButton
|
<ElButton
|
||||||
v-if="canUpdateUsedData"
|
v-if="canUpdateUsedData"
|
||||||
type="primary"
|
type="primary"
|
||||||
@@ -235,18 +247,6 @@
|
|||||||
>
|
>
|
||||||
修改过期时间
|
修改过期时间
|
||||||
</ElButton>
|
</ElButton>
|
||||||
<ElButton
|
|
||||||
v-if="
|
|
||||||
scope.row.status === 4 &&
|
|
||||||
scope.row.refund_id &&
|
|
||||||
hasAuth('refund:package_list_detail')
|
|
||||||
"
|
|
||||||
type="primary"
|
|
||||||
link
|
|
||||||
@click="handleViewRefundDetail(scope.row)"
|
|
||||||
>
|
|
||||||
退款详情
|
|
||||||
</ElButton>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</ElTableColumn>
|
</ElTableColumn>
|
||||||
|
|||||||
Reference in New Issue
Block a user