zss
4 天以前 d9746b4b043c1857a4568ca36d04d4b905a4068f
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) {