影像库列表添加查看按钮
parent
0eab6ba6fe
commit
6cb48a2490
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue