|
|
@@ -97,7 +97,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleAudit(scope.row)"
|
|
|
- v-hasPermi="['system:task:audit']"
|
|
|
+ v-hasPermi="['task:task:audit']"
|
|
|
>审核
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -105,7 +105,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleSplit(scope.row)"
|
|
|
- v-hasPermi="['system:task:split']"
|
|
|
+ v-hasPermi="['task:task:split']"
|
|
|
>分解
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -113,7 +113,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['system:task:edit']"
|
|
|
+ v-hasPermi="['task:task:edit']"
|
|
|
>终止
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -121,7 +121,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['system:task:delete']"
|
|
|
+ v-hasPermi="['task:task:delete']"
|
|
|
>删除
|
|
|
</el-button>
|
|
|
</template>
|