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>

View File

@@ -569,7 +569,7 @@
createForm.payment_voucher_key = file_key
ElMessage.success('上传成功')
// 触发表单验证
nextTick(() => {
await nextTick(() => {
createFormRef.value?.validateField('payment_voucher_key')
})
} catch (error: any) {