src/views/other/commonDialog/SelectClientDialog.vue
@@ -81,8 +81,8 @@ { label: "客户名称", prop: "name", min: 100, isClientClick: true }, { label: "客户编号", prop: "number" }, { label: "客户状态", prop: "client_status" }, { label: "销售负责人", prop: "member_name" }, { label: "法定代表人", prop: "representative" }, { label: "销售负责人", prop: "member_name", min: 100 }, { label: "法定代表人", prop: "representative", min: 100 }, { label: "注册时间", prop: "registration_time" }, { label: "经营范围", prop: "business_scope" }, { label: "详细地址", prop: "detail_address" },