车间能级提升-智能设备管理系统
eims-ui-mobile/src/pages/inspect/insp-add.vue
@@ -70,7 +70,6 @@
        />
        <wd-cell title="点检图片" title-width="200rpx" prop="fileList">
          <wd-upload
            :auto-upload="false"
            :file-list="model.fileList"
            :action="VITE_UPLOAD_BASEURL"
            @change="handleFileChange"
@@ -94,7 +93,7 @@
      </wd-cell-group>
      <view class="footer">
        <wd-button type="primary" size="large" @click="handleSubmit" block>提交</wd-button>
        <wd-button type="primary" style="margin: 20px" block @click="handleSubmit" >提交</wd-button>
      </view>
    </wd-form>
  </view>