医学审核任务布局调整
parent
2a4ddaf6f2
commit
c23e9fb081
|
@ -66,6 +66,7 @@
|
|||
<el-table-column
|
||||
:label="$t('trials:adReview:table:view')"
|
||||
width="200"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<!-- 查看R1详情 -->
|
||||
|
|
|
@ -103,7 +103,8 @@
|
|||
|
||||
<el-table-column
|
||||
:label="$t('common:action:action')"
|
||||
width="200"
|
||||
width="100"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
@ -204,7 +205,8 @@
|
|||
|
||||
<el-table-column
|
||||
:label="$t('common:action:action')"
|
||||
width="200"
|
||||
width="120"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
|
|
@ -136,7 +136,8 @@
|
|||
<el-table-column
|
||||
v-if="oncologyInfo.IsShowDetail"
|
||||
:label="$t('common:action:action')"
|
||||
width="100"
|
||||
width="120"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<!-- 查看详情 -->
|
||||
|
|
|
@ -63,7 +63,8 @@
|
|||
prop="ArmEnum"
|
||||
:label="$t('trials:medicalFeedback:title:currentReader')"
|
||||
show-overflow-tooltip
|
||||
width="100"
|
||||
width="120"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
|
Loading…
Reference in New Issue