Commit 09e1bfb4 authored by 智勇's avatar 智勇

Merge branch 'jia' into 'master'

修正图标位置



See merge request !27
parents 5a1d4aee d7d20a7b
...@@ -39,10 +39,10 @@ ...@@ -39,10 +39,10 @@
v-if="serviceName!=='rabbitmq'" v-if="serviceName!=='rabbitmq'"
label="服务名"> label="服务名">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.serviceName !== 'rabbitmq'">{{ scope.row.serviceName }}</span>
<span v-if="scope.row.serviceName === 'rabbitmq'" class="link-type" @click="openRabbitmq(scope.row)">{{ scope.row.serviceName }}</span>
<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 v-if="scope.row.serviceName !== 'rabbitmq'">{{ scope.row.serviceName }}</span>
<span v-if="scope.row.serviceName === 'rabbitmq'" class="link-type" @click="openRabbitmq(scope.row)">{{ scope.row.serviceName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<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