批量校验页面开发
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user