From 702f23e6727f57340f5f0e3840fee0a59db3bcbf Mon Sep 17 00:00:00 2001 From: Wanwan <913752709@qq.com> Date: Sun, 12 Nov 2023 14:34:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20CRM=20=E5=AE=A2=E6=88=B7=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...stomerQuantityLimit.vue => CustomerLimitConfDetails.vue} | 2 ++ src/views/crm/customerLimitConfig/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename src/views/crm/customerLimitConfig/{CustomerQuantityLimit.vue => CustomerLimitConfDetails.vue} (98%) diff --git a/src/views/crm/customerLimitConfig/CustomerQuantityLimit.vue b/src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue similarity index 98% rename from src/views/crm/customerLimitConfig/CustomerQuantityLimit.vue rename to src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue index d796f481..dd31961e 100644 --- a/src/views/crm/customerLimitConfig/CustomerQuantityLimit.vue +++ b/src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue @@ -84,6 +84,8 @@ import CustomerLimitConfigForm from '@/views/crm/customerLimitConfig/CustomerLim import { LimitConfType } from '@/views/crm/customerLimitConfig/customerLimitConf' import { DICT_TYPE } from '@/utils/dict' +defineOptions({ name: 'CustomerLimitConfDetails' }) + const message = useMessage() // 消息弹窗 const { t } = useI18n() // 国际化 diff --git a/src/views/crm/customerLimitConfig/index.vue b/src/views/crm/customerLimitConfig/index.vue index d69543b9..48f2eac2 100644 --- a/src/views/crm/customerLimitConfig/index.vue +++ b/src/views/crm/customerLimitConfig/index.vue @@ -3,17 +3,17 @@ - + - +