廖井涛
2025-04-14 3bfff48245e0eb8affcbf2a16fb2c75eb1cff8bb
north-glass-erp/northglass-erp/src/components/pp/SelectProcessCardDetail.vue
@@ -145,7 +145,7 @@
    buttons: [
      {code: 'update', name: t('合架'), status: 'primary'},
      {code: 'save', name: t('保存'), status: 'primary'},
      {code: 'clear', name: t('删除'), status: 'primary'},
      {code: 'clear', name: t('清空'), status: 'primary'},
    ],
  },
@@ -297,6 +297,6 @@
.main-table{
  width: 100%;
  height: 600px;
  height: 540px;
}
</style>