|
|
@ -42,7 +42,7 @@ |
|
|
|
<el-table-column align="center" prop="rowNo" label="层号" width="80" /> |
|
|
|
<el-table-column v-if="deviceInfo.deviceTypeId && deviceInfo.deviceTypeId.name === '回转柜'" align="center" prop="columnRowNo" label="列号" width="80" /> |
|
|
|
<el-table-column v-if="deviceInfo.deviceTypeId && deviceInfo.deviceTypeId.name === '密集架'" align="center" prop="direction" label="方向" width="80" /> |
|
|
|
<el-table-column align="center" prop="" label="标签" /> |
|
|
|
<el-table-column align="center" prop="tid" label="标签" /> |
|
|
|
<el-table-column align="center" prop="update_time" label="操作时间" width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<div>{{ scope.row.update_time | parseTime }}</div> |
|
|
|