Ver código fonte

LY 搜索改为change事件

ly 3 anos atrás
pai
commit
065b7fe5ca

+ 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) "
       }
     },