Commit 82538bb5 authored by 黎博's avatar 黎博

鼠标悬停展示服务详情

parent 4431c01a
...@@ -145,7 +145,9 @@ ...@@ -145,7 +145,9 @@
<template slot-scope="scope"> <template slot-scope="scope">
<i v-if="scope.row.status === 'Normal'" class="el-icon-success" style="color: #67c23a" /> <i v-if="scope.row.status === 'Normal'" class="el-icon-success" style="color: #67c23a" />
<i v-else class="el-icon-error" style="color: #f56c6c" /> <i v-else class="el-icon-error" style="color: #f56c6c" />
<span class="link-type" @click="handleDetail(scope.row)">{{ scope.row.serviceName }}</span> <el-tooltip class="item" effect="light" :content="scope.row.desc" placement="right">
<span class="link-type" @click="handleDetail(scope.row)">{{ scope.row.serviceName }}</span>
</el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="image" label="镜像"> <el-table-column prop="image" label="镜像">
......
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