north-glass-erp/northglass-erp/src/components/sd/order/OrderProcess.vue
@@ -41,7 +41,13 @@ toolbarConfig: { zoom: true, custom: true } }, cellClassName ({ row, column,columnIndex}) { if (columnIndex>10 && row.quantity*1 === row.reportWorkQuantity[column.title]*1){ return 'row-green' } return null }, }) @@ -144,5 +150,8 @@ </template> <style scoped> ::v-deep(.vxe-grid .vxe-body--column.row-green) { background-color: #D5EAFF; } </style>