소스 검색

fix: 营业执照字段更新

liujt 10 달 전
부모
커밋
f508f9eb46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/traceability/traceabilityCode/company.vue

+ 1 - 1
src/views/traceability/traceabilityCode/company.vue

@@ -68,7 +68,7 @@
           </div>
           <div class="info-item">
             <span class="info-label">营业执照:</span>
-            <span class="info-value">{{ companyInfo.businessLicenseFile[0] }}</span>
+            <span class="info-value">{{ companyInfo.businessLicenseFile[0].url }}</span>
           </div>
         </div>
         <!-- 查看更多信息按钮 -->