ly 3 лет назад
Родитель
Сommit
75092625bf

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevCcMapper.xml

@@ -100,7 +100,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -109,7 +109,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
         </where>
 

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevDtMapper.xml

@@ -80,7 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
         </where>
 

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevDzsbMapper.xml

@@ -79,7 +79,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
             and d.status = 1
         </where>

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevGlMapper.xml

@@ -108,7 +108,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -117,7 +117,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
         </where>
     </select>

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevYlgdMapper.xml

@@ -182,7 +182,7 @@
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -191,7 +191,7 @@
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
         </where>
     </select>

+ 2 - 2
master/src/main/resources/mybatis/sems/TSpecdevYlrqMapper.xml

@@ -153,7 +153,7 @@
                     #{item}
                 </foreach>
             </if>
-            <if test="unitIds != null  and unitIds != ''">
+            <!--<if test="unitIds != null  and unitIds != ''">
                 and
                 (
                 d.unit in
@@ -162,7 +162,7 @@
                     #{item}
                 </foreach>
                 )
-            </if>
+            </if>-->
             and d.del_flag = 0
         </where>
     </select>

+ 4 - 2
ui/src/views/sems/specanalysis/index.vue

@@ -4,9 +4,11 @@
       <div class="top-box">
         <div>
           <div class="topElevator">
+
             <div class="bg-color-spec">
-              <div style="text-align: center; padding-top: 0.3rem">
-                <el-select v-model="plantIds"  @change="handleCommand" multiple collapse-tags :placeholder="$t('请选择') + $t('装置')">
+              <div class="en-spec-text" style="color: #5470c6;padding-top: 0.2rem;padding-left: 0.1rem;">{{ $t('请选择') }}{{ $t('装置') }}</div>
+              <div style="text-align: center; padding-top: 0.1rem">
+                <el-select v-model="plantIds" size="small"  @change="handleCommand" multiple collapse-tags :placeholder="$t('请选择') + $t('装置')">
                   <el-checkbox v-model="checked" @change="selectAll"> ALL</el-checkbox>
                   <el-option
                     v-for="item in plantList"

+ 0 - 1
ui/src/views/training/spec/successor/staffResume.vue

@@ -114,7 +114,6 @@
         </el-table-column>
 <!--        <el-table-column label="学时" align="center" prop="classHour" :show-overflow-tooltip="true"/>-->
         <el-table-column label="具体内容" align="center" prop="classContent" :show-overflow-tooltip="true"/>
-        <el-table-column label="评分" align="center" prop="classContent" :show-overflow-tooltip="true"/>
       </el-table>
     </el-card>
   </el-dialog>