| | |
| | | <script> |
| | | import AddFollowupRecordsDialog from "@/views/client/followupRecords/AddFollowupRecordsDialog" |
| | | import { getFollowRecordList } from "@/api/client/followupRecords.js" |
| | | import { dateFormat } from "@/common/config/index" |
| | | |
| | | export default { |
| | | name: "FollowupRecords", |
| | |
| | | client_name: item.client.name, |
| | | contact_name: item.contact.name, |
| | | client_status_id: item.client.client_status_id, |
| | | phone: item.contact.phone, |
| | | follow_time: dateFormat("YYYY-mm-dd HH:MM", item.follow_time), |
| | | next_follow_time: dateFormat("YYYY-mm-dd HH:MM", item.next_follow_time) |
| | | phone: item.contact.phone |
| | | } |
| | | }) |
| | | this.tableList.tableInfomation = list || [] |
| | |
| | | this.editConfig.title = "编辑" |
| | | this.editConfig.infomation = { |
| | | id: row.id, |
| | | client_name: row.client_name, |
| | | client_id: row.client_id, |
| | | number: row.number, |
| | | client_status_id: row.client_status_id, |