|
@@ -13,9 +13,9 @@
|
|
|
<el-button type="text" @click="detern(scope.row)" style="color: black">{{scope.row.fwtitle}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="createtime" label="接收时间" width="180" align="center">
|
|
|
+ <el-table-column prop="createTime" label="接收时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{scope.row.createtime | format('yyyy-MM-dd hh:mm')}}</span>
|
|
|
+ <span>{{scope.row.createTime | format('yyyy-MM-dd hh:mm')}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -28,9 +28,9 @@
|
|
|
<el-button type="text" @click="myAppReturn(scope.row)" style="color: black">{{scope.row.fwtitle}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="createtime" label="创建时间" width="180" align="center">
|
|
|
+ <el-table-column prop="createTime" label="创建时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{scope.row.createtime | format('yyyy-MM-dd hh:mm')}}</span>
|
|
|
+ <span>{{scope.row.createTime | format('yyyy-MM-dd hh:mm')}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -53,7 +53,7 @@
|
|
|
lineParams: {
|
|
|
pageNum: 1,
|
|
|
pageSize: 5,
|
|
|
- // orderByColumn: "createtime",
|
|
|
+ // orderByColumn: "createTime",
|
|
|
// isAsc:"desc",//排序方式
|
|
|
},
|
|
|
}
|