测试计划项目不能修改

This commit is contained in:
chenjianxing 2020-05-25 18:22:28 +08:00
parent 58ba058041
commit 4a270ceba2
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<el-col :span="11" :offset="2">
<el-form-item :label="$t('test_track.plan.plan_project')" :label-width="formLabelWidth" prop="projectId">
<el-select
:disabled="(form.status == null) ? false : true"
v-model="form.projectId"
:placeholder="$t('test_track.plan.input_plan_project')"
filterable>