代码路侧车检页面修改 上传组件改成单个上传
This commit is contained in:
parent
414be7c618
commit
3d2ed15bd1
@ -51,12 +51,12 @@ export default {
|
||||
// 图片数量限制
|
||||
limit: {
|
||||
type: Number,
|
||||
default: 5,
|
||||
default: 1,
|
||||
},
|
||||
// 大小限制(MB)
|
||||
fileSize: {
|
||||
type: Number,
|
||||
default: 5,
|
||||
default: 10,
|
||||
},
|
||||
// 文件类型, 例如['png', 'jpg', 'jpeg']
|
||||
fileType: {
|
||||
|
@ -130,7 +130,7 @@
|
||||
size="mini"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['passenger:parkWarning:add']"
|
||||
>新增</el-button>
|
||||
>人工添加</el-button>
|
||||
</el-col>
|
||||
<!-- <el-col :span="1.5">-->
|
||||
<!-- <el-button-->
|
||||
@ -482,7 +482,7 @@ export default {
|
||||
handleAdd() {
|
||||
this.reset();
|
||||
this.open = true;
|
||||
this.title = "添加停车预警信息";
|
||||
this.title = "人工添加车辆检测和追踪信息";
|
||||
},
|
||||
/** 修改按钮操作 */
|
||||
handleUpdate(row) {
|
||||
@ -491,7 +491,7 @@ export default {
|
||||
getParkWarning(id).then(response => {
|
||||
this.form = response.data;
|
||||
this.open = true;
|
||||
this.title = "修改停车预警信息";
|
||||
this.title = "人工修改车辆检测和追踪信息";
|
||||
});
|
||||
},
|
||||
/** 提交按钮 */
|
||||
|
Loading…
Reference in New Issue
Block a user