回访类型

pull/781/head
zy 2025-04-29 14:04:34 +08:00
parent 8d85aa49b7
commit a392f7d034
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<el-form-item label="回访类型" prop="type">
<el-select v-model="formData.type" placeholder="请选择回访类型">
<el-option
v-for="dict in getIntDictOptions(DICT_TYPE.CRM_RETURN_VISIT_STSTUS)"
v-for="dict in getIntDictOptions(DICT_TYPE.CRM_FOLLOW_UP_TYPE)"
:key="dict.value"
:label="dict.label"
:value="dict.value"

View File

@ -2,12 +2,11 @@
<el-row class="mb-10px" justify="end">
<el-button
type="primary"
plain
@click="openForm"
class="ml-5px"
>
<Icon icon="ep:plus" class="mr-5px" /> 新增
<Icon class="mr-5px" icon="ep:edit" />
写回访
</el-button>
</el-row>
<!-- 列表 -->