阅片规则影像筛选选项顺序调整
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-17 12:23:35 +08:00
parent cfb54d9c9c
commit e3af442b8f
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@
:label="item.value" :label="item.value"
v-for="item in $d.YesOrNoModality" v-for="item in $d.YesOrNoModality"
:key="item.id" :key="item.id"
>{{ item.label }} >
{{ item.label }}
</el-radio> </el-radio>
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>