From f10cf167372f2d8c4c0e14f42f361d7ab96d8347 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 03 七月 2026 13:59:00 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0
---
src/views/crm/contract/detail/data.ts | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/views/crm/contract/detail/data.ts b/src/views/crm/contract/detail/data.ts
index 1602256..d81aae3 100644
--- a/src/views/crm/contract/detail/data.ts
+++ b/src/views/crm/contract/detail/data.ts
@@ -20,6 +20,11 @@
render: (val) => erpPriceInputFormatter(val) as string,
},
{
+ field: 'depositPrice',
+ label: '瀹氶噾閲戦锛堝厓锛�',
+ render: (val) => erpPriceInputFormatter(val) as string,
+ },
+ {
field: 'orderDate',
label: '涓嬪崟鏃堕棿',
render: (val) => formatDateTime(val) as string,
@@ -61,6 +66,11 @@
render: (val) => erpPriceInputFormatter(val) as string,
},
{
+ field: 'depositPrice',
+ label: '瀹氶噾閲戦锛堝厓锛�',
+ render: (val) => erpPriceInputFormatter(val) as string,
+ },
+ {
field: 'orderDate',
label: '涓嬪崟鏃堕棿',
render: (val) => formatDateTime(val) as string,
@@ -84,6 +94,11 @@
label: '鍏徃绛剧害浜�',
},
{
+ field: 'orderNo',
+ label: '閿�鍞鍗�',
+ slot: 'orderNo', // 浣跨敤 slot 鑷畾涔夋覆鏌�
+ },
+ {
field: 'remark',
label: '澶囨敞',
},
--
Gitblit v1.9.3