yangfeng
2023-10-19 63d49e380905f34ee7d4c1f3a2a5196e8b835386
bug修复(5313)
1个文件已修改
2 ■■■ 已修改文件
src/views/overview/AddOverviewDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/overview/AddOverviewDialog.vue
@@ -571,7 +571,7 @@
          // { label: "说明", prop: "number", input: true },
          // { label: "日期", prop: "amount", date: true, isRequird: true },
          // { label: "截止日期", prop: "price", date: true },
          { label: "完成", prop: "amount", inputFloat: true },
          { label: "数量", prop: "amount", inputFloat: true },
          { label: "计量单位", prop: "unit" }
        ]
      }