@@ -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
@@ -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) "
}