Commit 6163b3ea authored by 张伯涛's avatar 张伯涛

修改

parent 42b8cc03
......@@ -25,8 +25,8 @@
<!-- </el-row>-->
<!-- <el-row>-->
<!-- <el-col :span="12">-->
<el-form-item label="抗原结果" prop="AntigenResults">
<el-radio-group v-model="form.AntigenResults">
<el-form-item label="抗原结果" prop="kyResult">
<el-radio-group v-model="form.kyResult">
<el-radio :label="'0'">异常</el-radio>
<!-- <el-radio :label="'1'">正常</el-radio>-->
</el-radio-group>
......@@ -407,7 +407,8 @@ name: "kfInfoAdd",
sbDate: moment(new Date()).format('YYYY-MM-DD HH:mm:ss'),
userName: null,
cardNo: null,
AntigenResults: '0',
kyResult: '0',
isHandle: '1',
phone: null,
area: '1',
street: null,
......@@ -511,7 +512,8 @@ name: "kfInfoAdd",
sbDate: moment(new Date()).format('YYYY-MM-DD HH:mm:ss'),
userName: null,
cardNo: null,
AntigenResults: '0',
kyResult: '0',
isHandle: '1',
phone: null,
area: '1',
street: null,
......
......@@ -55,9 +55,9 @@
</el-form-item>
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
</div>
<!-- <div class="el-login-footer">-->
<!-- <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>-->
<!-- </div>-->
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment