Commit 5b83a6c0 authored by xiongjinke's avatar xiongjinke

修改

parent 0c717fff
......@@ -32,8 +32,8 @@
</div>
<div class="company-info">
<div class="info-item flex-box">
<div class="flex-box item"><label>法定代表人:</label><span class="text-cl1">{{companyInfo.corporatePerson || ''}}</span></div>
<div class="flex-box item"><label>统一社会信用代码:</label><span class="text-cl1">{{companyInfo.creditCode || ''}}</span></div>
<div class="flex-box item"><label>法定代表人:</label><span class="text-cl1">{{companyInfo.corporatePerson || '--'}}</span></div>
<div class="flex-box item"><label>统一社会信用代码:</label><span class="text-cl1">{{companyInfo.creditCode || '--'}}</span></div>
</div>
<div class="info-item flex-box">
<div class="flex-box item"><label>注册资本:</label><span class="text-cl1">{{companyInfo.regCapital || '--'}}</span></div>
......@@ -229,7 +229,7 @@ export default {
width: 280px;
}
&:nth-child(2){
width: 350px;
//width: 350px;
}
&.item-line{
width: 100%;
......@@ -247,6 +247,7 @@ export default {
label{
color: #666666;
flex-shrink: 0;
font-weight: 400;
}
span{
display: inline-block;
......
......@@ -289,6 +289,7 @@ export default {
this.addParam.customerId = this.queryParams.customerId
this.addParam.companyId = this.info.companyId
this.addParam.userId = this.info.userId
this.addParam.investmentAmount = this.addParam.investmentAmount ? this.addParam.investmentAmount : null
addProject(this.addParam).then(result=>{
if(result.code == 200){
this.$message.success('添加成功!')
......
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