quanyawei
2023-11-10 0a24ffeb3eff074c8f11e9f94fdf2c2cb4929799
pages/actionChange/components/rectificationInfor.vue
@@ -33,7 +33,7 @@
                        <u-form-item label="是否整改:" :required="!pageState" :border-bottom="false">
                           <u-radio-group v-model="form.isChange" @change="radioGroupChange">
                              <u-radio :key="index" v-for="(item, index) in list"
                                 :custom-style="{marginRight: '8px'}" :label="item.name"
                                 :custom-style="{marginRight: '16px'}" :label="item.name"
                                 :name="item.value" />
                           </u-radio-group>
                        </u-form-item>