影像库列表添加查看按钮

main
wangxiaoshuang 2025-09-12 15:13:49 +08:00
parent 0eab6ba6fe
commit 6cb48a2490
1 changed files with 3 additions and 1 deletions

View File

@ -148,6 +148,8 @@
])
">
<template slot-scope="scope">
<el-button circle icon="el-icon-view" :title="$t('trials:trialsInspection:button:view')"
@click.stop="handleOpenDialog(scope.row, 'study')" />
<el-button circle v-hasPermi="['trials:trialsInspection:addTrials']" icon="el-icon-plus"
:title="$t('trials:inspection:button:addTrials')" @click.stop="handleOpenDialog(scope.row, 'add')" />
<!-- <el-button
@ -180,7 +182,7 @@
:callingAeList="callingAeList" />
<!--pacs拉取列表-->
<pullImage v-if="pullTrialsVisible" :visible.sync="pullTrialsVisible" :calledAeList="calledAeList"
:callingAeList="callingAeList" @getList="getList"/>
:callingAeList="callingAeList" @getList="getList" />
</BaseContainer>
</template>
<script>