|
|
|
@ -171,7 +171,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item :label="t('common.isRemove')" prop="isDelete">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="queryParams.tiresTotal"
|
|
|
|
|
v-model="queryParams.isDelete"
|
|
|
|
|
:placeholder="t('common.pleaseEnter') + t('common.isRemove')"
|
|
|
|
|
style="width: 200px"
|
|
|
|
|
clearable
|
|
|
|
@ -697,7 +697,7 @@ function handleSelectionChange(selection) {
|
|
|
|
|
function handleAdd() {
|
|
|
|
|
reset();
|
|
|
|
|
open.value = true;
|
|
|
|
|
title.value = t('tireManagement.addTitle');
|
|
|
|
|
title.value = t('baseCar.car.addTitle');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** 修改按钮操作 */
|
|
|
|
@ -707,7 +707,7 @@ function handleUpdate(row) {
|
|
|
|
|
getBaseCar(postId).then(response => {
|
|
|
|
|
form.value = response.data;
|
|
|
|
|
open.value = true;
|
|
|
|
|
title.value = t('tireManagement.editTitle');
|
|
|
|
|
title.value = t('baseCar.car.editTitle');
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|