基础数据管理-机床型号修改
This commit is contained in:
parent
0978e17108
commit
9d0e13cdf8
@ -51,10 +51,14 @@
|
||||
<el-table-column label="备注" align="center" prop="remark"/>
|
||||
<el-table-column label="型号图片" align="center" prop="modelPicPath">
|
||||
<template v-slot="scope">
|
||||
<img
|
||||
<!-- <img-->
|
||||
<!-- :src="scope.row.modelPicPath"-->
|
||||
<!-- style="display: block; width: 100px; height: 100px; margin: 0 auto"-->
|
||||
<!-- />-->
|
||||
<el-image
|
||||
style="width: 100px; height: 100px"
|
||||
:src="scope.row.modelPicPath"
|
||||
style="display: block; width: 100px; height: 100px; margin: 0 auto"
|
||||
/>
|
||||
:preview-src-list="[scope.row.modelPicPath]"></el-image>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
|
Loading…
Reference in New Issue
Block a user