소스 검색

LY 搜索改为change事件

ly 3 년 전
부모
커밋
065b7fe5ca
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      ui/src/views/plant/targetmeasures/index.vue
  2. 1 1
      ui/src/views/sems/thickness/index.vue

+ 1 - 1
ui/src/views/plant/targetmeasures/index.vue

@@ -393,7 +393,7 @@
         },
         //人员表查询参数
         staffmgrQueryParams: {
-          actualposts: "12,14,16,18,20,24,26"
+          actualposts: "12,14,16,18,20,24,26,36"
         },
         staffmgrPrincipal: {
           actualposts: null

+ 1 - 1
ui/src/views/sems/thickness/index.vue

@@ -1561,7 +1561,7 @@ export default {
 
     //寿命颜色预警
     tableCellStyle({ row, column, rowIndex, columnIndex }) {
-     if (columnIndex == 15 && row.warnFlag == 1){
+     if (columnIndex == 16 && row.warnFlag == 1){
         return "color: rgba(255, 26, 26, 0.98) "
       }
     },