- <My_form id='form' fromList='{{fromList}}' bindCompletedOrNot='formCompletedOrNot' />
- <view class="unread">已选择模块在下方显示,请选择对应模块的应用及功能</view>
- <view class="module-navigation">
- <view>系统</view>
- <view>模块</view>
- <view>应用</view>
- </view>
- <My_categoryListings id="myCateg" height='{{height}}' list='{{appList}}' />
- <view class="footer">
- <van-button custom-class='delete-but' round catchtap="deleteRole">删除</van-button>
- <van-button custom-class='submit delete-sub' disabled='{{disabled}}' loading='{{loading}}' bindtap="submitRole" loading-text="保存中...">保存</van-button>
- </view>
|