中心调研按钮显示修改

uat_us
wangxiaoshuang 2024-04-18 11:11:03 +08:00
parent 967edf7378
commit 08f0d76aa7
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"