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

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

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

@ -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>

Loading…
Cancel
Save