影像库列表添加查看按钮

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"> <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