跟进记录
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</div>
|
||||
<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="manager" label="负责人" width="200"></el-table-column>
|
||||
<el-table-column label="用户" width="150">
|
||||
<template slot-scope="scope">
|
||||
<el-link @click="click_username(scope.row)">点击查看</el-link>
|
||||
|
||||
Reference in New Issue
Block a user