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