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 @@ - + - +