Browse Source

描述修改

gcz 2 years ago
parent
commit
103c01c1a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

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