chenlu
2024-08-06 381919a91391fbad1d9335da1f44328518eaed99
north-glass-erp/northglass-erp/src/views/pp/processCard/SplittingDetails.vue
@@ -99,7 +99,7 @@
  align: 'center',//文字居中
  stripe: true,//斑马纹
  rowConfig: {isCurrent: true, isHover: true, height: 30},//鼠标移动或选择高亮
  id: 'demo_1',
  id: 'SplittingDetails',
  showFooter: true,//显示脚
  printConfig: {},
  importConfig: {},
@@ -161,12 +161,9 @@
  ],//表头按钮
  toolbarConfig: {
    // buttons: [{
    //
    // }],
    // import: false,
    // export: true,
    // print: true,
    // buttons: [
    //   {code: 'editCheckbox', name: t('basicData.edit'), status: 'primary'},
    // ],
    zoom: true,
    custom: true
  },
@@ -197,8 +194,7 @@
    <vxe-grid
        ref="xGrid"
        class="mytable-scrollbar"
        height="600px"
        max-height="100%"
        height="100%"
        v-bind="gridOptions"