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