gaoluyang
昨天 eb6f3d149c6279877cf806575901bb482d7f2b64
src/views/salesManagement/salesLedger/index.vue
@@ -1005,6 +1005,7 @@
// 添加表行类名方法
const tableRowClassName = ({ row }) => {
  if (!row.deliveryDate) return '';
  if (row.isFh) return '';
  const diff = row.deliveryDaysDiff;