feat:订单管理-订单金额改成交费总数
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
</template>
|
||||
<template v-if="column.key === 'createTime'">
|
||||
<a-tooltip :title="`${toDateString(record.createTime)}`">
|
||||
{{ timeAgo(record.createTime) }}
|
||||
{{ toDateString(record.createTime) }}
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<template v-if="column.key === 'action'">
|
||||
@@ -225,8 +225,9 @@
|
||||
{
|
||||
title: '租赁状态',
|
||||
dataIndex: 'leaseStatus',
|
||||
sorter: true,
|
||||
key: 'leaseStatus'
|
||||
//sorter: true,
|
||||
key: 'leaseStatus',
|
||||
hideInTable:true
|
||||
},
|
||||
{
|
||||
title: '电池状态',
|
||||
|
||||
Reference in New Issue
Block a user