添加查看报告按钮
This commit is contained in:
parent
386bfa5d51
commit
998a7fa19f
|
@ -36,21 +36,22 @@
|
||||||
</a-popover>
|
</a-popover>
|
||||||
<a-popover title="查重情况">
|
<a-popover title="查重情况">
|
||||||
<template #content>
|
<template #content>
|
||||||
<a-row style="width: 350px">
|
<a-row style="width: 400px">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '0')">维普资源库查重:</span
|
<span class="zyCon-word">维普资源库查重:</span
|
||||||
>{{ getCctype(item, '1') }}
|
>{{ getCctype(item, '1') }}<span @click="handleOpenCcjg(item, '0')" style="color:#1ab394;cursor: pointer;" v-if="item.wwxsl">报告</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '1')">本次作业查重:</span
|
<span class="zyCon-word">本次作业查重:</span
|
||||||
>{{ getCctype(item, '2') }}
|
>{{ getCctype(item, '2') }}<span @click="handleOpenCcjg(item, '1')" style="color:#1ab394;cursor: pointer;" v-if="item.nwxsl">报告</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<span class="zyCon-word" style="cursor: pointer" @click="handleOpenCcjg(item, '3')">学校作业库查重:</span
|
<span class="zyCon-word">学校作业库查重:</span
|
||||||
>{{ getCctype(item, '4') }}
|
>{{ getCctype(item, '4') }}<span @click="handleOpenCcjg(item, '3')" style="color:#1ab394;cursor: pointer;" v-if="item.xnxsl">报告</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<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-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
|
@ -197,10 +198,8 @@ function handleOpenCcjg(record, type) {
|
||||||
} else {
|
} else {
|
||||||
createMessage.error('当前暂无结果');
|
createMessage.error('当前暂无结果');
|
||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
createMessage.error('当前暂无结果');
|
createMessage.error('当前暂无结果');
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue