@ -123,14 +123,14 @@
</template>
</el-table-column>
<el-table-column
label="状态"
label="类型"
align="center"
show-overflow-tooltip
min-width="100"
>
<template slot-scope="scope">
<span v-if="scope.row.type == 1"> 公共</span>
<span v-if="scope.row.status == 1" style="color: #67C23A">本院</span>
<span v-if="scope.row.type == 1"> 公共队列</span>
<span v-if="scope.row.status == 1" style="color: #67C23A">本院队列</span>