feat: CRM 客户公海配置

(cherry picked from commit 59b2d89a18)
This commit is contained in:
Wanwan 2023-11-09 00:08:09 +08:00 committed by shizhong
parent c3dc0836c2
commit 2ed3c2a51c

View File

@ -11,7 +11,12 @@
<template #header>
<div class="flex items-center justify-between">
<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>
</template>