跟进记录

This commit is contained in:
“wanyongkang”
2021-11-24 15:04:02 +08:00
parent ca3e9a3b51
commit 39efc34bc6

View File

@@ -13,6 +13,7 @@
</div> </div>
<el-table :data="retData.Data" row-key="id" border size="medium" :height="$getHeight(100)"> <el-table :data="retData.Data" row-key="id" border size="medium" :height="$getHeight(100)">
<el-table-column prop="create_time" label="创建时间" width="200"></el-table-column> <el-table-column prop="create_time" label="创建时间" width="200"></el-table-column>
<el-table-column prop="manager" label="负责人" width="200"></el-table-column>
<el-table-column label="用户" width="150"> <el-table-column label="用户" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-link @click="click_username(scope.row)">点击查看</el-link> <el-link @click="click_username(scope.row)">点击查看</el-link>