Commit 676989eb authored by 赵啸非's avatar 赵啸非

添加级联

parent 5f99a5a6
Pipeline #2856 failed with stages
......@@ -47,8 +47,8 @@ public class DesignCascadeComponent extends DesignComponent {
//Props 设置
Props props = new Props();
props.setClearable(false);
props.setSeparator("/");
props.setShowAllLevels(false);
props.setSeparator("-");
props.setShowAllLevels(true);
props.setFilterable(false);
Props propsChild = new Props();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment