Commit 7e46490b authored by Davve's avatar Davve

修改文案

parent 12b25f03
......@@ -219,7 +219,7 @@
</el-table-column>
<el-table-column align="center" label="是否线">
<el-table-column align="center" label="是否线">
<template slot-scope="scope">
<el-tag :type="scope.row.is_online | isOnlineFilter">{{ scope.row.is_online=== 1 ? '是' : '否' }}</el-tag>
</template>
......
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