|
|
@@ -298,23 +298,6 @@
|
|
|
message: "请选择是否占用车位",
|
|
|
trigger: "blur"
|
|
|
}]
|
|
|
- },{
|
|
|
- label: "车辆照片",
|
|
|
- prop: "carImg",
|
|
|
- listType: 'picture-img',
|
|
|
- type: "upload",
|
|
|
- hide: true,
|
|
|
- propsHttp: {
|
|
|
- res: "data",
|
|
|
- url: "link"
|
|
|
- },
|
|
|
- //加水印
|
|
|
- // canvasOption: {
|
|
|
- // text: 'bladex',
|
|
|
- // ratio: 0.1
|
|
|
- // },
|
|
|
- action: "/api/blade-resource/oss/endpoint/put-file",
|
|
|
- tip: "只能上传jpg/png图片,且不超过500kb"
|
|
|
},
|
|
|
{
|
|
|
label: "审核状态",
|
|
|
@@ -342,6 +325,62 @@
|
|
|
}],
|
|
|
addDisplay: false
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "车辆照片",
|
|
|
+ prop: "carImg",
|
|
|
+ listType: 'picture-img',
|
|
|
+ type: "upload",
|
|
|
+ hide: true,
|
|
|
+ propsHttp: {
|
|
|
+ res: "data",
|
|
|
+ url: "link"
|
|
|
+ },
|
|
|
+ //加水印
|
|
|
+ // canvasOption: {
|
|
|
+ // text: 'bladex',
|
|
|
+ // ratio: 0.1
|
|
|
+ // },
|
|
|
+ action: "/api/blade-resource/oss/endpoint/put-file",
|
|
|
+ tip: "只能上传jpg/png图片,且不超过500kb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "行驶证正面照",
|
|
|
+ prop: "vehicleDrivingLicense1",
|
|
|
+ listType: 'picture-img',
|
|
|
+ type: "upload",
|
|
|
+ labelWidth: 100,
|
|
|
+ hide: true,
|
|
|
+ propsHttp: {
|
|
|
+ res: "data",
|
|
|
+ url: "link"
|
|
|
+ },
|
|
|
+ //加水印
|
|
|
+ // canvasOption: {
|
|
|
+ // text: 'bladex',
|
|
|
+ // ratio: 0.1
|
|
|
+ // },
|
|
|
+ action: "/api/blade-resource/oss/endpoint/put-file",
|
|
|
+ tip: "只能上传jpg/png图片,且不超过500kb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ label: "行驶证反面照",
|
|
|
+ prop: "vehicleDrivingLicense2",
|
|
|
+ listType: 'picture-img',
|
|
|
+ type: "upload",
|
|
|
+ labelWidth: 100,
|
|
|
+ hide: true,
|
|
|
+ propsHttp: {
|
|
|
+ res: "data",
|
|
|
+ url: "link"
|
|
|
+ },
|
|
|
+ //加水印
|
|
|
+ // canvasOption: {
|
|
|
+ // text: 'bladex',
|
|
|
+ // ratio: 0.1
|
|
|
+ // },
|
|
|
+ action: "/api/blade-resource/oss/endpoint/put-file",
|
|
|
+ tip: "只能上传jpg/png图片,且不超过500kb"
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
data: []
|