This commit is contained in:
liuye
2022-03-29 10:27:14 +08:00
parent 386a817d42
commit 14f5b1a964
4 changed files with 17 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="right">
<input placeholder="请输入" type="text" v-model="form.name" :maxlength="8"
placeholder-style="color: #999; font-size: 30rpx;"/>
placeholder-style="color: #999; font-size: 30rpx;" :disabled="isEdit" />
</div>
</div>
</div>
@@ -32,7 +32,7 @@
</div>
<div class="right">
<input placeholder="请输入" type="idcard" v-model="form.idNumber" :maxlength="18"
placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" />
placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" :disabled="isEdit" />
</div>
</div>
</div>