Commit 6470fb64 authored by 5359's avatar 5359

添加文件下载提示

parent 1cedf6a1
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
<!-- 已签约 --> <!-- 已签约 -->
<list-item :item-height="80" v-if="myIndex == 1"> <list-item :item-height="80" v-if="myIndex == 1">
<!-- <div :key="index" :proportion="[5,1]" :show-arrow="true"> --> <!-- <div :key="index" :proportion="[5,1]" :show-arrow="true"> -->
<div class="cont-type" style="color: #e42112;font-size: 18px;text-align: center;margin-top: 10px;">提示:待签署人全部签署完成以后,可进行合同下载</div>
<item style="margin-top:10px" v-for="(item,index) in signData" :key="index"> <item style="margin-top:10px" v-for="(item,index) in signData" :key="index">
<!-- <img <!-- <img
slot="left-icon" slot="left-icon"
......
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