Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 98c42c7b6a Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-10-12 09:14:15 +08:00
caiyiling 75ca85a994 阅片单元规则约束更改 2024-10-12 09:13:50 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -374,6 +374,7 @@
v-for="item of $d.ImageDownloadEnum" v-for="item of $d.ImageDownloadEnum"
:key="item.id" :key="item.id"
:label="item.value" :label="item.value"
:disabled="(form.IsReadingTaskViewInOrder === 1 || form.IsReadingTaskViewInOrder === 0) && item.value === 1"
> >
{{ item.label }} {{ item.label }}
</el-radio> </el-radio>
@ -395,6 +396,7 @@
v-for="item of $d.ImageUploadEnum" v-for="item of $d.ImageUploadEnum"
:key="item.id" :key="item.id"
:label="item.value" :label="item.value"
:disabled="(form.IsReadingTaskViewInOrder === 1 || form.IsReadingTaskViewInOrder === 0) && item.value === 1"
> >
{{ item.label }} {{ item.label }}
</el-radio> </el-radio>