|
@@ -266,7 +266,7 @@
|
|
|
<el-table-column label="楼栋楼层" align="center" prop="buildName" show-overflow-tooltip width="150">
|
|
|
<template slot-scope="scope">{{scope.row.buildName}}{{scope.row.floorName}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="分类分级" align="center" prop="deptName" show-overflow-tooltip width="150">
|
|
|
+ <el-table-column label="分级分类" align="center" prop="deptName" show-overflow-tooltip width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.classTypeNames}}</span>
|
|
|
<span>-</span>
|
|
@@ -342,7 +342,7 @@
|
|
|
<el-table-column label="实验室" align="center" prop="subName" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">{{scope.row.roomNum?scope.row.subName+'-'+scope.row.roomNum:scope.row.subName}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="分类分级" align="center" prop="deptName" show-overflow-tooltip width="140">
|
|
|
+ <el-table-column label="分级分类" align="center" prop="deptName" show-overflow-tooltip width="140">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.classTypeNames}}</span>
|
|
|
<span>-</span>
|
|
@@ -420,7 +420,7 @@
|
|
|
<el-table-column label="实验室" align="center" prop="subName" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">{{scope.row.roomNum?scope.row.subName+'-'+scope.row.roomNum:scope.row.subName}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="分类分级" align="center" prop="classTypeNames" show-overflow-tooltip width="140">
|
|
|
+ <el-table-column label="分级分类" align="center" prop="classTypeNames" show-overflow-tooltip width="140">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.classTypeNames}}</span>
|
|
|
<span>-</span>
|