|
@@ -14,7 +14,7 @@
|
|
|
{{ renderStatus(record.state) }}
|
|
|
</template>
|
|
|
<template #createTime="{ record, field }">
|
|
|
- <Time v-if="record[field]" :value="record[field]" mode="date" />
|
|
|
+ <Time :value="record[field]" mode="datetime" />
|
|
|
</template>
|
|
|
<!-- onClick: handleOpenModal.bind(null, record),
|
|
|
ifShow: record.state == 0 && !!record.userId,
|
|
@@ -115,7 +115,7 @@
|
|
|
title: '相机权益ID',
|
|
|
dataIndex: 'id',
|
|
|
fixed: 'left',
|
|
|
- width: 50,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: t('routes.rightsEnterprises.snCode'),
|
|
@@ -140,7 +140,7 @@
|
|
|
{
|
|
|
title: t('routes.rightsEnterprises.purchaseTime'),
|
|
|
dataIndex: 'createTime',
|
|
|
- // slots: { customRender: 'createTime' },
|
|
|
+ slots: { customRender: 'createTime' },
|
|
|
width: 160,
|
|
|
},
|
|
|
{
|