Commit 5d47a024 authored by 智勇's avatar 智勇

增加link type

parent 12d95bfd
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<el-table-column label="Wiki" width="250px" align="center"> <el-table-column label="Wiki" width="250px" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.wiki }}</span> <span class="link-type" @click="openUrl(scope.row.wiki)">{{ scope.row.wiki }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment