|
@@ -65,7 +65,7 @@
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<!-- <el-table-column label="id" align="center" prop="id" />-->
|
|
<!-- <el-table-column label="id" align="center" prop="id" />-->
|
|
<el-table-column label="名称" align="center" prop="name" />
|
|
<el-table-column label="名称" align="center" prop="name" />
|
|
- <el-table-column label="岗位描述" align="center" prop="jobDescription" />
|
|
|
|
|
|
+ <el-table-column label="岗位描述" align="center" prop="jobDescription" :show-overflow-tooltip='true'/>
|
|
<el-table-column label="图片路径" align="center" prop="fileUrl" width="100">
|
|
<el-table-column label="图片路径" align="center" prop="fileUrl" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<image-preview :src="scope.row.fileUrl" :width="50" :height="50"/>
|
|
<image-preview :src="scope.row.fileUrl" :width="50" :height="50"/>
|