批量校验页面开发

This commit is contained in:
付民康
2025-03-14 17:20:51 +08:00
parent 2051578cab
commit 31e583e7dc
2 changed files with 339 additions and 2 deletions

View File

@@ -9,8 +9,8 @@
<d-tab id="OssQuery" title="开源软件查询">
<OssQuery/>
</d-tab>
<d-tab id="tab2" title="批量校验">
<OssQuery/>
<d-tab id="BatchVerify" title="批量校验">
<BatchVerify/>
</d-tab>
</d-tabs>
</div>
@@ -27,6 +27,7 @@ import { reqCatch } from '@/utils/catch';
import { getOrgInfo } from '@/views/Org/hooks/orgInfo';
import { Message } from 'vue-devui';
import OssQuery from './Components/OssQuery.vue';
import BatchVerify from './Components/BatchVerify.vue';
const { namespace } = getOrgInfo();
const selectTab = ref('OssQuery');