修改log细节
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user