add.wxml 1.2 KB

1234567891011121314151617181920
  1. <!-- 前台导入wxmlUtil.wxs -->
  2. <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
  3. <!-- 加载图层 -->
  4. <loading wx:if="{{loading}}"></loading>
  5. <!-- 列表区 -->
  6. <dk-form-more-items id="{{formName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
  7. </dk-form-more-items>
  8. <view style="margin: 10px 32rpx 10px 32rpx;">
  9. <view class="dk-card-class">
  10. <van-field label-class="red-label" is-link value="{{}}" label="功能权限" autosize border="{{ false }}" readonly="{{true}}" data-key="{{ route.selectFunctionalPermissions.url}}" placeholder="{{selectFunctionalPermissionsFlag ? '已设置':'未设置'}}" input-class="dk-cell-value-right-class" catchtap="openObjPop">
  11. </van-field>
  12. <van-field label-class="red-label" is-link value="{{ form[objCol]}}" label="敏感数据" autosize border="{{ false }}" readonly="{{true}}" data-key="{{ route.selectSensitiveData.url}}" placeholder="未设置" input-class="dk-cell-value-right-class" catchtap="openObjPop">
  13. </van-field>
  14. </view>
  15. </view>
  16. <!-- 保存 -->
  17. <dk-save-bottom flagTypeName="select-functional-permissions" bottomClass="{{true}}" bind:submit="toClose" bind:allClean="save" />