gongchunyi
昨天 9cf2a2365b1e5cf0c5a25cf05281465b8f667428
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;