yuan
2026-08-08 de39d39aa1a86a7be56cf906080df4dc30fcadbb
src/views/productionManagement/productionReporting/index.vue
@@ -129,6 +129,7 @@
<script setup>
  import { onMounted, ref } from "vue";
  import dayjs from "dayjs";
  import FormDia from "@/views/productionManagement/productionReporting/components/formDia.vue";
  import { ElMessageBox } from "element-plus";
  import {
@@ -207,6 +208,7 @@
      label: "创建时间",
      prop: "createTime",
      width: 120,
      formatData: cell => (cell ? dayjs(cell).format("YYYY-MM-DD") : ""),
    },
    {
      dataType: "action",