解决非admin用户的一些操作权限问题

This commit is contained in:
luckyxz
2022-06-28 14:49:24 +08:00
parent a4cec682a7
commit 6db67e0195
8 changed files with 49 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
size="mini"
icon="el-icon-video-play"
@click="handleStart(scope.row)"
v-hasPermi="['workflow:definition:designer']"
v-hasPermi="['workflow:process:start']"
>发起</el-button>
</template>
</el-table-column>