north-glass-erp/northglass-erp/src/views/pp/processCard/SelectProcessCard.vue
@@ -252,6 +252,7 @@ //子组件接收参数 const xGrid = ref() const gridOptions = reactive({ loading: true, border: "full",//表格加边框 keepSource: true,//保持源数据 align: 'center',//文字居中 @@ -310,7 +311,7 @@ ],//table body实际数据 //脚部求和 footerMethod({columns, data}) {//页脚函数 let footList = ['quantity', 'computeGrossArea',] let footList = ['quantity', 'orderDetail.computeGrossArea',] return [ columns.map((column, columnIndex) => { if (columnIndex === 0) {