Commit 2ef823f5 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents b4466495 3b50c65b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="soutform loginedWrapper"> <div class="soutform loginedWrapper">
<div class="breadcrumb"> <div class="breadcrumb">
<el-breadcrumb separator="/"> <el-breadcrumb separator="/">
<el-breadcrumb-item :to="{ path: publicFun.isgetUserRoleFunc(5)?'/#/salerequire/list':'/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item> <el-breadcrumb-item :to="{ path: publicFun.isgetUserRoleFunc(5)?'/salerequire/list':'/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{title}}</el-breadcrumb-item> <el-breadcrumb-item>{{title}}</el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
</div> </div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="breadcrumb"> <div class="breadcrumb">
<el-breadcrumb separator="/"> <el-breadcrumb separator="/">
<el-breadcrumb-item :to="{ path: publicFun.isgetUserRoleFunc(5)?'/salerequire/list':publicFun.isgetUserRoleFunc(2)?'/projectdynamics':'/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item> <el-breadcrumb-item :to="{ path: publicFun.isgetUserRoleFunc(5)?'/salerequire/list':publicFun.isgetUserRoleFunc(2)?'/projectdynamics':'/litemlist' }">{{$t("litemlistjson.wrkbench")}}</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/registeruserlist' }">{{$t("usermanagement.registereduser")}}</el-breadcrumb-item> <el-breadcrumb-item v-if="!this.$route.query.isSale" :to="{ path: '/registeruserlist' }">{{$t("usermanagement.registereduser")}}</el-breadcrumb-item>
<el-breadcrumb-item v-if="!this.$route.query.isSale">{{$t("usermanagement.accountinformation")}}</el-breadcrumb-item> <el-breadcrumb-item v-if="!this.$route.query.isSale">{{$t("usermanagement.accountinformation")}}</el-breadcrumb-item>
<el-breadcrumb-item v-if="this.$route.query.isSale==1"> <el-breadcrumb-item v-if="this.$route.query.isSale==1">
<a href="/#/responsibleuser/list">{{$t("saleResponsibleUser.title")}}</a> <a href="/#/responsibleuser/list">{{$t("saleResponsibleUser.title")}}</a>
......
...@@ -89,57 +89,59 @@ ...@@ -89,57 +89,59 @@
</div> </div>
</div> </div>
<div v-if="companyInfo.projectSource!=1"> <div v-if="companyInfo.projectSource!=1">
<div><span>{{$t("listproject.market")}}</span></div> <div v-if="companyInfo.companyIndustryList&&companyInfo.companyIndustryList.length>=1||companyInfo.cooperationWay&&companyInfo.cooperationWay.length>=1||companyInfo.customerLabelList&&companyInfo.customerLabelList.length>=1||companyInfo.customerCase&&companyInfo.customerCase.length>=1">
<p> <span>{{$t("listproject.market")}}</span>
</div>
<p v-if="companyInfo.companyIndustryList&&companyInfo.companyIndustryList.length>=1">
<span>{{$t("listproject.fmcompanyIndustryList")}}</span> <span>{{$t("listproject.fmcompanyIndustryList")}}</span>
<span> <span>
<span v-for="(item,index) in companyInfo.companyIndustryList" :key="index"> {{item}} <i> {{companyInfo.companyIndustryList.length-1 == index ? '' : ' | '}} </i></span> <span v-for="(item,index) in companyInfo.companyIndustryList" :key="index"> {{item}} <i> {{companyInfo.companyIndustryList.length-1 == index ? '' : ' | '}} </i></span>
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.cooperationWay&&companyInfo.cooperationWay.length>=1">
<span>{{$t("listproject.fmcooperationWay")}}</span> <span>{{$t("listproject.fmcooperationWay")}}</span>
<span> <span>
{{companyInfo.cooperationWay}} {{companyInfo.cooperationWay}}
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.customerLabelList&&companyInfo.customerLabelList.length>=1">
<span>{{$t("listproject.customerLabelList")}}</span> <span>{{$t("listproject.customerLabelList")}}</span>
<span> <span>
<span v-for="(item,index) in companyInfo.customerLabelList" :key="index"> {{item}} <i> {{companyInfo.customerLabelList.length-1 == index ? '' : ' | '}} </i></span> <span v-for="(item,index) in companyInfo.customerLabelList" :key="index"> {{item}} <i> {{companyInfo.customerLabelList.length-1 == index ? '' : ' | '}} </i></span>
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.customerCase&&companyInfo.customerCase.length>=1">
<span>{{$t("listproject.customerCase")}}</span> <span>{{$t("listproject.customerCase")}}</span>
<span>{{companyInfo.customerCase}}</span> <span>{{companyInfo.customerCase}}</span>
</p> </p>
</div> </div>
<div v-if="companyInfo.projectSource!=1"> <div v-if="companyInfo.projectSource!=1">
<div><span>{{$t("listproject.overview")}}</span></div> <div><span>{{$t("listproject.overview")}}</span></div>
<p> <p v-if="companyInfo.companyCreateDate&&companyInfo.companyCreateDate.length>=1">
<span>{{$t("listproject.companyCreateDate")}}</span> <span>{{$t("listproject.companyCreateDate")}}</span>
<span> <span>
{{companyInfo.companyCreateDate}} {{companyInfo.companyCreateDate}}
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.companyScale&&companyInfo.companyScale.length>=1">
<span>{{$t("listproject.companyScale")}}</span> <span>{{$t("listproject.companyScale")}}</span>
<span> <span>
{{companyInfo.companyScale}} {{companyInfo.companyScale}}
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.companyFinancedAmount&&companyInfo.companyFinancedAmount.length>=1">
<span>{{$t("listproject.companyFinancedAmount")}}</span> <span>{{$t("listproject.companyFinancedAmount")}}</span>
<span style="margin-left: 0.2rem"> <span style="margin-left: 0.2rem">
{{companyInfo.companyFinancedAmount}} {{companyInfo.companyFinancedAmount}}
</span> </span>
</p> </p>
<p> <p v-if="companyInfo.companyValuation&&companyInfo.companyValuation.length>=1">
<span>{{$t("listproject.companyValuation")}}</span> <span>{{$t("listproject.companyValuation")}}</span>
<span> <span>
{{companyInfo.companyValuation}} {{companyInfo.companyValuation}}
</span> </span>
</p> </p>
<div> <div v-if="companyInfo.companyEmpList&&companyInfo.companyEmpList.length>=1">
<p style="width: 100%;font-weight: bold;margin: 0.2rem 0"> <p style="width: 100%;font-weight: bold;margin: 0.2rem 0">
{{$t("releasejson.companyEmpList")}} {{$t("releasejson.companyEmpList")}}
</p> </p>
...@@ -156,7 +158,7 @@ ...@@ -156,7 +158,7 @@
</template> </template>
</el-table> </el-table>
</div> </div>
<div> <div v-if="companyInfo.companyEventList&&companyInfo.companyEventList.length>=1">
<p style="width: 100%;font-weight: bold;margin: 0.2rem 0"> <p style="width: 100%;font-weight: bold;margin: 0.2rem 0">
{{$t("releasejson.companyEventList")}} {{$t("releasejson.companyEventList")}}
</p> </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