| src/views/productionManagement/productionReporting/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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",