|
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
<el-table-column label="安装位置" align="center" key="location" prop="location" width="120" /> |
|
|
|
|
<el-table-column label="安装时间" align="center" prop="installDate" width="160"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<span>{{ parseTime(scope.row.installDate) }}</span> |
|
|
|
|
<span>{{ scope.row.installDate }}</span> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column label="设备厂商" align="center" key="manufacture" prop="manufacture" width="120" /> |
|
|
|
|
|