huminmin
2 天以前 38ff451cf5671b074ae21eea175ab3d78ef4cc32
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;