File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/views/crm/customerLimitConfig Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ import CustomerLimitConfigForm from '@/views/crm/customerLimitConfig/CustomerLim
84
84
import { LimitConfType } from ' @/views/crm/customerLimitConfig/customerLimitConf'
85
85
import { DICT_TYPE } from ' @/utils/dict'
86
86
87
+ defineOptions ({ name: ' CustomerLimitConfDetails' })
88
+
87
89
const message = useMessage () // 消息弹窗
88
90
const { t } = useI18n () // 国际化
89
91
Original file line number Diff line number Diff line change 3
3
<ContentWrap >
4
4
<el-tabs tab-position =" left" >
5
5
<el-tab-pane label =" 拥有客户数限制" >
6
- <CustomerQuantityLimit :confType =" LimitConfType.CUSTOMER_QUANTITY_LIMIT" />
6
+ <CustomerLimitConfDetails :confType =" LimitConfType.CUSTOMER_QUANTITY_LIMIT" />
7
7
</el-tab-pane >
8
8
<el-tab-pane label =" 锁定客户数限制" >
9
- <CustomerQuantityLimit :confType =" LimitConfType.CUSTOMER_LOCK_LIMIT" />
9
+ <CustomerLimitConfDetails :confType =" LimitConfType.CUSTOMER_LOCK_LIMIT" />
10
10
</el-tab-pane >
11
11
</el-tabs >
12
12
</ContentWrap >
13
13
</template >
14
14
15
15
<script setup lang="ts">
16
- import CustomerQuantityLimit from ' @/views/crm/customerLimitConfig/CustomerQuantityLimit .vue'
16
+ import CustomerLimitConfDetails from ' @/views/crm/customerLimitConfig/CustomerLimitConfDetails .vue'
17
17
import { LimitConfType } from ' @/views/crm/customerLimitConfig/customerLimitConf'
18
18
19
19
defineOptions ({ name: ' CrmCustomerLimitConfig' })
You can’t perform that action at this time.
0 commit comments