|
|
@@ -174,7 +174,10 @@
|
|
|
<template slot-scope="scope">
|
|
|
<!-- 文字按钮样式 -->
|
|
|
<el-button
|
|
|
- v-if="scope.row.status === '2'"
|
|
|
+ v-if="
|
|
|
+ scope.row.currentNode === 'ccls' &&
|
|
|
+ (scope.row.status === '100' || scope.row.status === '500')
|
|
|
+ "
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
@click="handleEdit(scope.row)"
|