|
|
@ -97,7 +97,7 @@ onUpdated(() => {
|
|
|
|
layout()
|
|
|
|
layout()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
const timeRange = ref('99')
|
|
|
|
const timeRange = ref('')
|
|
|
|
const timeLabel = computed(() => {
|
|
|
|
const timeLabel = computed(() => {
|
|
|
|
const item = timeOptions.find((option) => {
|
|
|
|
const item = timeOptions.find((option) => {
|
|
|
|
return option.value === timeRange.value
|
|
|
|
return option.value === timeRange.value
|
|
|
@ -333,14 +333,15 @@ function previewHandler(index: number,event: MouseEvent) {
|
|
|
|
</n-popselect>
|
|
|
|
</n-popselect>
|
|
|
|
<n-popselect v-model:value="viewMode" :options="viewOptions" trigger="click">
|
|
|
|
<n-popselect v-model:value="viewMode" :options="viewOptions" trigger="click">
|
|
|
|
<div class="dropdown">
|
|
|
|
<div class="dropdown">
|
|
|
|
<span>{{ viewLabel || '请选择' }}</span>
|
|
|
|
<!-- <span>{{ viewLabel || '请选择' }}</span> -->
|
|
|
|
|
|
|
|
<span>视图</span>
|
|
|
|
<SvgIcon class="gap" name="arrow-botton" size="14" />
|
|
|
|
<SvgIcon class="gap" name="arrow-botton" size="14" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</n-popselect>
|
|
|
|
</n-popselect>
|
|
|
|
<div style="margin-left: 15px;cursor: pointer;color:#323233" @click="sortHandler()">
|
|
|
|
<!-- <div style="margin-left: 15px;cursor: pointer;color:#323233" @click="sortHandler()">
|
|
|
|
<span>相似度排序</span>
|
|
|
|
<span>相似度排序</span>
|
|
|
|
<SvgIcon style="margin-left: 8px;" name="sort" size="12" />
|
|
|
|
<SvgIcon style="margin-left: 8px;" name="sort" size="12" />
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span style="font-size: 16px;color:#494949">共 <span style="color:#7899fd;font-weight: 500;">{{ totalCount }}</span> 项</span>
|
|
|
|
<span style="font-size: 16px;color:#494949">共 <span style="color:#7899fd;font-weight: 500;">{{ totalCount }}</span> 项</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|