fix: 2564 【AI一键查重】当前系统列表排序内容与RP设计图不符

pull/1/head
lizijiee 1 year ago
parent c80b122273
commit 87e56a1346

@ -1,4 +1,8 @@
export const timeOptions = [
{
label: '全部',
value: '',
},
{
label: '近3个月',
value: '3',

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

Loading…
Cancel
Save