Skip to content

Commit

Permalink
fixed SpiderList view
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Feb 13, 2020
1 parent 5b6669d commit 025db54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/InfoView/SpiderInfoView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
v-model="spiderForm.project_id"
:placeholder="$t('Project')"
filterable
:disabled="isView"
>
<el-option
v-for="p in projectList"
Expand Down Expand Up @@ -60,7 +61,7 @@
</el-select>
</el-form-item>
<el-form-item :label="$t('Remark')">
<el-input type="textarea" v-model="spiderForm.remark" :placeholder="$t('Remark')"/>
<el-input type="textarea" v-model="spiderForm.remark" :placeholder="$t('Remark')" :disabled="isView"/>
</el-form-item>
</el-form>
</el-row>
Expand Down

0 comments on commit 025db54

Please sign in to comment.