|
|
@@ -117,23 +117,39 @@ export default {
|
|
|
del_id:[],
|
|
|
searchData: {},
|
|
|
tableColumns:[
|
|
|
- { title: "序号", type:'index', align: "center", minWidth: 140 },
|
|
|
- { title: "部件名称", key: "part_title", align: "center", minWidth: 140 },
|
|
|
- { title: "行号", key: "line_number", align: "center", minWidth: 140 },
|
|
|
- { title: "木皮1", key: "veneer_one", align: "center", minWidth: 140 },
|
|
|
- { title: "原材料1", key: "board1", align: "center", minWidth: 140 },
|
|
|
- { title: "原材料2", key: "board2", align: "center", minWidth: 140 },
|
|
|
- { title: "木皮2", key: "veneer_two", align: "center", minWidth: 140 },
|
|
|
- { title: "毛料尺寸", key: "wollens_size", align: "center", minWidth: 140 },
|
|
|
- { title: "毛料合并的行号", key: "wool_line", align: "center", minWidth: 140 },
|
|
|
- { title: "原料数量", key: "material_num", align: "center", minWidth: 140 },
|
|
|
- { title: "精裁尺寸", key: "vacuum_size", align: "center", minWidth: 140 },
|
|
|
- { title: "零部件数量", key: "part_num", align: "center", minWidth: 140 },
|
|
|
- { title: "贴皮面积", key: "treatment_area", align: "center", minWidth: 140 },
|
|
|
- { title: "精裁面积", key: "vacuum_area", align: "center", minWidth: 140 },
|
|
|
- { title: "工艺要求", key: "technological_requirements", align: "center", minWidth: 140 },
|
|
|
- { title: "打印芯片", key: "chip_state", align: "center", minWidth: 140 },
|
|
|
- { title: "匹配状态", key: "state", align: "center", minWidth: 140,slot:'state' },
|
|
|
+ { title: "序号", type:'index', align: "center",resizable: true,
|
|
|
+ width: 100 },
|
|
|
+ { title: "部件名称", key: "part_title", align: "center",resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "行号", key: "line_number", align: "center", resizable: true,
|
|
|
+ width: 100 },
|
|
|
+ { title: "木皮1", key: "veneer_one", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "原材料1", key: "board1", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "原材料2", key: "board2", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "木皮2", key: "veneer_two", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "毛料尺寸", key: "wollens_size", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "毛料合并的行号", key: "wool_line", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "原料数量", key: "material_num", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "精裁尺寸", key: "vacuum_size", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "零部件数量", key: "part_num", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "贴皮面积", key: "treatment_area", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "精裁面积", key: "vacuum_area", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "工艺要求", key: "technological_requirements", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "打印芯片", key: "chip_state", align: "center", resizable: true,
|
|
|
+ width: 140 },
|
|
|
+ { title: "匹配状态", key: "state", align: "center",minWidth:140, slot:'state' },
|
|
|
],
|
|
|
headers: { Authorization: localStorage.getItem("token") },//请求头
|
|
|
//进入页面需要获取的数值
|