crm联系人商机修改

(cherry picked from commit a1fd3afc32)
This commit is contained in:
zyna
2023-12-17 17:34:32 +08:00
committed by shizhong
parent cae1d7cb1a
commit d6a4795ca4
9 changed files with 75 additions and 107 deletions

View File

@ -1,14 +1,5 @@
<!--
* @Author: zyna
* @Date: 2023-12-02 13:08:57
* @LastEditTime: 2023-12-03 13:47:16
* @FilePath: \yudao-ui-admin-vue3\src\views\crm\contact\detail\ContactDetailsHeader.vue
* @Description:
-->
<!-- TODO @zyna上面这个不加哈 -->
<template>
<!-- TODO @zynaloading 缺了 -->
<div v-loading="loading">
<div>
<div class="flex items-start justify-between">
<div>
<el-col>
@ -48,7 +39,6 @@
import * as ContactApi from '@/api/crm/contact'
import ContactForm from '@/views/crm/contact/ContactForm.vue'
import { formatDate } from '@/utils/formatTime'
//操作修改
const formRef = ref()
const openForm = (type: string, id?: number) => {