lugano全局阅片列宽调整

uat_us
caiyiling 2024-03-07 17:41:20 +08:00
parent 6fa98f8deb
commit aea1bf16bf
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
prop="" prop=""
:label="qs.questionName" :label="qs.questionName"
show-overflow-tooltip show-overflow-tooltip
:min-width="index === 3 ? '200' : '200'" width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="readingTaskState<2 && (scope.row.AfterQuestionList[index].GlobalReadingShowType === 0 || (scope.row.IsBaseLine && scope.row.AfterQuestionList[index].GlobalReadingShowType === 1) || (!scope.row.IsBaseLine && scope.row.AfterQuestionList[index].GlobalReadingShowType === 2))"> <div v-if="readingTaskState<2 && (scope.row.AfterQuestionList[index].GlobalReadingShowType === 0 || (scope.row.IsBaseLine && scope.row.AfterQuestionList[index].GlobalReadingShowType === 1) || (!scope.row.IsBaseLine && scope.row.AfterQuestionList[index].GlobalReadingShowType === 2))">
@ -284,7 +284,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
width="100" min-width="150"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button