From 3112b8af03729cc35584253324c9955d9fa6d41e Mon Sep 17 00:00:00 2001
From: Vergil <974548713@qq.com>
Date: Fri, 27 Mar 2020 15:11:58 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=B0=E7=A5=A8=E7=BB=93=E7=AE=97=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../InvoiceSettlementApplication1/index.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue
index ce112085..3247a082 100644
--- a/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue
+++ b/src/views/WorkshopProcurement/InvoiceSettlementApplication1/index.vue
@@ -62,6 +62,11 @@
{{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }}
+
+
+ {{ scope.row.操作时间 ? scope.row.操作时间.split(' ')[0] : '—' }}
+
+
{{ scope.row.申请时间 ? scope.row.申请时间.split(' ')[0] : '—' }}