gongchunyi
4 天以前 5b1500969cdf102a6db9e3f56faec5aa67f68496
src/views/salesManagement/invoiceLedger/index.vue
@@ -219,7 +219,8 @@
  return parseFloat(cellValue).toFixed(2);
};
const formatDate = (row, column, cellValue) => {
  return dayjs(cellValue).format("YYYY-MM-DD HH:mm:ss");
  if (!cellValue) return "";
  return dayjs(cellValue).format("YYYY-MM-DD");
};
// 查询列表
/** 搜索按钮操作 */