uat_us
caiyiling 2024-04-18 14:26:21 +08:00
commit 437c571b57
1 changed files with 2 additions and 2 deletions

View File

@ -208,11 +208,11 @@
<el-button
:disabled="scope.row.State !== 3"
circle
:title="$t('trials:researchRecord:action:view')"
:title="$t('common:button:view')"
icon="el-icon-view"
@click="handleViewResearchList(scope.row)"
/>
<!-- 查看 -->
<!-- 审批 -->
<el-button
v-hasPermi="['trials:trials-panel:attachments:site-research:auidt']"
:disabled="scope.row.State === 0 || scope.row.State === 3"