Commit 72348333 by frenck

修改erp打开方式

parent bf1059d2
......@@ -114,7 +114,7 @@
header-align="center"
:show-overflow-tooltip="true">
<template slot-scope="scope">
<a :href="'https://'+scope.row.domain">{{ scope.row.domain }}</a>
<a :href="'https://'+scope.row.domain" target="_blank">{{ scope.row.domain }}</a>
</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