@@ -4030,9 +4030,9 @@
}
},
"core-js-pure": {
- "version": "3.22.0",
- "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.22.0.tgz",
- "integrity": "sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA=="
+ "version": "3.22.1",
+ "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.22.1.tgz",
+ "integrity": "sha512-TChjCtgcMDc8t12RiwAsThjqrS/VpBlEvDgL009ot4HESzBo3h2FSZNa6ZS1nWKZEPDoulnszxUll9n0/spflQ=="
"core-util-is": {
"version": "1.0.2",
@@ -22,13 +22,14 @@
<el-form-item label="图片" prop="picUrl">
<image-upload
:limit="1"
+ :file-size="0.2"
:value="form.picUrl"
:is-public="true"
@input="pictureSelect"
/>
</el-form-item>
<div class="tip">
- 上传1张图片,支持jpg、png格式上传;
+ 上传1张图片,支持jpg、png格式上传,大小不超过200k;
</div>
<el-form-item label="面值" prop="facePrice">
<el-input
@@ -921,4 +922,4 @@ export default {
width: 40px;
-</style>
+</style>
@@ -204,7 +204,7 @@ export default {
return;
let index = this.goodsList.findIndex(item=>{
- return item.deliveryFlowId
+ return item.deliveryTime
})
if(index != -1){
this.msgError(`${ this.goodsList[index].title }已发货!`);