浏览代码

描述修改

gcz 2 年之前
父节点
当前提交
103c01c1a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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+ '亩',
             ]);
           });