1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b56834e8ed
commit
7c9cde00a9
|
|
@ -96,7 +96,7 @@
|
|||
<template slot-scope="scope">
|
||||
<!-- 编辑 -->
|
||||
<el-button circle :title="$t('trials:rpManage:action:edit')" icon="el-icon-tickets"
|
||||
:disabled="scope.row.IsTakeEffect === 1 || scope.row.IsGlobal" @click="handleEdit(scope.row)" />
|
||||
:disabled="scope.row.IsGlobal" @click="handleEdit(scope.row)" />
|
||||
<!-- 修改状态 -->
|
||||
<el-button circle :title="$t('trials:rpManage:action:status')" icon="el-icon-edit"
|
||||
:disabled="scope.row.IsGlobal" @click="handleEditStatus(scope.row)" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue