43ea9464 by lihua

签名去掉签署时间

1 parent 359984ee
......@@ -1652,7 +1652,7 @@ onActivated(() => {
<span class="item_label">创建时间:</span>
<span class="item_value">{{ detailInfo.createTime || '--' }}</span>
</div>
<div class="list_item" style=" width: 55%;">
<!-- <div class="list_item" style=" width: 55%;">
<span class="item_label">有效期:</span>
<span class="item_value">{{ !detailInfo.signatureTime ? '--' : (detailInfo.signatureTime + '至' +
detailInfo.endTime) }}</span>
......@@ -1660,7 +1660,7 @@ onActivated(() => {
<div class="list_item" style=" width: 45%;">
<span class="item_label">签署时间:</span>
<span class="item_value">{{ detailInfo.signatureTime || '--' }}</span>
</div>
</div> -->
</div>
</div>
<div class="empty-div"></div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!