We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadbec3 commit 5d15c80Copy full SHA for 5d15c80
spring-cloud-gray-webui/src/views/handle-rule/list.vue
@@ -70,7 +70,7 @@
70
</el-table-column>
71
<el-table-column label="Matching Policys" align="center">
72
<template slot-scope="scope">
73
- <router-link v-for="(item, index) in scope.row.matchingPolicys" :key="item.policyId" :to="`/policy/handle/action?handleId=${item.policyId}`">
+ <router-link v-for="(item, index) in scope.row.matchingPolicys" :key="item.policyId" :to="`/policy/grayPolicys/decision/${item.policyId}`">
74
<span class="link-type">{{ item.policyName }}</span> <span v-if="(index + 1) < scope.row.matchingPolicys.length"> | </span>
75
<!--<el-tag>{{ item.policyName }}</el-tag>-->
76
</router-link>
0 commit comments