项目配置检查部位和检查技术全选标识问题修复

uat_us
wangxiaoshuang 2024-03-14 14:44:15 +08:00
parent dfaa255427
commit 9a63a206d5
1 changed files with 2 additions and 2 deletions

View File

@ -538,7 +538,7 @@
:data="$d.Bodypart" :data="$d.Bodypart"
stripe stripe
height="450" height="450"
row-key="Id" row-key="id"
@select="handleBodyPartSelectionChange" @select="handleBodyPartSelectionChange"
> >
<el-table-column <el-table-column
@ -589,7 +589,7 @@
:data="$d.Modality" :data="$d.Modality"
stripe stripe
height="450" height="450"
row-key="Id" row-key="id"
class="criterion-table" class="criterion-table"
@select="handleSelectionChange" @select="handleSelectionChange"
> >