|
@@ -124,7 +124,7 @@
|
|
|
<el-table-column label="序号" type="index" width="60"/>
|
|
|
<el-table-column label="实验室" prop="subName" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <span>{{scope.row.subName}}({{scope.row.roomNum}})</span>
|
|
|
+ <span>{{scope.row.subName}}{{scope.row.roomNum?'('+scope.row.roomNum+')':''}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="检查状态" prop="manageStatus" width="150" show-overflow-tooltip>
|