- <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填项' switch='{{fromShowAll}}' bind:callBack='changefromShowAll' />
- <Yl_field id='Form' showAll='{{fromShowAll}}' form="{{form}}" bind:onConfirm='onConfirm' />
- <view class="but-box">
- <van-button disabled='{{disabled}}' custom-class='but' bindtap="submit">保 存</van-button>
- </view>
|