Skip to content

Commit 5d15c80

Browse files
committed
页面优化
1 parent cadbec3 commit 5d15c80

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-gray-webui/src/views/handle-rule

1 file changed

+1
-1
lines changed

spring-cloud-gray-webui/src/views/handle-rule/list.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</el-table-column>
7171
<el-table-column label="Matching Policys" align="center">
7272
<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}`">
73+
<router-link v-for="(item, index) in scope.row.matchingPolicys" :key="item.policyId" :to="`/policy/grayPolicys/decision/${item.policyId}`">
7474
<span class="link-type">{{ item.policyName }}</span> <span v-if="(index + 1) < scope.row.matchingPolicys.length"> | </span>
7575
<!--<el-tag>{{ item.policyName }}</el-tag>-->
7676
</router-link>

0 commit comments

Comments
 (0)