|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<a-modal
|
|
|
title="历史版本查看(view historical version)"
|
|
|
- width="55%"
|
|
|
+ width="75%"
|
|
|
:visible="visible"
|
|
|
:maskClosable="false"
|
|
|
switchFullscreen
|
|
@@ -31,7 +31,7 @@
|
|
|
size="small"
|
|
|
@change="handleTableChange"
|
|
|
:pagination="pagination"
|
|
|
- :scroll="{ x: 1000, y: 300 }"
|
|
|
+ :scroll="{ x: 1300, y: 300 }"
|
|
|
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
|
|
|
>
|
|
|
<template #bodyCell="{ column, record }">
|
|
@@ -76,6 +76,19 @@
|
|
|
align:"createBy",
|
|
|
width:200
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '修改时间(updateTime)',
|
|
|
+ dataIndex: 'updateTime',
|
|
|
+ key: 'updateTime',
|
|
|
+ align:"center"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '修改人(updateBy)',
|
|
|
+ dataIndex: 'updateBy',
|
|
|
+ key: 'updateBy',
|
|
|
+ align:"center"
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
title: '操作(operation)',
|
|
|
key: 'operation',
|