Commit 0eb6ddf1 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents d4665ff4 722d4d9f
......@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-30 17:26:48
* @LastEditTime: 2019-09-30 17:35:23
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -23,7 +23,7 @@
<!-- 个人信息(自然人) -->
<Personal v-if="!bp_flag" :baseInfo="baseInfo"/>
<div class="equipment-list">担保人信息<span v-if="guarantorInfo.length === 0">(0)</span>></div>
<div class="equipment-list">担保人信息<span v-if="guarantorInfo.length === 0">(0)</span></div>
<list-item :item-height="76">
<item v-for="(item,index) in guarantorInfo" :key="index">
<div slot="name">
......
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