From a6002710f2a0faff45376f05b8e6fc1f7c731a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 2 Feb 2026 17:04:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(crm):=20=E4=BF=AE=E6=94=B9=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=88=97=E6=A0=87=E7=AD=BE=E4=BB=8E"=E5=88=B0?= =?UTF-8?q?=E6=9C=9F=E6=97=A5"=E5=92=8C"=E5=BA=94=E6=94=B6=E9=87=91?= =?UTF-8?q?=E9=A2=9D"=E4=B8=BA"=E6=94=B6=E6=AC=BE=E6=97=A5=E6=9C=9F"?= =?UTF-8?q?=E5=92=8C"=E6=94=B6=E6=AC=BE=E9=87=91=E9=A2=9D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除日期标签显示逻辑,仅保留日期格式化显示 --- klp-ui/src/views/crm/components/ReceiveTable.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/klp-ui/src/views/crm/components/ReceiveTable.vue b/klp-ui/src/views/crm/components/ReceiveTable.vue index 77eb27a1..9a60ec38 100644 --- a/klp-ui/src/views/crm/components/ReceiveTable.vue +++ b/klp-ui/src/views/crm/components/ReceiveTable.vue @@ -70,14 +70,14 @@ - + - + @@ -122,7 +122,7 @@ v-model="form.dueDate" type="datetime" value-format="yyyy-MM-dd HH:mm:ss" - placeholder="请选择到期日"> + placeholder="请选择收款日期">