liuhy vor 2 Jahren
Ursprung
Commit
8303d9f709
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/specialApply/modules/TaskCheckAudit.vue

+ 1 - 1
src/views/specialApply/modules/TaskCheckAudit.vue

@@ -59,7 +59,7 @@
             <a-col :span="24">
               <a-form-model-item label="材料标签选择" prop="userOpenState" v-bind="labelCol1">
                 <a-radio-group :disabled="true" v-model="infoModel.materialLabel" button-style="solid">
-                  <span class="cornflowerblue">{{ infoModel.userLable == '0' ? '材料不全(有特审/签报)' : '材料齐全(无特审)' }}</span>
+                  <span class="cornflowerblue">{{ infoModel.materialLabel == '0' ? '材料不全(有特审/签报)' : '材料齐全(无特审)' }}</span>
                 </a-radio-group>
               </a-form-model-item>
             </a-col>