dedsudiyu 6 maanden geleden
bovenliggende
commit
d8efc23e80

+ 1 - 1
src/views/safetyCheck/collegeInspect/hiddenDangersReview/index.vue

@@ -104,7 +104,7 @@
           </el-table-column>
           <el-table-column label="实验室" prop="subName" width="165" 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="createName" width="80" show-overflow-tooltip/>

+ 1 - 1
src/views/safetyCheck/collegeInspect/selfInspectionManage/index.vue

@@ -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>

+ 1 - 1
src/views/safetyCheck/schoolInspect/inspectManage/index.vue

@@ -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>

+ 1 - 1
src/views/safetyCheck/schoolInspect/reviewManage/index.vue

@@ -104,7 +104,7 @@
           </el-table-column>
           <el-table-column label="实验室" prop="subName" width="165" 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="createName" width="80" show-overflow-tooltip/>