阅片单元规则约束更改
This commit is contained in:
@@ -374,6 +374,7 @@
|
||||
v-for="item of $d.ImageDownloadEnum"
|
||||
:key="item.id"
|
||||
:label="item.value"
|
||||
:disabled="(form.IsReadingTaskViewInOrder === 1 || form.IsReadingTaskViewInOrder === 0) && item.value === 1"
|
||||
>
|
||||
{{ item.label }}
|
||||
</el-radio>
|
||||
@@ -395,6 +396,7 @@
|
||||
v-for="item of $d.ImageUploadEnum"
|
||||
:key="item.id"
|
||||
:label="item.value"
|
||||
:disabled="(form.IsReadingTaskViewInOrder === 1 || form.IsReadingTaskViewInOrder === 0) && item.value === 1"
|
||||
>
|
||||
{{ item.label }}
|
||||
</el-radio>
|
||||
|
||||
Reference in New Issue
Block a user