@@ -538,7 +538,7 @@ export default {
cropName = cropName.substring(0, cropName.lastIndexOf(","));
this.scrollBaseListConfig.data.push([
element.baseName,
- cropName||'暂无',
+ cropName||'暂无作物',
element.baseArea+ '亩',
]);
});