wangxiaoshuang 2026-04-27 16:47:59 +08:00
parent c339adb73f
commit c580c70bd0
1 changed files with 0 additions and 36 deletions

View File

@ -10,22 +10,6 @@
</el-button> </el-button>
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="getReportInfo"> <el-button v-if="readingTaskState < 2" type="primary" size="small" @click="getReportInfo">
{{ {{
<<<<<<< HEAD
$t('trials:readingReport:button:refresh') }}
</el-button>
<el-button
v-if="readingTaskState < 2"
type="primary"
size="small"
@click="handleSave(true)"
>
{{
$t('common:button:save') }}
</el-button>
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="handleConfirm">
{{
$t('common:button:submit') }}
=======
$t('trials:readingReport:button:refresh') }} $t('trials:readingReport:button:refresh') }}
</el-button> </el-button>
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="handleSave(true)"> <el-button v-if="readingTaskState < 2" type="primary" size="small" @click="handleSave(true)">
@ -35,38 +19,18 @@
<el-button v-if="readingTaskState < 2" type="primary" size="small" @click="handleConfirm"> <el-button v-if="readingTaskState < 2" type="primary" size="small" @click="handleConfirm">
{{ {{
$t('common:button:submit') }} $t('common:button:submit') }}
>>>>>>> main
</el-button> </el-button>
</div> </div>
</div> </div>
<div style="flex: 1"> <div style="flex: 1">
<<<<<<< HEAD
<el-table
v-if="taskQuestions.length > 0"
ref="reportList"
v-adaptive="{ bottomOffset: 0 }"
:data="taskQuestions"
row-key="Id"
border
default-expand-all
height="100"
:tree-props="{ children: 'Childrens', hasChildren: 'hasChildren' }"
size="mini"
>
=======
<el-table v-if="taskQuestions.length > 0" ref="reportList" v-adaptive="{ bottomOffset: 0 }" <el-table v-if="taskQuestions.length > 0" ref="reportList" v-adaptive="{ bottomOffset: 0 }"
:data="taskQuestions" row-key="Id" border default-expand-all height="100" :data="taskQuestions" row-key="Id" border default-expand-all height="100"
:tree-props="{ children: 'Childrens', hasChildren: 'hasChildren' }" size="mini"> :tree-props="{ children: 'Childrens', hasChildren: 'hasChildren' }" size="mini">
>>>>>>> main
<el-table-column prop label show-overflow-tooltip width="350px"> <el-table-column prop label show-overflow-tooltip width="350px">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.QuestionName"> <span v-if="scope.row.QuestionName">
{{ scope.row.BlindName ? scope.row.QuestionName : {{ scope.row.BlindName ? scope.row.QuestionName :
<<<<<<< HEAD
scope.row.QuestionName }}
=======
scope.row.QuestionName }} scope.row.QuestionName }}
>>>>>>> main
<svg-icon <svg-icon
v-if="scope.row.ShowChartTypeEnum > 0 || (scope.row.LesionType === 0 && scope.row.ReportLayType === 1)" v-if="scope.row.ShowChartTypeEnum > 0 || (scope.row.LesionType === 0 && scope.row.ReportLayType === 1)"
icon-class="readingChart" icon-class="readingChart"