Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
437c571b57
|
@ -208,11 +208,11 @@
|
||||||
<el-button
|
<el-button
|
||||||
:disabled="scope.row.State !== 3"
|
:disabled="scope.row.State !== 3"
|
||||||
circle
|
circle
|
||||||
:title="$t('trials:researchRecord:action:view')"
|
:title="$t('common:button:view')"
|
||||||
icon="el-icon-view"
|
icon="el-icon-view"
|
||||||
@click="handleViewResearchList(scope.row)"
|
@click="handleViewResearchList(scope.row)"
|
||||||
/>
|
/>
|
||||||
<!-- 查看 -->
|
<!-- 审批 -->
|
||||||
<el-button
|
<el-button
|
||||||
v-hasPermi="['trials:trials-panel:attachments:site-research:auidt']"
|
v-hasPermi="['trials:trials-panel:attachments:site-research:auidt']"
|
||||||
:disabled="scope.row.State === 0 || scope.row.State === 3"
|
:disabled="scope.row.State === 0 || scope.row.State === 3"
|
||||||
|
|
Loading…
Reference in New Issue