yijing 1 년 전
부모
커밋
6aef2224ac
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/inspectionPlan/components/baseInfo.vue

+ 2 - 2
src/views/inspectionPlan/components/baseInfo.vue

@@ -16,8 +16,8 @@
 
       <el-col :span="6">
         <el-form-item label="检验方式:" prop="qualityMode">
-          <DictSelection dictName="取样类型" v-model="form.qualityMode" clearable
-            :disabled="btnType == 'detail' || btnType == 'issued'"></DictSelection>
+          <DictSelection dictName="取样类型" v-model="form.qualityMode" clearable :disabled="btnType == 'detail'">
+          </DictSelection>
         </el-form-item>
       </el-col>
       <el-col :span="6">