gongchunyi
20 小时以前 ba3262fa23ca4e6d55caa7bb809e48183311bc33
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;