index.wxml 435 B

12345678
  1. <!-- 基本信息 -->
  2. <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示已填信息' switch='{{showAll}}' bind:callBack='onChange' />
  3. <Yl_ReportForms showAll='{{!showAll}}' list='{{list1}}'>
  4. <text slot='title' class="iconfont icon-a-wodetiaozhuan" style="color: #085CDF;" />
  5. </Yl_ReportForms>
  6. <!-- 系统信息 -->
  7. <Yl_Headline title='系统信息' />
  8. <Yl_ReportForms showAll='{{!showAll}}' list='{{list2}}' />