修改文件预览

This commit is contained in:
GGJ
2024-09-26 10:49:28 +08:00
parent d2bedf744d
commit 0877ae5df0
4 changed files with 25 additions and 21 deletions

View File

@@ -78,24 +78,24 @@ const tableStore = new TableStore({
// title: '治理效果',
// field: 'effect'
// },
// {
// title: '事件简介',
// width: '140',
// render: 'buttons',
// buttons: [
// {
// name: 'view',
// title: '查看',
// type: 'primary',
// icon: 'el-icon-Plus',
// render: 'basicButton',
// click: row => {
// dialogVisible.value = true
// summary.value = row.summary
// }
// }
// ]
// },
{
title: '事件简介',
width: '140',
render: 'buttons',
buttons: [
{
name: 'view',
title: '查看',
type: 'primary',
icon: 'el-icon-Plus',
render: 'basicButton',
click: row => {
dialogVisible.value = true
summary.value = row.summary
}
}
]
},
{
title: '操作',
width: '200',