@ -56,9 +56,9 @@
>
<template slot-scope="scope">
<span v-for="item in operaButtons" style="margin: 0 10px;">
<!-- 查看主表信息 -->
<!-- 查看主表信息 如果配置中masterId的值为空,则不显示-->
<el-button
v-if="item == 'showParent'"
v-if="item == 'showParent' && (scope.row[URLOption_masterId])"
type="text"
@click="showParentHandleForDetail(scope.row)"
>查看主表信息</el-button>