对接握手流程

This commit is contained in:
qq787203167
2022-04-26 14:14:20 +08:00
parent bcd041ef15
commit dae12f618f
5 changed files with 24 additions and 17 deletions
@@ -21,6 +21,7 @@
<script>
import { getAction, postAction } from '@/api/manage'
import moment from 'moment'
export default {
name: 'circulationHistory',
@@ -57,7 +58,10 @@
{
title: this.$t('operationTime'),
dataIndex: 'createTime',
align: 'center'
align: 'center',
customRender: function(t, r, index) {
return moment(t).format('YYYY-MM-DD HH:mm:ss')
}
}
]
}