Commit 5b83a6c0 authored by xiongjinke's avatar xiongjinke

修改

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