|
|
@@ -93,7 +93,14 @@
|
|
|
<!-- <el-table-column width="250" scoped-slot="remark" align="center" prop="remark" label="备注"></el-table-column>-->
|
|
|
|
|
|
<el-table-column label="操作" width="200" header-align="center" class-name="small-padding fixed-width">
|
|
|
- <template slot-scope="scope">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-button
|
|
|
+ size="mini"
|
|
|
+ type="text"
|
|
|
+ icon="el-icon-view"
|
|
|
+ @click="handleInfo(scope.row)"
|
|
|
+ >详情
|
|
|
+ </el-button>
|
|
|
<!-- 公开 按钮显示逻辑: 仅当前用户上传的学习资料且处于未公开状态-->
|
|
|
<el-button
|
|
|
v-if="checkCanEditOpen(scope.row)&&(scope.row.isOpen==0||scope.row.isOpen==2)"
|
|
|
@@ -124,15 +131,6 @@
|
|
|
v-hasPermi="['core:materials:edit']"
|
|
|
>编辑
|
|
|
</el-button>
|
|
|
-<!-- <el-button
|
|
|
- v-if="checkCanShowInfo(scope.row)"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-info"
|
|
|
- @click="handleInfo(scope.row)"
|
|
|
- v-hasPermi="['core:materials:edit']"
|
|
|
- >详情
|
|
|
- </el-button>-->
|
|
|
<el-button
|
|
|
v-if="checkCanDel(scope.row)"
|
|
|
size="mini"
|