yuan
昨天 417f73c54db3aeac81e7eafff293f735fe5a5806
fix: 不显示报工台账的时分秒
已修改1个文件
2 ■■■■■ 文件已修改
src/views/productionManagement/productionReporting/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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",