diff --git a/src/views/statistics/good_check_gx.vue b/src/views/statistics/good_check_gx.vue index b27a85de..a6ffb05e 100644 --- a/src/views/statistics/good_check_gx.vue +++ b/src/views/statistics/good_check_gx.vue @@ -468,10 +468,10 @@ export default { obj.field = "data__外观检验_班次"; }else if(key=='fx_data_start'){ obj.compare = "gte"; - obj.field = "data__返修_日期"; + obj.field = "data__外观检验_返修_日期"; }else if(key=='fx_data_end'){ obj.compare = "lte"; - obj.field = "data__返修_日期"; + obj.field = "data__外观检验_返修_日期"; } arr1.push(obj); arr2.push(obj);