iotgateway/IoTGateway/Areas/_Admin/Views/FrameworkGroup/Index.cshtml

12 lines
402 B
Plaintext
Raw Normal View History

2021-12-12 06:55:48 +00:00
@model WalkingTec.Mvvm.Mvc.Admin.ViewModels.FrameworkGroupVMs.FrameworkGroupListVM
<wt:searchpanel vm="@Model" reset-btn="true">
<wt:row items-per-row="ItemsPerRowEnum.Three">
<wt:textbox field="Searcher.GroupCode" />
<wt:textbox field="Searcher.GroupName" />
</wt:row>
</wt:searchpanel>
<wt:grid vm="@Model" url="/_Admin/FrameworkGroup/Search" />
<!-- WTM默认页面 Wtm buidin page-->