|
@@ -52,14 +52,9 @@
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="表计名称" align="left" prop="deviceName" width="200px"/>
|
|
|
<el-table-column label="表计编号" align="left" prop="deviceCode" />
|
|
|
- <el-table-column label="日期" align="center" prop="date" width="180">
|
|
|
+ <el-table-column label="抄表时间" align="center" prop="recordTime" width="180">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{ parseTime(scope.row.date, '{y}-{m}-{d}') }}</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="时间" align="center" prop="time" width="180">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span>{{ scope.row.time }}</span>
|
|
|
+ <span>{{ scope.row.recordTime }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="时间序列" align="center" prop="timeIndex" />
|