liaoxujun@qq.com
2024-02-19 c32275f697e1541694836c47e1682e3291673dbc
1
2
3
4
5
6
7
8
9
10
11
@model WalkingTec.Mvvm.Mvc.Admin.ViewModels.DataPrivilegeVMs.DataPrivilegeListVM
 
<wt:searchpanel vm="@Model" reset-btn="true" old-post="true">
  <wt:row items-per-row="ItemsPerRowEnum.Three">
    <wt:combobox field="Searcher.TableName" items="Searcher.TableNames" />
    <wt:combobox field="Searcher.DpType" />
  </wt:row>
</wt:searchpanel>
<wt:grid vm="@Model" url="/_Admin/DataPrivilege/Search" />
 
<!-- WTM默认页面 Wtm buidin page-->