fix: new
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m40s

This commit is contained in:
sexygoat
2026-06-15 10:19:35 +08:00
parent 2ecab976f5
commit 908367ba5d

View File

@@ -219,6 +219,18 @@
>
退款申请
</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
v-if="canUpdateUsedData"
type="primary"
@@ -235,18 +247,6 @@
>
修改过期时间
</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>
</template>
</ElTableColumn>