|
|
@@ -56,6 +56,11 @@
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-tag :type="row.disconnected ? '' : 'info'"> {{ row.disconnected }} </el-tag>
|
|
|
</template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column prop="forceQuit" align="center" label="是否强制退出">
|
|
|
+ <template slot-scope="{ row }">
|
|
|
+ <el-tag :type="row.forceQuit ? '' : 'info'"> {{ row.forceQuit }} </el-tag>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="completed" align="center" label="是否完成">
|
|
|
<template slot-scope="{ row }">
|