|
|
@ -64,6 +64,16 @@ |
|
|
|
<span>{{ row.content }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="联系人" prop="content" align="center"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<span>{{ row.contacts }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="联系电话" prop="content" align="center"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<span>{{ row.contactPhone }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="发榜类型" prop="type" align="center" width="160"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<el-tag type="published">{{ incubator[row.type] }}</el-tag> |
|
|
|