...
|
...
|
@@ -135,6 +135,14 @@ |
|
|
label="入库时间"
|
|
|
width="140">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="image" label="图片" width="140" >
|
|
|
<template slot-scope="scope">
|
|
|
<el-image
|
|
|
style="width: 100px; height: 30px"
|
|
|
:src="scope.row.annex"
|
|
|
></el-image>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
fixed="right"
|
|
|
label="操作"
|
...
|
...
|
|