在线离线

role1.0
fanluyan 1 year ago
parent c15df590bd
commit e8074e74f1

@ -150,13 +150,17 @@
min-width="90"
/>
<el-table-column
prop="isonline"
prop="onlinestatus"
label="是否在线"
show-overflow-tooltip
>
<template slot-scope="scope">
{{ scope.row.isonline ? "在线" : "离线" }}</template
<!-- {{ scope.row.onlinestatus ? "在线" : "离线" }} -->
<span style="color: #169e8c" v-if="scope.row.onlinestatus"
>在线</span
>
<span style="color: #f56c6c" v-else>线</span>
</template>
</el-table-column>
<el-table-column
prop="hasPan"

Loading…
Cancel
Save