Commit 655d188d2443abe7fd2658ff7df228ba508bcdb1
1 parent
f1758afe
处理场所bug修复
Showing
1 changed file
with
1 additions
and
1 deletions
trash-ui/src/views/unit/carInfo/index.vue
| ... | ... | @@ -231,7 +231,7 @@ export default { |
| 231 | 231 | /** 修改按钮操作 */ |
| 232 | 232 | handleUpdate(row) { |
| 233 | 233 | const id = row.id || this.ids |
| 234 | - this.$tab.openPage("修改运输企业","/carInfo/infoEdit",{carInfoId: id,carInfoRefresh:0}); | |
| 234 | + this.$tab.openPage("修改车辆信息","/carInfo/infoEdit",{carInfoId: id,carInfoRefresh:0}); | |
| 235 | 235 | }, |
| 236 | 236 | /** 提交按钮 */ |
| 237 | 237 | submitForm() { | ... | ... |