@@ -96,7 +96,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- 编辑 -->
|
<!-- 编辑 -->
|
||||||
<el-button circle :title="$t('trials:rpManage:action:edit')" icon="el-icon-tickets"
|
<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"
|
<el-button circle :title="$t('trials:rpManage:action:status')" icon="el-icon-edit"
|
||||||
:disabled="scope.row.IsGlobal" @click="handleEditStatus(scope.row)" />
|
:disabled="scope.row.IsGlobal" @click="handleEditStatus(scope.row)" />
|
||||||
|
|||||||
Reference in New Issue
Block a user