src/views/mainPlan/platePlanList/index.vue @@ -306,6 +306,11 @@ }, }, ]); newArray.splice(2,0,{ title: "焊接件齐套开始时间", field:"hanjie_startDate", width: 140, }) await nextTick(); columns.value = [...columns.value, ...newArray]; // 强制组件重新渲染