yuan
2026-08-08 de39d39aa1a86a7be56cf906080df4dc30fcadbb
fix: 移除日期时分秒
已修改1个文件
2 ■■■■■ 文件已修改
src/views/productionManagement/productionReporting/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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",