修复气站订单用户名称与合同上下文展示

This commit is contained in:
czl231
2026-08-19 00:14:42 +08:00
parent 569ac314b1
commit aefd80599e
5 changed files with 80 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ if (
!recordSource.includes('record.value.contract_readonly === true') ||
!recordSource.includes('record.contract_readonly !== true') ||
!recordSource.includes("definition.value.name === 'user_account'") ||
!listSource.includes("contract_identity: String(row.identity ?? '')") ||
!listSource.includes("String(row.gasorder_contract_identity ?? '')") ||
!displaySource.includes("contract_readonly: '账户权限'") ||
!displaySource.includes("return '仅查看当前合同关联资料'")
) {