平昌疫情防控

This commit is contained in:
yanran200730
2022-12-01 09:50:28 +08:00
parent 370f0093ff
commit a9ad0a47ae
2 changed files with 100 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<div v-show="currIndex === 0">
<ai-card title="基本信息" v-show="currIndex === 0">
<template #right>
<el-button type="primary" @click="(form.idNumber = info.idNumber, isShow = true)">编辑</el-button>
<el-button type="primary" @click="(form = {...info}, isShow = true)">编辑</el-button>
</template>
<template #content>
<ai-wrapper
@@ -128,7 +128,6 @@
:visible.sync="isShow"
width="890px"
title="编辑"
@close="form.idNumber = ''"
@onConfirm="onConfirm">
<el-form class="ai-form" ref="form" :model="form" label-width="110px" label-position="right">
<el-form-item label="身份证" prop="idNumber" style="width: 100%" :rules="[{required: true, message: '请输入身份证', trigger: 'blur'}]">