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-col :span="6">
         <el-form-item label="检验方式:" prop="qualityMode">
         <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-form-item>
       </el-col>
       </el-col>
       <el-col :span="6">
       <el-col :span="6">