添加查看报告按钮

This commit is contained in:
yangjun 2024-08-12 14:38:05 +08:00
parent 386bfa5d51
commit 998a7fa19f
1 changed files with 9 additions and 10 deletions

View File

@ -36,21 +36,22 @@
</a-popover>
<a-popover title="查重情况">
<template #content>
<a-row style="width: 350px">
<a-row style="width: 400px">
<a-col :span="12">
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '0')">维普资源库查重</span
>{{ getCctype(item, '1') }}
<span class="zyCon-word">维普资源库查重</span
>{{ getCctype(item, '1') }}<span @click="handleOpenCcjg(item, '0')" style="color:#1ab394;cursor: pointer;" v-if="item.wwxsl">报告</span>
</a-col>
<a-col :span="12">
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '1')">本次作业查重</span
>{{ getCctype(item, '2') }}
<span class="zyCon-word">本次作业查重</span
>{{ getCctype(item, '2') }}<span @click="handleOpenCcjg(item, '1')" style="color:#1ab394;cursor: pointer;" v-if="item.nwxsl">报告</span>
</a-col>
<a-col :span="12">
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '3')">学校作业库查重</span
>{{ getCctype(item, '4') }}
<span class="zyCon-word">学校作业库查重</span
>{{ getCctype(item, '4') }}<span @click="handleOpenCcjg(item, '3')" style="color:#1ab394;cursor: pointer;" v-if="item.xnxsl">报告</span>
</a-col>
<a-col :span="12">
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '2')">Aigc查重</span>{{ getCctype(item, '3') }}
<span class="zyCon-word">Aigc查重</span>{{ getCctype(item, '3') }}
<span @click="handleOpenCcjg(item, '2')" style="color:#1ab394;cursor: pointer;" v-if="item.aigcxsl">报告</span>
</a-col>
</a-row>
</template>
@ -197,10 +198,8 @@ function handleOpenCcjg(record, type) {
} else {
createMessage.error('当前暂无结果');
}
}else{
createMessage.error('当前暂无结果');
}
});
}