zhangwencui
昨天 55a05b8dfe9a760feb8f6fb6f8b4e0089d88b111
src/views/productionManagement/productionReporting/index.vue
@@ -246,6 +246,13 @@
      label: "生产时间",
      prop: "createTime",
      width: 120,
      formatData: params => {
        const date = new Date(params);
        return `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(
          2,
          "0"
        )}-${String(date.getDate()).padStart(2, "0")}`;
      },
    },
    {
      dataType: "action",