riku
2024-07-26 1a4d35a08d05e014663c144771976abb0edaa933
pages/inspection/scene/info/index.wxml
@@ -1,15 +1,23 @@
<t-tabs
  theme="card"
  defaultValue="{{0}}"
  space-evenly="{{true}}"
  t-class="custom-tabs"
  t-class-content="custom-panel"
>
  <t-tab-panel label="基本信息" value="{{0}}" class="custom-tab-panel">
    <view>基本信息</view>
  </t-tab-panel>
  <t-tab-panel label="设备信息" value="{{1}}" class="custom-tab-panel">
    <view>设备信息</view>
    <include src="./deviceinfo.wxml" />
  </t-tab-panel>
</t-tabs>
<view class="page">
  <view class="page-header"> </view>
  <view class="page-container">
    <t-tabs
      theme="card"
      defaultValue="{{0}}"
      space-evenly="{{true}}"
      t-class="custom-tabs"
      t-class-content="custom-panel"
    >
      <t-tab-panel label="基本信息" value="{{0}}" class="custom-tab-panel">
        <view>基本信息</view>
      </t-tab-panel>
      <t-tab-panel label="设备信息" value="{{1}}" class="custom-tab-panel">
        <include src="./deviceinfo.wxml" />
      </t-tab-panel>
      <t-tab-panel label="设备位置" value="{{3}}" class="custom-tab-panel">
        <include src="./device-location.wxml" />
      </t-tab-panel>
    </t-tabs>
  </view>
  <view class="page-footer"></view>
</view>