|
|
@@ -22,8 +22,12 @@
|
|
|
<!-- 功能 -->
|
|
|
<Yl_FunTabs list='{{tabsList}}' active='{{tabsActive}}' bind:onChenge="tabsChange">
|
|
|
<view slot='详细信息'>
|
|
|
- <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示已填信息' switch='{{showAll}}' bind:callBack='onChange' />
|
|
|
- <Yl_ReportForms showAll='{{!showAll}}' list='{{list1}}' list1='{{list1}}' />
|
|
|
+ <!-- <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示已填信息' switch='{{showAll}}' bind:callBack='onChange' /> -->
|
|
|
+ <preview showAll='{{!showAll}}' list1='{{list1}}' list2='{{list2}}' />
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<!-- <Yl_Headline title='系统信息' />
|
|
|
<Yl_ReportForms showAll='{{!showAll}}' list='{{list2}}' /> -->
|
|
|
</view>
|