Commit f174104d authored by zhangyanni's avatar zhangyanni

太库认证

parent 39d77a1d
......@@ -23,7 +23,8 @@
<div class="companyInfo" v-if="this.require==1">
<p class="mainTitle">
<span>{{isTrans?this.resultRequireInfo.transRequirementName:this.resultRequireInfo.requirementName}}</span>
<span v-if="this.resultRequireInfo.isTechcodeRequirement==1"><img style="width: 77px;height: 17px;" :src="lang==1?require('../../assets/img/index/techcodeAuth@2x.png'):require('../../assets/img/index/techcodeAuthEn@2x.png')" alt=""></span>
<span v-if="this.resultRequireInfo.isTechcodeRequirement==1" style="margin-left: 15px;padding: 2px 10px;font-size: 12px; border-radius: 10px;background:#FF9E29;"><i style="font-size: 12px" class="iconfont icon-v"></i> {{$t("listproject.techcertification")}}</span>
<!--<span v-if="this.resultRequireInfo.isTechcodeRequirement==1"><img style="width: 77px;height: 17px;" :src="lang==1?require('../../assets/img/index/techcodeAuth@2x.png'):require('../../assets/img/index/techcodeAuthEn@2x.png')" alt=""></span>-->
</p>
<p class="title"><span>{{isTrans?this.resultRequireInfo.transCompanyName:resultCompanyInfo.companyName}}</span></p>
<p class="statusLabel"><span>{{$t("commonTitle.currentStatus")}}</span><span>{{this.resultRequireInfo.requirementStatusStr}}</span></p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment