From d540d8cf964fdb9fa3fe3a4777c5a04e20f821db Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 7 Feb 2023 10:56:21 +0800 Subject: [PATCH] 2023-2-7 --- src/views/customer/component/addCustomer.vue | 29 ++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/views/customer/component/addCustomer.vue b/src/views/customer/component/addCustomer.vue index 4857a13..46a2954 100644 --- a/src/views/customer/component/addCustomer.vue +++ b/src/views/customer/component/addCustomer.vue @@ -287,6 +287,13 @@ + + @@ -342,6 +349,27 @@ export default { } } return { + //日志 + log:[], + logTable:[ + { + prop:'schedule_list.no', + label:'排班编号', + width:210 + }, + { + prop:'remark', + label:'备注', + minWidth:200, + align:'left' + }, + { + prop:'created_at', + label:'时间', + width:180 + } + ], + flag:1,//step进度 id: '', type: '', @@ -645,6 +673,7 @@ export default { this.$integrateData(this.form, res) this.form.customer_address_list = res.customer_address this.form.area = [Number(res.city_id),Number(res.area_id),Number(res.street_id)] + this.log = res.schedule_list_update_logs console.log(this.form) },