dedsudiyu 8 月之前
父节点
当前提交
0326a9da30

+ 3 - 3
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/addDialog.vue

@@ -230,7 +230,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>
@@ -306,7 +306,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>
@@ -384,7 +384,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>

+ 3 - 3
src/views/safetyCheck/schoolInspection/inspectionPlan/addDialog.vue

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