廖井涛
2024-04-16 3939bcf9780e343ea0fd94e3f635a44da4f04a41
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 = ['', '',]
    return [
      columns.map((column, columnIndex) => {
        if (columnIndex === 0) {