|
|
|
|
@ -78,9 +78,9 @@ |
|
|
|
|
<el-table-column label="设备管理员" align="center" key="inCharge" prop="inCharge" width="120" /> |
|
|
|
|
<el-table-column label="预计使用年限" align="center" key="lifeCycle" prop="lifeCycle" width="120" /> |
|
|
|
|
<el-table-column label="质保时间" align="center" key="warranty" prop="warranty" width="120" /> |
|
|
|
|
<el-table-column label="设备图片" align="center" key="equImage" prop="equImage" :show-overflow-tooltip="true" > |
|
|
|
|
<el-table-column label="设备图片" align="center" key="equImage" prop="equImage" min-width="150" :show-overflow-tooltip="true" > |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<ImagePreview :src="scope.row.equImage"/> |
|
|
|
|
<ImagePreview height="100px" :src="scope.row.equImage"/> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="设备添加人" align="center" key="createBy" prop="createBy" width="120" /> |
|
|
|
|
|