From 75242bbba28ae8902ddf86d33febb497d79e5fc3 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 03 八月 2026 10:45:27 +0800
Subject: [PATCH] 银川 1.首页修改 2.ai辅助功能

---
 src/views/crm/contract/detail/data.ts |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/views/crm/contract/detail/data.ts b/src/views/crm/contract/detail/data.ts
index f0602ca..63bc602 100644
--- a/src/views/crm/contract/detail/data.ts
+++ b/src/views/crm/contract/detail/data.ts
@@ -2,8 +2,8 @@
 
 import { h } from 'vue';
 
-import { DICT_TYPE } from '../../../../packages/constants/src';
-import { erpPriceInputFormatter, formatDateTime } from '../../../../packages/utils/src';
+import { DICT_TYPE } from '@vben/constants';
+import { erpPriceInputFormatter, formatDateTime } from '@vben/utils';
 
 import { DictTag } from '#/components/dict-tag';
 
@@ -17,6 +17,11 @@
     {
       field: 'totalPrice',
       label: '鍚堝悓閲戦锛堝厓锛�',
+      render: (val) => erpPriceInputFormatter(val) as string,
+    },
+    {
+      field: 'depositPrice',
+      label: '瀹氶噾閲戦锛堝厓锛�',
       render: (val) => erpPriceInputFormatter(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,

--
Gitblit v1.9.3