feat: CRM 客户限制

This commit is contained in:
Wanwan
2023-11-11 21:06:11 +08:00
parent 6369b334e3
commit a7f86dfd8b
4 changed files with 100 additions and 82 deletions

View File

@ -1,7 +1,7 @@
<template>
<!-- 列表 -->
<ContentWrap>
<el-tabs tab-position="left" style="height: 200px">
<el-tabs tab-position="left">
<el-tab-pane label="拥有客户数限制">
<CustomerQuantityLimit :confType="LimitConfType.CUSTOMER_QUANTITY_LIMIT" />
</el-tab-pane>