|
|
|
@ -62,7 +62,7 @@ |
|
|
|
<el-table-column prop="eventContent" |
|
|
|
label="议题内容" |
|
|
|
header-align="center" |
|
|
|
min-width="400" |
|
|
|
min-width="250" |
|
|
|
align="left" |
|
|
|
show-overflow-tooltip></el-table-column> |
|
|
|
<el-table-column prop="createdTime" |
|
|
|
@ -73,14 +73,14 @@ |
|
|
|
<el-table-column prop="nickName" |
|
|
|
label="提交人" |
|
|
|
header-align="center" |
|
|
|
min-width="200" |
|
|
|
min-width="120" |
|
|
|
align="center" |
|
|
|
show-overflow-tooltip></el-table-column> |
|
|
|
<el-table-column :label="$t('handle')" |
|
|
|
fixed="right" |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
width="150"> |
|
|
|
width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button v-if="$hasPermission('events:epdcevents:verify')" |
|
|
|
type="text" |
|
|
|
|