Riku
2024-08-13 cf693a5227f17bbf2201512128d267281a8c5695
pages/inspection/scene/info/device-status/index.wxml
@@ -14,7 +14,29 @@
      bind:submit="saveNewStatus"
      bind:cancel="cancelNewStatus"
    >
      <view>sssss</view>
      <t-input
        label="设备位置"
        placeholder="请输入设备位置"
        value="{{locations.address}}"
        bind:change="handleLocation"
      >
        <t-button slot="suffix" theme="primary" size="extra-small" bindtap="chooseLocation">
          地图定位
        </t-button>
      </t-input>
      <t-cell title="现场图片">
        <t-upload
          slot="description"
          media-type="{{['image']}}"
          files="{{fileList}}"
          gridConfig="{{gridConfig}}"
          max="{{3}}"
          files="{{fileList}}"
          size-limit="{{sizeLimit}}"
          bind:add="handleAddImg"
          bind:remove="handleRemoveImg"
        />
      </t-cell>
    </t-form>
  </view>
  <view class="page-container">