Merge remote-tracking branch 'origin/dev_pro_河南鹤壁' into dev_pro_河南鹤壁
| | |
| | | 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: { |
| | |
| | | label: "创建时间", |
| | | prop: "createTime", |
| | | width: 160, |
| | | formatData: val => (val ? dayjs(val).format("YYYY-MM-DD") : ""), |
| | | }, |
| | | { |
| | | dataType: "action", |