gaoluyang
2026-02-03 830adfef9c17ff8915761ff218f9d8e8a04bc3ea
src/views/productionManagement/productionOrder/index.vue
@@ -239,8 +239,9 @@
  // 添加表行类名方法
  const tableRowClassName = ({ row }) => {
    const diff = row.deliveryDaysDiff;
    if (row.isFh) return '';
    const diff = row.deliveryDaysDiff;
    if (diff === 15) {
      return 'yellow';
    } else if (diff === 10) {