Browse Source

描述修改

gcz 2 năm trước cách đây
mục cha
commit
103c01c1a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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+ '亩',
             ]);
           });