From 3137117edef489ab0a83ce029a4d3adf51fa279c Mon Sep 17 00:00:00 2001 From: YangYuQing Date: Wed, 5 Jun 2024 19:38:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=95=86=E6=9C=BA?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=87=AA=E5=8A=A8=E8=AE=A1=E7=AE=97=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=90=88=E8=AE=A1=E4=BB=B7=E6=A0=BC=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/business/BusinessForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/crm/business/BusinessForm.vue b/src/views/crm/business/BusinessForm.vue index 6b03047b1..4af1abe0c 100644 --- a/src/views/crm/business/BusinessForm.vue +++ b/src/views/crm/business/BusinessForm.vue @@ -101,7 +101,7 @@ @@ -123,7 +123,7 @@ disabled v-model="formData.totalPrice" placeholder="请输入商机金额" - :formatter="erpPriceTableColumnFormatter" + :formatter="erpPriceInputFormatter" /> @@ -142,7 +142,7 @@ import * as CustomerApi from '@/api/crm/customer' import * as UserApi from '@/api/system/user' import { useUserStore } from '@/store/modules/user' import BusinessProductForm from './components/BusinessProductForm.vue' -import { erpPriceMultiply, erpPriceTableColumnFormatter } from '@/utils' +import { erpPriceMultiply, erpPriceInputFormatter } from '@/utils' const { t } = useI18n() // 国际化 const message = useMessage() // 消息弹窗