配置管理链接

This commit is contained in:
shen_yan_pu
2021-08-06 14:31:17 +08:00
parent 23b53acfd5
commit 4dd2f05b04
+1 -1
View File
@@ -51,7 +51,7 @@
label="链接">
<template slot-scope="scope" >
<span v-if="scope.row.url.slice(0,7) === 'http://'" @click="linkto(scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">
{{ scope.row.url.slice(7) }}
{{ scope.row.url }}
</span>
<span v-else @click="linkto('http://' + scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">{{ scope.row.url }}</span>
</template>