fix: fix issue
This commit is contained in:
BIN
public/static/template.xlsx
Normal file
BIN
public/static/template.xlsx
Normal file
Binary file not shown.
@@ -9,7 +9,7 @@
|
||||
<d-input
|
||||
style="width: 400px"
|
||||
v-model="formData.title"
|
||||
placeholder="请输入搜索内容"
|
||||
placeholder="请输入软件名称"
|
||||
maxLength="50"
|
||||
minLength="2"
|
||||
>
|
||||
@@ -29,6 +29,8 @@
|
||||
<span class="red">3</span>
|
||||
</div>
|
||||
<div class="left-btn">
|
||||
<a class="cursor-pointer" href="/static/template.xlsx" download><i class="icon icon-download-2"></i>下载excel模板</a>
|
||||
<span v-if="isLogin" style="height: 14px" class="split"></span>
|
||||
<d-button v-if="isLogin" class="output-btn" icon="icon-share" variant="text">导出</d-button>
|
||||
<span v-if="isLogin" style="height: 14px" class="split"></span>
|
||||
<TableSetting :columns="columns" :show-column-list="showColumnList" @update:show-column-list="updateShowColumnList"/>
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
<d-tabs class="jyh-tabs jyh-tabs-2" type="wrapped" v-model="selectTab">
|
||||
<d-tab id="bbxx" title="版本信息"></d-tab>
|
||||
<d-tab id="ylgx" title="依赖关系"></d-tab>
|
||||
<d-tab id="ldxx" title="漏洞信息"></d-tab>
|
||||
<d-tab id="SBOM" title="SBOM"></d-tab>
|
||||
<d-tab id="communityInfo" title="开发者社区信息"></d-tab>
|
||||
<d-tab id="ldxx" title="漏洞信息"></d-tab>
|
||||
<d-tab id="ai" title="AI修复建议"></d-tab>
|
||||
<d-tab id="licenseInfo" title="许可证信息"></d-tab>
|
||||
<d-tab id="communityInfo" title="开发者社区信息"></d-tab>
|
||||
</d-tabs>
|
||||
</div>
|
||||
<div class="version-detail-content">
|
||||
|
||||
Reference in New Issue
Block a user