Browse Source

Merge branch '新建订单流程' into 测试

lxf 1 year ago
parent
commit
9c1fae60e9
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/components/process/order.vue

+ 3 - 2
src/components/process/order.vue

@@ -178,7 +178,7 @@
                               }
                             "
                             style="width: 100%"
-                            accept=".docx,.jpg,.jpeg,.png,.GIF,.JPG,.PNG">
+                            accept=".jpg,.jpeg,.png,.GIF,.JPG,.PNG">
                             <el-button type="primary" style="margin-left: 12px" text>上传图片</el-button>
                           </el-upload>
                         </div>
@@ -232,7 +232,8 @@
                                 return handleAdhesiveSuccess(uploadFile, index);
                               }
                             "
-                            style="width: 100%">
+                            style="width: 100%"
+                            accept=".jpg,.jpeg,.png,.GIF,.JPG,.PNG">
                             <el-button type="primary" text>上传文件</el-button>
                           </el-upload>
                         </div>