alibaba / x-render

🚴‍♀️ 阿里 - 很易用的中后台「表单 / 表格 / 图表」解决方案
https://xrender.fun
6.98k stars 988 forks source link

generator左侧setting希望能支持动态配置。 可以实现隐藏或禁用 #1428

Closed wx9999 closed 10 months ago

wx9999 commented 10 months ago

1.依赖仓库的版本(Dependencies versions)

2.问题描述(Bug description):左侧setting希望能支持动态配置。 可以实现隐藏或禁用

3.出现问题的 schema demo(Reproduction schema demo)

const schema = {
  // ...
}

4.最小复现 demo(Reproduction demo): <Generator widgets={{ Customer }} settings={[ ...defaultSettings, { widgets: [ { text: '客户', name: 'asyncSelect', schema: { type: 'object', widget: 'Customer', className: '1231', }, setting: { api: { title: 'api', type: 'string' }, ...defaultCommonSettings, }, }, ] } ]} />