feat:订单管理-订单金额改成交费总数

This commit is contained in:
yangqingyuan
2024-08-11 00:20:19 +08:00
parent a2ddc3c88f
commit fb3125c4cf
3 changed files with 11 additions and 8 deletions

View File

@@ -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: '电池状态',