gongchunyi
2 天以前 192b72691bb33729ea757893e5beeebbb88495c6
Merge branch 'dev_pro_河南鹤壁_泽淇实业' of http://114.132.189.42:9002/r/product-inventory-management into dev_pro_河南鹤壁_泽淇实业
已修改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",