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

This commit is contained in:
sexygoat
2026-04-27 09:59:01 +08:00
parent 819fe9080a
commit 2a33434005
6 changed files with 13 additions and 13 deletions

View File

@@ -878,10 +878,10 @@
type: 'danger'
})
}
// 打回重填
// 打回
if (hasAuth('refund:return')) {
actions.push({
label: '打回重填',
label: '打回',
handler: () => handleShowReturn(row),
type: 'primary'
})