Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
702f23e6
authored
Nov 12, 2023
by
Wanwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: CRM 客户限制
parent
a7f86dfd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/views/crm/customerLimitConfig/CustomerLimitConfDetails.vue
+2
-0
src/views/crm/customerLimitConfig/index.vue
+3
-3
No files found.
src/views/crm/customerLimitConfig/Customer
QuantityLimit
.vue
→
src/views/crm/customerLimitConfig/Customer
LimitConfDetails
.vue
View file @
702f23e6
...
...
@@ -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
()
// 国际化
...
...
src/views/crm/customerLimitConfig/index.vue
View file @
702f23e6
...
...
@@ -3,17 +3,17 @@
<ContentWrap>
<el-tabs
tab-position=
"left"
>
<el-tab-pane
label=
"拥有客户数限制"
>
<Customer
QuantityLimit
:confType=
"LimitConfType.CUSTOMER_QUANTITY_LIMIT"
/>
<Customer
LimitConfDetails
:confType=
"LimitConfType.CUSTOMER_QUANTITY_LIMIT"
/>
</el-tab-pane>
<el-tab-pane
label=
"锁定客户数限制"
>
<Customer
QuantityLimit
:confType=
"LimitConfType.CUSTOMER_LOCK_LIMIT"
/>
<Customer
LimitConfDetails
:confType=
"LimitConfType.CUSTOMER_LOCK_LIMIT"
/>
</el-tab-pane>
</el-tabs>
</ContentWrap>
</
template
>
<
script
setup
lang=
"ts"
>
import
Customer
QuantityLimit
from
'@/views/crm/customerLimitConfig/CustomerQuantityLimit
.vue'
import
Customer
LimitConfDetails
from
'@/views/crm/customerLimitConfig/CustomerLimitConfDetails
.vue'
import
{
LimitConfType
}
from
'@/views/crm/customerLimitConfig/customerLimitConf'
defineOptions
({
name
:
'CrmCustomerLimitConfig'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment