|
@@ -59,7 +59,7 @@
|
|
|
<a-col :span="24">
|
|
<a-col :span="24">
|
|
|
<a-form-model-item label="材料标签选择" prop="userOpenState" v-bind="labelCol1">
|
|
<a-form-model-item label="材料标签选择" prop="userOpenState" v-bind="labelCol1">
|
|
|
<a-radio-group :disabled="true" v-model="infoModel.materialLabel" button-style="solid">
|
|
<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-radio-group>
|
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
</a-col>
|