|
@@ -20,26 +20,79 @@
|
|
<descriptions-item label="项目负责人联系电话:">{{
|
|
<descriptions-item label="项目负责人联系电话:">{{
|
|
activeRow.phone || ""
|
|
activeRow.phone || ""
|
|
}}</descriptions-item>
|
|
}}</descriptions-item>
|
|
- <descriptions-item label="营业执照编号:">{{
|
|
|
|
|
|
+ <descriptions-item label="营业执照编号:" span="4">{{
|
|
activeRow.phone || ""
|
|
activeRow.phone || ""
|
|
}}</descriptions-item>
|
|
}}</descriptions-item>
|
|
<descriptions-item label="机构简介:" span="4">{{
|
|
<descriptions-item label="机构简介:" span="4">{{
|
|
activeRow.phone || ""
|
|
activeRow.phone || ""
|
|
}}</descriptions-item>
|
|
}}</descriptions-item>
|
|
- <descriptions-item label="通讯地址:">{{
|
|
|
|
|
|
+ <descriptions-item label="通讯地址:" span="4">{{
|
|
activeRow.phone || ""
|
|
activeRow.phone || ""
|
|
}}</descriptions-item>
|
|
}}</descriptions-item>
|
|
- <descriptions-item label="提交时间:">{{
|
|
|
|
|
|
+ <descriptions-item label="提交时间:" span="4">{{
|
|
activeRow.phone || ""
|
|
activeRow.phone || ""
|
|
}}</descriptions-item>
|
|
}}</descriptions-item>
|
|
</descriptions>
|
|
</descriptions>
|
|
<el-alert
|
|
<el-alert
|
|
- title="沟通记录"
|
|
|
|
|
|
+ title="机构资料"
|
|
:closable="false"
|
|
:closable="false"
|
|
type="info"
|
|
type="info"
|
|
style="margin: 20px 0"
|
|
style="margin: 20px 0"
|
|
>
|
|
>
|
|
</el-alert>
|
|
</el-alert>
|
|
|
|
+ <div class="detailImgList">
|
|
|
|
+ <el-row class="row">
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p class="itemTitle">公司营业执照</p>
|
|
|
|
+ <img class="vertical" src="" alt="" />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p class="itemTitle">税务登记证</p>
|
|
|
|
+ <img class="vertical" src="" alt="" /></div
|
|
|
|
+ ></el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p class="itemTitle">公司开户信息</p>
|
|
|
|
+ <img class="vertical" src="" alt="" /></div
|
|
|
|
+ ></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row class="row">
|
|
|
|
+ <el-col :span="8" >
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p>法人身份证(正面)</p>
|
|
|
|
+ <img class="horizontal" src="" alt="" />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p>法人身份证(反面)</p>
|
|
|
|
+ <img class="horizontal" src="" alt="" />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p>企业公章</p>
|
|
|
|
+ <img class="horizontal" src="" alt="" />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ <el-row class="row">
|
|
|
|
+ <el-col :span="8" >
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p>企业财务公章</p>
|
|
|
|
+ <img class="horizontal" src="" alt="" />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="8">
|
|
|
|
+ <div class="imgWrapItem">
|
|
|
|
+ <p>企业LOGO</p>
|
|
|
|
+ <p></p></div
|
|
|
|
+ ></el-col>
|
|
|
|
+ </el-row>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script>
|
|
<script>
|
|
@@ -69,7 +122,7 @@ export default {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
-<style lang="scss">
|
|
|
|
|
|
+<style lang="scss" scoped>
|
|
.process {
|
|
.process {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
max-height: 600px;
|
|
max-height: 600px;
|
|
@@ -82,4 +135,7 @@ export default {
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.detailImgList {
|
|
|
|
+ padding: 0 20px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|