| | |
| | | <el-table-column prop="matterName" show-overflow-tooltip label="事项名称" /> |
| | | <el-table-column prop="catalogCode" show-overflow-tooltip label="目录编码" /> |
| | | <el-table-column prop="orgName" show-overflow-tooltip label="所属机构" /> |
| | | <el-table-column label="操作" class-name="operation-btns" width="250"> |
| | | <el-table-column label="操作" class-name="operation-btns" width="250" fixed="right"> |
| | | <template v-slot="{ row }"> |
| | | <el-link type="primary" @click="openForm('view', row)">查看</el-link> |
| | | <el-link type="primary" @click="openForm('edit', row)">编辑</el-link> |