jqhph / dcat-admin

🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
http://www.dcatadmin.com
MIT License
3.81k stars 680 forks source link

字段动态显示那有点问题 #2096

Closed yumufengkaiping closed 1 week ago

yumufengkaiping commented 6 months ago

Description:

字段动态显示那有点问题 数据取值只能是数字 填单词就比较不了了(注:in,notIn,has) 例如这样写就没法切换 $form->radio('type','规则类型')->options(BackendRule::$typeMap) ->when('in',['menu_dir','menu'],function ($form){ $form->text('path', '路由路径'); $form->text('icon', trans('admin.icon'))->default('fa-bars'); }) src/Form/Field/CanCascadeFields.php 此文件中的前端比较部分代码好像有点问题

Steps To Reproduce:

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.