riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
pages/inspection/scene/index.wxml
@@ -19,10 +19,15 @@
          style-mode="picker"
          picker-class="picker-location"
          bind:onChange="onLocationChange"
          bind:locationInitValue="onLocationChange"
        ></location-picker>
      </view>
      <view class="filter-wrap-2">
        <scene-picker sceneMode="{{1}}" bind:scenePickerChange="onScenePickerConfirm" bind:sceneInitValue="onScenePickerConfirm"/>
        <scene-picker
          sceneMode="{{1}}"
          bind:scenePickerChange="onScenePickerConfirm"
          bind:sceneInitValue="onScenePickerConfirm"
        />
      </view>
    </view>
  </t-sticky>