| src/views/productionManagement/productionReporting/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/productionManagement/productionReporting/index.vue
@@ -163,6 +163,7 @@ import { productionProductMainListPage } from "@/api/productionManagement/productionProductMain.js"; import { userListNoPageByTenantId } from "@/api/system/user.js"; import InputModal from "@/views/productionManagement/productionReporting/Input.vue"; import dayjs from "dayjs"; const data = reactive({ searchForm: { @@ -236,6 +237,7 @@ label: "创建时间", prop: "createTime", width: 120, formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""), }, { dataType: "action",