✨ CRM:优化客户的详情、更新成交状态
This commit is contained in:
@ -102,12 +102,14 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="地址" prop="areaId">
|
||||
<el-tree-select
|
||||
<el-cascader
|
||||
v-model="formData.areaId"
|
||||
:data="areaList"
|
||||
:options="areaList"
|
||||
:props="defaultProps"
|
||||
:render-after-expand="true"
|
||||
class="w-1/1"
|
||||
clearable
|
||||
filterable
|
||||
placeholder="请选择城市"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@ -35,7 +35,7 @@ import { DICT_TYPE } from '@/utils/dict'
|
||||
import * as ClueApi from '@/api/crm/clue'
|
||||
import { formatDate } from '@/utils/formatTime'
|
||||
|
||||
defineOptions({ name: 'ClueDetailsHeader' })
|
||||
defineOptions({ name: 'CrmClueDetailsHeader' })
|
||||
defineProps<{
|
||||
clue: ClueApi.ClueVO // 线索信息
|
||||
loading: boolean // 加载中
|
||||
|
||||
@ -62,7 +62,7 @@ import * as ClueApi from '@/api/crm/clue'
|
||||
import { DICT_TYPE } from '@/utils/dict'
|
||||
import { formatDate } from '@/utils/formatTime'
|
||||
|
||||
defineOptions({ name: 'ClueDetailsInfo' })
|
||||
defineOptions({ name: 'CrmClueDetailsInfo' })
|
||||
const { clue } = defineProps<{
|
||||
clue: ClueApi.ClueVO // 线索明细
|
||||
}>()
|
||||
|
||||
Reference in New Issue
Block a user