|
@@ -71,6 +71,7 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['plant:targetlist:edit']"
|
|
|
+ v-if="scope.row.measures!=null"
|
|
|
>{{ $t('修改') }}</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -78,6 +79,7 @@
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['plant:targetlist:remove']"
|
|
|
+ v-if="scope.row.measures!=null"
|
|
|
>{{ $t('删除') }}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|