Skip to content

Conversation

@imxiny
Copy link

@imxiny imxiny commented Jul 8, 2024

feat: ✨ 表单生成操作按钮增加控制显示隐藏的选项

{
text: '分配',
url: init.allocation_url,
method: 'open',
auth: 'allocation',
show: [{name: 'status', value: 1}],
class: 'layui-btn layui-btn-success layui-btn-xs',
}
增加show 属性,上述代码当 data.status === 1 时显示该按钮

xinxstu added 2 commits July 8, 2024 09:16
{
    text: '分配',
    url: init.allocation_url,
    method: 'open',
    auth: 'allocation',
    show: [{name: 'status', value: 1}],
    class: 'layui-btn layui-btn-success layui-btn-xs',
}
增加show 属性,上述代码中当 data.status === 1 时显示该按钮
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants