Browse Source

fix(非建工):非建工禁止掉

sufan 5 months ago
parent
commit
4de6b67dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/myBusiness/supplierEnterprise/index.vue

+ 1 - 1
src/views/myBusiness/supplierEnterprise/index.vue

@@ -17,7 +17,7 @@
       >
       >
         <el-radio-group v-model="ruleForm.constructionIndustry" :disabled="disabled">
         <el-radio-group v-model="ruleForm.constructionIndustry" :disabled="disabled">
           <el-radio :label="1">是</el-radio>
           <el-radio :label="1">是</el-radio>
-          <el-radio :label="0">否</el-radio>
+          <el-radio :label="0" disabled>否</el-radio>
         </el-radio-group>
         </el-radio-group>
       </el-form-item>
       </el-form-item>
     </el-form>
     </el-form>