fix: 技术标准-企标类别禁止修改

This commit is contained in:
zyn
2023-11-29 14:20:20 +08:00
parent bbfc9fbaf9
commit fdda5e2f99
2 changed files with 2 additions and 2 deletions
@@ -7,7 +7,7 @@
<el-row :gutter="24">
<el-col :span="12">
<el-form-item label="企标类别" prop="standSort" class="add-form-item form-item-disabled">
<el-select v-model="form.standSort" filterable clearable>
<el-select v-model="form.standSort" filterable clearable disabled>
<el-option
v-for="item in standSortOptions"
placeholder="请选择企标类别"
@@ -7,7 +7,7 @@
<el-row :gutter="24">
<el-col :span="12">
<el-form-item label="企标类别" prop="standSort" class="add-form-item form-item-disabled">
<el-select v-model="form.standSort" filterable clearable @change="standSortChange" :disabled="form.reviseStatus === '3'">
<el-select v-model="form.standSort" filterable clearable @change="standSortChange" disabled>
<el-option
v-for="item in standSortOptions"
placeholder="请选择企标类别"