We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
见描述
2.7.9-beta.1
The text was updated successfully, but these errors were encountered:
如果按钮是在more中显示,则只能使用js表达式. #5541
Sorry, something went wrong.
将 "visibleOn": "${record.status== 'prograss' && record.instance_state== 'approved'}" 修改为 "visibleOn": "data.record.status== 'prograss' && data.record.instance_state== 'approved'"
"visibleOn": "${record.status== 'prograss' && record.instance_state== 'approved'}"
"visibleOn": "data.record.status== 'prograss' && data.record.instance_state== 'approved'"
baozhoutao
No branches or pull requests
Description
Steps To Reproduce 重现步骤
见描述
Version 版本
2.7.9-beta.1
The text was updated successfully, but these errors were encountered: