添加绑定项目
{{ scope.row.type_dictText }}
{{ scope.row.name }}
selectRow(row, scope.$index)"
:searchKey="searchKey"
/>
selectRow(row, scope.$index)"
:searchKey="searchKey"
/>
{{ scope.row.quantity }}
{{ scope.row.rangeCode_dictText }}
{{ scope.row.statusEnum_dictText }}
编辑
保存
{
form.consumablesList[scope.$index].isEdit = false;
isAdd = true;
if (!scope.row.id) {
form.consumablesList.splice(scope.$index, 1);
}
}
"
>
取消
删除