huminmin
4 天以前 d75bac06caf57ff3cbb98cc3c64da015d32f9bb0
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;