正在显示
1 个修改的文件
包含
8 行增加
和
0 行删除
@@ -135,6 +135,14 @@ | @@ -135,6 +135,14 @@ | ||
135 | label="入库时间" | 135 | label="入库时间" |
136 | width="140"> | 136 | width="140"> |
137 | </el-table-column> | 137 | </el-table-column> |
138 | + <el-table-column prop="image" label="图片" width="140" > | ||
139 | + <template slot-scope="scope"> | ||
140 | + <el-image | ||
141 | + style="width: 100px; height: 30px" | ||
142 | + :src="scope.row.annex" | ||
143 | + ></el-image> | ||
144 | + </template> | ||
145 | + </el-table-column> | ||
138 | <el-table-column | 146 | <el-table-column |
139 | fixed="right" | 147 | fixed="right" |
140 | label="操作" | 148 | label="操作" |
-
请 注册 或 登录 后发表评论