修改log细节

This commit is contained in:
qq787203167
2022-02-24 18:49:28 +08:00
parent 4ece6a83c2
commit 05724addaf
@@ -80,7 +80,7 @@
<a-table
class="table"
:columns="columns"
pagination
:pagination="false"
:scroll="{y: 400}"
:data-source="dataSource"
:loading="loading"
@@ -123,20 +123,20 @@
columns: [
{
title: this.$t('ModificationContent'),
dataIndex: 'db_field_name',
dataIndex: 'content',
align: 'center',
ellipsis: true
},
{
title: this.$t('ModificationTime'),
dataIndex: 'db_field_name',
dataIndex: 'createTime',
align: 'center',
ellipsis: true,
width: 140
width: 180
},
{
title: this.$t('personnel'),
dataIndex: 'db_field_name',
dataIndex: 'createBy',
align: 'center',
ellipsis: true,
width: 100
@@ -335,4 +335,8 @@
}
}
}
.page {
text-align: right;
margin-top: 20px;
}
</style>