|
|
@@ -92,7 +92,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-view"
|
|
|
@click="handleDetail(scope.row.id)"
|
|
|
- v-hasPermi="['system:eduTask:query']"
|
|
|
+ v-hasPermi="['core:drillTask:query']"
|
|
|
>详情</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -100,7 +100,7 @@
|
|
|
icon="el-icon-document-add"
|
|
|
v-if="canPerform(scope.row)"
|
|
|
@click="handleRecorded(scope.row.id)"
|
|
|
- v-hasPermi="['system:eduTask:evaluate']"
|
|
|
+ v-hasPermi="['core:drillTask:evaluate']"
|
|
|
>评价</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
@@ -108,7 +108,7 @@
|
|
|
icon="el-icon-document-add"
|
|
|
v-if="canPerform(scope.row)"
|
|
|
@click="handleRecorded(scope.row.id)"
|
|
|
- v-hasPermi="['system:eduTask:remove']"
|
|
|
+ v-hasPermi="['core:drillTask:remove']"
|
|
|
>演练登记</el-button>
|
|
|
<el-button type="text" v-if="scope.row.pdfUrl" @click="onDown(scope.row.pdfUrl)"
|
|
|
>演练登记簿</el-button>
|