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

This commit is contained in:
sexygoat
2026-04-30 12:04:04 +08:00
parent 044c07fae6
commit 57ddbe5f85
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
type="primary"
link
@click="handleOrderNoClick(scope.row)"
v-if="hasAuth('order:detail')"
v-if="hasAuth('order:package_list_detail')"
>
{{ scope.row.order_no }}
</ElButton>