From 234637e58d6eef02a2d626427d4f3746df40573f Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Fri, 01 Mar 2024 15:05:37 +0800 Subject: [PATCH] fix:手持设备 --- pages/actionChange/components/rectificationInfor.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/actionChange/components/rectificationInfor.vue b/pages/actionChange/components/rectificationInfor.vue index 61e5a2f..cd7a7ee 100644 --- a/pages/actionChange/components/rectificationInfor.vue +++ b/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> @@ -103,13 +103,13 @@ sysCode: '1010202', list: [{ name: '���', - value: 0, + value: 1, }, { name: '���', - value: 1, + value: 0, }, ], form: { - isChange: 0, + isChange: 1, changeName: '', changeDescribe: '', }, -- Gitblit v1.8.0