|
@@ -162,7 +162,7 @@ const columns = [
|
|
|
{
|
|
|
prop: 'content',
|
|
|
label: '内容',
|
|
|
- minWidth: 100,
|
|
|
+ minWidth: 200,
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
@@ -183,7 +183,7 @@ const columns = [
|
|
|
{
|
|
|
prop: 'updateTime',
|
|
|
label: '修改时间',
|
|
|
- minWidth: 126
|
|
|
+ minWidth: 150
|
|
|
},
|
|
|
{
|
|
|
prop: 'createBy',
|
|
@@ -193,7 +193,7 @@ const columns = [
|
|
|
{
|
|
|
prop: 'createTime',
|
|
|
label: '创建时间',
|
|
|
- minWidth: 126
|
|
|
+ minWidth: 150
|
|
|
},
|
|
|
{
|
|
|
prop: 'action',
|