去除更新时间排序

This commit is contained in:
shen_yan_pu
2021-07-20 09:19:08 +08:00
parent 62e0264386
commit 6f391017fe
3 changed files with 1 additions and 7 deletions
@@ -130,7 +130,6 @@
<el-table-column
prop="updateTime"
label="更新时间"
sortable
align="center">
<template slot-scope="scope">
<div>{{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD hh:mm:ss') : scope.row.updateTime }}</div>
@@ -268,10 +267,7 @@ export default {
}, {
_this: this
}, res => {
this.sarAccessListDatas = res.data.records;
this.sarAccessListDatas.forEach(item => {
this.$set(item,'relateFile','')
})
this.sarAccessListDatas = res.data.records
this.sarAccessListTotal = res.data.total
}, e => {
@@ -121,7 +121,6 @@
<el-table-column
prop="updateTime"
label="更新时间"
sortable
align="center">
<template slot-scope="scope">
<div>{{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}</div>
@@ -122,7 +122,6 @@
<el-table-column
prop="updateTime"
label="更新时间"
sortable
align="center">
<template slot-scope="scope">
<div>{{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}</div>