| | |
| | | import Pagination from "@/components/Pagination/index.vue"; |
| | | const childRef = ref(null); |
| | | const columns = [ |
| | | { prop: "category", label: "煤种", width: 150 }, |
| | | { prop: "unit", label: "单位", width: 120 }, |
| | | { prop: "productionVolume", label: "生产数量", width: 150 }, |
| | | { prop: "laborCost", label: "人工成本", width: 150 }, |
| | | { prop: "materialCost", label: "原料成本", width: 120 }, |
| | | { prop: "equipmentCost", label: "设备费用", width: 143 }, |
| | | { prop: "totalCost", label: "总成本", width: 150 }, |
| | | { prop: "totalPrice", label: "总售价", width: 150 }, |
| | | { prop: "profit", label: "利润", width: 100 }, |
| | | { prop: "reviewer", label: "复记人", width: 120 }, |
| | | { prop: "date", label: "日期", width: 150 }, |
| | | { prop: "category", label: "煤种", minWidth: 150 }, |
| | | { prop: "unit", label: "单位", minWidth: 120 }, |
| | | { prop: "productionVolume", label: "生产数量", minWidth: 150 }, |
| | | { prop: "laborCost", label: "人工成本", minWidth: 150 }, |
| | | { prop: "materialCost", label: "原料成本", minWidth: 120 }, |
| | | { prop: "equipmentCost", label: "设备费用", minWidth: 143 }, |
| | | { prop: "totalCost", label: "总成本", minWidth: 150 }, |
| | | { prop: "totalPrice", label: "总售价", minWidth: 150 }, |
| | | { prop: "profit", label: "利润", minWidth: 100 }, |
| | | { prop: "reviewer", label: "复记人", minWidth: 120 }, |
| | | { prop: "date", label: "日期", minWidth: 150 }, |
| | | ]; |
| | | |
| | | // 搜索表单数据 |