Commit 30716490 authored by youjie's avatar youjie

no message

parent 38ae79e5
......@@ -84,13 +84,14 @@
<div class="OrderReceivablesAccount-title">签约信息</div>
<div class="ClosePopup" @click="clickClosePopup"><i class="el-icon-close"></i> </div>
<div class="OrderReceivablesAccount-center">
<div><span>客户:</span> {{clientData.CustomerName}} ({{clientData.Contact}})</div>
<div><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;户:</span> {{clientData.CustomerName}} ({{clientData.Contact}})</div>
<div style="display: flex;">
<span>合同:</span>
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;同:</span>
<div class="OrderReceivablesAccount-contract">
<div class="OrderReceivablesAccount-imgBox" v-for="(img,imgI) in clientData.ContractList" >
<div class="imgBox-imgs" v-if="img&&verificationFile(img,3)">
<el-image
style="height: 50px;"
:src="img"
:preview-src-list="[img]">
</el-image>
......@@ -116,7 +117,7 @@
:key="tag"
v-for="tag in clientData.PlatformUserNameList"
:disable-transitions="false"
size="medium"
size="mini"
style="margin-right: 5px;margin-bottom: 3px;">
{{tag}}
</el-tag>
......
......@@ -17,8 +17,8 @@
}
._info_img ul li img {
width: 52px;
height: 52px;
width: 50px;
height: 50px;
}
._see_img {
......
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