|
|
@@ -119,7 +119,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <el-table-column label="操作" fixed="right" width="120px" align="center" class-name="small-padding fixed-width">
|
|
|
+ <el-table-column label="操作" fixed="right" width="160px" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -128,7 +128,7 @@
|
|
|
@click="handleDetail(scope.row.id)"
|
|
|
v-hasPermi="['core:eduTask:list']"
|
|
|
>详情</el-button>
|
|
|
-
|
|
|
+ <el-divider direction="vertical"></el-divider>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@@ -329,7 +329,7 @@ export default {
|
|
|
}, `eduTask_${new Date().getTime()}.xlsx`)
|
|
|
},
|
|
|
canPerform(row) {
|
|
|
- return row.orgId == this.$store.getters.orgId
|
|
|
+ return row.orgId == this.$store.getters.orgId && row.status==0;
|
|
|
/*let flag = 0;
|
|
|
if(row.status>0) return false;
|
|
|
if(!row.taskRoleList) return false;
|