role.wxml 1.0 KB

12345678910111213141516171819
  1. <!-- 前台导入wxmlUtil.wxs -->
  2. <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
  3. <loading wx:if="{{loading}}" ></loading>
  4. <van-sticky scroll-top="0">
  5. <!-- 查询条件 -->
  6. <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['roleName','roleCode'])}}">
  7. </dk-dropdown-menu>
  8. </van-sticky>
  9. <!-- 列表区 -->
  10. <!-- 系统预制不可停用 TODO -->
  11. <dk-list list="{{tableData}}" title="roleName" status="displayStatus" content="{{contentList}}" swipeDisabled="{{false}}" bind:swipe="deactivateEnable" bind:toDetail="toDetail" bind:toPoint="toPoint" routeObjName="{{routeObjName}}" buttonList="{{buttonList}}" bind:open="open"></dk-list>
  12. <view style="height: 200rpx;"></view>
  13. <!-- 新建按钮 -->
  14. <dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonSaveList}}" contentList="{{contentSaveList}}" bind:open="open"></dk-save-button>