liaoxujun@qq.com
2024-02-18 b73ffe97fc885b652b20328c1c3d079a9124fb89
1
2
3
4
5
6
7
8
9
10
11
@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-->