Commit 16187adf authored by xinzhedeai's avatar xinzhedeai

add:1 离线

parent 36ebad5d
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
prop="cardStatus" prop="cardStatus"
> >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.cardStatus == 0 ? "离线" : "在线" }} {{ scope.row.cardStatus == 1 ? "离线" : "在线" }}
</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