回访类型
parent
8d85aa49b7
commit
a392f7d034
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
<!-- 列表 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue