|
@@ -58,6 +58,9 @@
|
|
|
<a-descriptions-item label="收款人">
|
|
|
{{ detail.settlePersonName || '--' }}
|
|
|
</a-descriptions-item>
|
|
|
+ <a-descriptions-item label="操作时间">
|
|
|
+ {{ detail.operateTime || '--' }}
|
|
|
+ </a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
</div>
|
|
|
<div v-if="detail.keepType == 'RELATION_BOOK'">
|