|
@@ -90,7 +90,12 @@
|
|
}}</span>
|
|
}}</span>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="createName" label="创建人"></el-table-column>
|
|
<el-table-column prop="createName" label="创建人"></el-table-column>
|
|
- <el-table-column class-name="action-column" label="操作" width="160px">
|
|
|
|
|
|
+ <el-table-column
|
|
|
|
+ class-name="action-column"
|
|
|
|
+ label="操作"
|
|
|
|
+ width="160px"
|
|
|
|
+ align="center"
|
|
|
|
+ >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
v-if="scope.row.hasReportFile && checkPrivilege('link', 'export')"
|
|
v-if="scope.row.hasReportFile && checkPrivilege('link', 'export')"
|