CRM:优化客户的详情、更新成交状态

(cherry picked from commit 4362251b59)
This commit is contained in:
YunaiV
2024-02-20 12:55:33 +08:00
committed by shizhong
parent efc3c06456
commit 8f6a90f1bf
8 changed files with 62 additions and 41 deletions

View File

@ -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>
@ -117,7 +119,6 @@
</el-form-item>
</el-col>
</el-row>
<!-- TODO 芋艿待整理 -->
<el-row>
<el-col :span="12">
<el-form-item label="下次联系时间" prop="contactNextTime">