影像库列表添加查看按钮
parent
0eab6ba6fe
commit
6cb48a2490
|
@ -148,6 +148,8 @@
|
||||||
])
|
])
|
||||||
">
|
">
|
||||||
<template slot-scope="scope">
|
<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"
|
<el-button circle v-hasPermi="['trials:trialsInspection:addTrials']" icon="el-icon-plus"
|
||||||
:title="$t('trials:inspection:button:addTrials')" @click.stop="handleOpenDialog(scope.row, 'add')" />
|
:title="$t('trials:inspection:button:addTrials')" @click.stop="handleOpenDialog(scope.row, 'add')" />
|
||||||
<!-- <el-button
|
<!-- <el-button
|
||||||
|
@ -180,7 +182,7 @@
|
||||||
:callingAeList="callingAeList" />
|
:callingAeList="callingAeList" />
|
||||||
<!--pacs拉取列表-->
|
<!--pacs拉取列表-->
|
||||||
<pullImage v-if="pullTrialsVisible" :visible.sync="pullTrialsVisible" :calledAeList="calledAeList"
|
<pullImage v-if="pullTrialsVisible" :visible.sync="pullTrialsVisible" :calledAeList="calledAeList"
|
||||||
:callingAeList="callingAeList" @getList="getList"/>
|
:callingAeList="callingAeList" @getList="getList" />
|
||||||
</BaseContainer>
|
</BaseContainer>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue