|
@@ -85,10 +85,7 @@
|
|
|
<span class="item-details">{{ item.name }}</span>
|
|
|
<span class="item-detail">{{ item.taskId }}</span>
|
|
|
</div>
|
|
|
- <div slot="reference" class="btn-dpl" @click.native="getDplList(scope.row.id)">
|
|
|
- 关联望岳
|
|
|
- </div>
|
|
|
- <!-- <el-button v-if="scope.row.isDirectlyFromDpm === -1" slot="reference" size="mini" type="text" @click.native="getDplList(scope.row.id)">关联望岳</el-button> -->
|
|
|
+ <div v-if="scope.row.isDirectlyFromDpm === -1" slot="reference" class="btn-dpl" style=" cursor: pointer;" @click="getDplList(scope.row.id)"> 关联望岳 </div>
|
|
|
</el-popover>
|
|
|
|
|
|
<div v-if="locking" v-show="scope.row.vVisible" class="iconEdit">
|