对接条款比对
This commit is contained in:
@@ -215,9 +215,9 @@ export default {
|
||||
{
|
||||
text: this.$t('edit'),
|
||||
clickEvent: 'edit',
|
||||
// show: (record) => {
|
||||
// return !record.releaseState || record.releaseState === 'draft'
|
||||
// }
|
||||
show: (record) => {
|
||||
return !(record.compareType === 'item')
|
||||
}
|
||||
},
|
||||
// 删除
|
||||
{
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
:maskClosable="false"
|
||||
switchFullscreen
|
||||
@cancel="visible = false">
|
||||
<template slot="footer">
|
||||
<a-button @click="visible = false">
|
||||
关闭
|
||||
</a-button>
|
||||
</template>
|
||||
<div class="can-scroll-content">
|
||||
<div class="detail-content-top">
|
||||
相似度:<span style="color: red">{{similarityDegree}}</span> <span>({{textContent}})</span>
|
||||
|
||||
Reference in New Issue
Block a user