|
|
@ -233,15 +233,15 @@ |
|
|
class="div-table-button--blue" |
|
|
class="div-table-button--blue" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
<!-- v-if="scope.row.showBtn" |
|
|
|
|
|
v-if="scope.row.showBtn" --> |
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
|
|
|
v-if="scope.row.showBtn" |
|
|
type="text" |
|
|
type="text" |
|
|
class="div-table-button--blue" |
|
|
class="div-table-button--blue" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleEdit(scope.row)">编辑</el-button> |
|
|
@click="handleEdit(scope.row)">编辑</el-button> |
|
|
|
|
|
|
|
|
<el-button |
|
|
<el-button |
|
|
|
|
|
v-if="scope.row.showBtn" |
|
|
type="text" |
|
|
type="text" |
|
|
class="div-table-button--blue" |
|
|
class="div-table-button--blue" |
|
|
size="small" |
|
|
size="small" |
|
|
|