Compare commits

..

2 Commits

Author SHA1 Message Date
caiyiling 597ca07fcf Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2026-03-03 16:50:28 +08:00
caiyiling b43c75dd9f oct表格问题更改 2026-03-03 16:50:02 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -67,13 +67,13 @@
</span>
</template>
</el-table-column>
<el-table-column v-if="readingTaskState < 2" :label="$t('common:action:action')" width="90px"
<el-table-column v-if="readingTaskState < 2 && item.LesionType === 104" :label="$t('common:action:action')" width="90px"
fixed="right">
<template slot-scope="scope">
<el-button type="text" size="mini" @click="handleAddOrEdit('edit', item, scope.$index)">
{{ $t('common:button:edit') }}
</el-button>
<el-button v-if="item.LesionType === 112 || item.LesionType === 111" type="text" size="mini"
<el-button type="text" size="mini"
@click="handleDelete(item, scope.$index)">
{{ $t('common:button:delete') }}
</el-button>