1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6fa8cbe602
commit
1bef8a027a
|
@ -141,12 +141,7 @@
|
||||||
<el-table-column prop="LatestPushTime" :label="$t('trials:inspection:table:latestReceiveTime')"
|
<el-table-column prop="LatestPushTime" :label="$t('trials:inspection:table:latestReceiveTime')"
|
||||||
show-overflow-tooltip min-width="180" sortable="custom"></el-table-column>
|
show-overflow-tooltip min-width="180" sortable="custom"></el-table-column>
|
||||||
<!--操作-->
|
<!--操作-->
|
||||||
<el-table-column :label="$t('common:action:action')" min-width="100" fixed="right" v-if="
|
<el-table-column :label="$t('common:action:action')" min-width="100" fixed="right">
|
||||||
hasPermi([
|
|
||||||
'trials:trialsInspection:addTrials',
|
|
||||||
'trials:trialsInspection:delPatient',
|
|
||||||
])
|
|
||||||
">
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button circle icon="el-icon-view" :title="$t('trials:trialsInspection:button:view')"
|
<el-button circle icon="el-icon-view" :title="$t('trials:trialsInspection:button:view')"
|
||||||
@click.stop="handleOpenDialog(scope.row, 'study')" />
|
@click.stop="handleOpenDialog(scope.row, 'study')" />
|
||||||
|
|
Loading…
Reference in New Issue