소스 검색

描述修改

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+ '亩',
             ]);
           });