修改文件预览
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user