yangfeng
2023-08-11 78cf30802189becef2725af73f37b5d2cb28600f
src/views/service/serviceFollowup/index.vue
@@ -133,8 +133,8 @@
          { label: "客户名称", prop: "client_name", min: 130, isClientClick: true }, // 客户名称
          { label: "联系人姓名", prop: "contact_name", isContactClick: true }, // 联系人姓名
          { label: "客户服务单", prop: "client_service_order", isServiceOrder: true }, // 客户服务单
          { label: "回访人", prop: "isVisit" }, // 回访人
          { label: "满意度", prop: "satisfaction" } // 满意度
          { label: "回访人", prop: "member_name" }, // 回访人
          { label: "满意度", prop: "satisfaction_name" } // 满意度
          // { label: "修改时间", prop: "modifyTime" } // 修改时间
        ]
      }
@@ -163,7 +163,9 @@
                  ...item,
                  client_service_order: item.ServiceOrder.serviceNumber,
                  client_name: item.client.name,
                  contact_name: item.contact.name
                  contact_name: item.contact.name,
                  member_name: item.Member.username,
                  satisfaction_name: item.satisfaction.name
                }
              })
              this.tableList.tableInfomation = list || []