1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-10 13:45:01 +08:00
parent b56834e8ed
commit 7c9cde00a9
1 changed files with 1 additions and 1 deletions

View File

@ -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)" />