医学审核任务布局调整

uat_us
caiyiling 2024-03-11 15:52:21 +08:00
parent 2a4ddaf6f2
commit c23e9fb081
4 changed files with 9 additions and 4 deletions

View File

@ -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详情 -->

View File

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

View File

@ -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">
<!-- 查看详情 --> <!-- 查看详情 -->

View File

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