yangfeng
2023-07-07 e34c2e67208bd63e320a4504ce8cf40a83ba7cbb
src/views/custom/customManage/index.vue
@@ -31,7 +31,7 @@
    </div>
    <TableCommonView ref="tableListRef" :table-list="tableList">
      <template slot="tableButton">
        <el-table-column label="操作" width="120" fixed="right">
        <el-table-column label="操作" width="150" fixed="right">
          <template slot-scope="scope">
            <el-button type="text" size="small">变更公海</el-button>
            <el-button @click="handleClick(scope.row)" type="text" size="small">编辑</el-button>
@@ -118,15 +118,15 @@
          }
        ],
        tableColumn: [
          { label: "客户名称", prop: "customName", min: 190 }, // 客户名称
          { label: "销售负责人", prop: "saleLeadOwner", min: 120 }, // 销售负责人
          { label: "重要级别", prop: "importantLevel", min: 120 }, // 重要级别
          { label: "客户名称", prop: "customName", min: 100 }, // 客户名称
          { label: "销售负责人", prop: "saleLeadOwner" }, // 销售负责人
          { label: "重要级别", prop: "importantLevel" }, // 重要级别
          { label: "下次回访日期", prop: "notContactDay", min: 90 }, // 未联系人天数
          { label: "手机号码", prop: "nextFollowDate", min: 150 }, // 下次回访日期
          { label: "详细地址", prop: "detailAddress", min: 290 }, // 详细地址
          { label: "客户状态", prop: "customStatus", min: 100 }, // 客户状态
          { label: "联系人姓名", prop: "contactName", min: 100 }, // 联系人姓名
          { label: "手机", prop: "phoneNumber", min: 100 } // 手机号码
          { label: "手机号码", prop: "nextFollowDate" }, // 下次回访日期
          { label: "详细地址", prop: "detailAddress", min: 200 }, // 详细地址
          { label: "客户状态", prop: "customStatus" }, // 客户状态
          { label: "联系人姓名", prop: "contactName" }, // 联系人姓名
          { label: "手机", prop: "phoneNumber" } // 手机号码
        ]
      }
      this.searchOptions = []