对接条款比对
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user