We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d6582 commit 24f6a0aCopy full SHA for 24f6a0a
web/src/js/view/workspace/index.vue
@@ -127,7 +127,7 @@
127
<FormItem :label="$t('message.workSpace.home.selectApp')"
128
prop="selectApp">
129
<Select v-model="formDynamic.selectApp">
130
- <Option v-for="item in apps" :value="`${item.id}`" :key="`${item.id}`" :disabled="item.had">{{ item.title }}</Option>
+ <Option v-for="item in apps" :value="`${item.id}`" :key="`${item.id}`" :disabled="item.had||!item.active">{{ item.title }}</Option>
131
</Select>
132
</FormItem>
133
</Form>
0 commit comments