gitcode描述修改为国家可信开源代码库
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
<template v-if="!isLogin">
|
||||
<d-button @click="handleLogin('register')" class="min-w-[64px]">注册</d-button>
|
||||
<d-button variant="solid" color="primary" @click="handleLogin('login')">可信开源代码库账号登录</d-button>
|
||||
<d-button variant="solid" color="primary" @click="handleLogin('login')">账号密码登录</d-button>
|
||||
</template>
|
||||
<template v-else>
|
||||
<UserAvatar />
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<span>搜索记录</span>
|
||||
</div>
|
||||
<d-button @click="handleLogin('register')" class="min-w-[64px]">注册</d-button>
|
||||
<d-button variant="solid" color="primary" @click="handleLogin('login')">Gitcode账号登录</d-button>
|
||||
<d-button variant="solid" color="primary" @click="handleLogin('login')">账号密码登录</d-button>
|
||||
</template>
|
||||
<template v-else>
|
||||
<!--ai copilot-->
|
||||
|
||||
@@ -298,7 +298,7 @@ const openDelete = (row: any) => {
|
||||
const defultColumns = ref([
|
||||
{ key: 'softwareName', label: '软件名称', visible: true, filterable: true, sortable: false },
|
||||
{ key: 'softwareVersion', label: '软件版本', visible: true, filterable: true, sortable: false },
|
||||
// { key: 'trustScore', label: '软件可信评分', visible: true, filterable: false, sortable: true },
|
||||
{ key: 'trustScore', label: '软件可信评分', visible: false, filterable: false, sortable: true },
|
||||
{ key: 'securityScore', label: '软件重要性评分', visible: true, filterable: false, sortable: true },
|
||||
{ key: 'licenseNum', label: 'License数量', visible: true, filterable: false, sortable: false,width: 140 },
|
||||
{ key: 'industryCategory', label: '行业类型', visible: true, filterable: true, sortable: false },
|
||||
@@ -329,7 +329,7 @@ const defultColumns = ref([
|
||||
const columns = ref([
|
||||
{ key: 'softwareName', label: '软件名称', visible: true, filterable: true, sortable: false },
|
||||
{ key: 'softwareVersion', label: '软件版本', visible: true, filterable: true, sortable: false },
|
||||
// { key: 'trustScore', label: '软件可信评分', visible: true, filterable: false, sortable: true },
|
||||
{ key: 'trustScore', label: '软件可信评分', visible: false, filterable: false, sortable: true },
|
||||
{ key: 'securityScore', label: '软件重要性评分', visible: true, filterable: false, sortable: true },
|
||||
{ key: 'licenseNum', label: 'License数量', visible: true, filterable: false, sortable: false,width: 140 },
|
||||
{ key: 'industryCategory', label: '行业类型', visible: true, filterable: true, sortable: false },
|
||||
|
||||
Reference in New Issue
Block a user