#2116 fix-1936 修改用户跳转链接

Merged
zhoupzh merged 1 commits from fix-1936 into V20220519 1 year ago
  1. +1
    -1
      web_src/js/components/UserAnalysis.vue

+ 1
- 1
web_src/js/components/UserAnalysis.vue View File

@@ -60,7 +60,7 @@
prop="Name"
width="100px">
<template slot-scope="scope">
<a :href="AppSubUrl +'../../../'+ scope.row.Name">{{scope.row.Name}} </a>
<a :href="AppSubUrl +'../../../../'+ scope.row.Name">{{scope.row.Name}} </a>
</template>
</el-table-column>
<el-table-column


Loading…
Cancel
Save