mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 10:55:06 +08:00
feat: CRM 客户公海配置
This commit is contained in:
@ -11,7 +11,12 @@
|
|||||||
<template #header>
|
<template #header>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<CardTitle title="客户公海规则设置" />
|
<CardTitle title="客户公海规则设置" />
|
||||||
<el-button type="primary" @click="onSubmit">保存</el-button>
|
<el-button
|
||||||
|
type="primary"
|
||||||
|
@click="onSubmit"
|
||||||
|
v-hasPermi="['crm:customer-pool-config:update']"
|
||||||
|
>保存</el-button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user