对接条款比对

This commit is contained in:
范强强
2024-02-28 11:34:47 +08:00
parent 5a4c524f7b
commit 79dedacb9e
2 changed files with 8 additions and 3 deletions
@@ -215,9 +215,9 @@ export default {
{ {
text: this.$t('edit'), text: this.$t('edit'),
clickEvent: 'edit', clickEvent: 'edit',
// show: (record) => { show: (record) => {
// return !record.releaseState || record.releaseState === 'draft' return !(record.compareType === 'item')
// } }
}, },
// 删除 // 删除
{ {
@@ -7,6 +7,11 @@
:maskClosable="false" :maskClosable="false"
switchFullscreen switchFullscreen
@cancel="visible = false"> @cancel="visible = false">
<template slot="footer">
<a-button @click="visible = false">
关闭
</a-button>
</template>
<div class="can-scroll-content"> <div class="can-scroll-content">
<div class="detail-content-top"> <div class="detail-content-top">
相似度<span style="color: red">{{similarityDegree}}</span> <span>{{textContent}}</span> 相似度<span style="color: red">{{similarityDegree}}</span> <span>{{textContent}}</span>