gongchunyi
4 天以前 b086dc5e14759eafcad713dea889a33822dd8ec4
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) {