@using WePlatform.Views.Shared.Modals @model string
@{ var modal = new ModalViewModel("流节点", new ModalBodyViewModel(new List() { new InputHide("id"), new InputHide("parentId"), new InputHide("path"), new InputHide("parentPath"), new InputHide("sceneNos"), new InputHide("variables"), new InputHide("guideNos"), new Input("name", "节点名称"), new Input("sceneNames", "情景名称").SetDisabled().SetSearchIcon("qm_scene","modal-node"), new Input("guideNames", "引导信息").SetNotRequired().SetDisabled().SetSearchIcon("qm_guide","modal-node"), }, "form-node"), "modal-node"); } @Html.Partial("Modals/_Modal", modal) @Html.Partial("_Component", Model)