Compare commits

..

No commits in common. "98c42c7b6a5ae5d68d12d296b7b38c1bc72e5ce2" and "e8f80646f1d2de4c894d6fa0f0578d288e512eb2" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -374,7 +374,6 @@
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>
@ -396,7 +395,6 @@
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>