Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
437c571b57
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue