5f110a84 by yyx

去除证件类型

1 parent 9bc2162d
......@@ -59,7 +59,7 @@ const people = reactive({
:placeholder="language == 0 ? '请输入姓名' : 'Name'"
/>
</div>
<div>
<!-- <div>
<div class="label">
{{ languageFormat(language, "证件类型", "Type of Document") }}
</div>
......@@ -69,17 +69,17 @@ const people = reactive({
placeholder="Please input"
readonly
/>
</div>
</div> -->
</div>
<div class="form-item">
<div>
<div class="label">
{{ languageFormat(language, "身份证号", "Identity Card") }}
{{ languageFormat(language, "有效证件号", "Identity Card") }}
</div>
<el-input
v-model="people.form.idCard"
style="width: 570px"
:placeholder="language == 0 ? '请输入身份证号' : 'ID Number'"
:placeholder="language == 0 ? '请输入有效证件号' : 'ID Number'"
/>
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!