882512ac by 杨炀

Merge branch 'order' into dev

2 parents bdc6d61b eb66d52f
...@@ -59,7 +59,7 @@ const people = reactive({ ...@@ -59,7 +59,7 @@ const people = reactive({
59 :placeholder="language == 0 ? '请输入姓名' : 'Name'" 59 :placeholder="language == 0 ? '请输入姓名' : 'Name'"
60 /> 60 />
61 </div> 61 </div>
62 <div> 62 <!-- <div>
63 <div class="label"> 63 <div class="label">
64 {{ languageFormat(language, "证件类型", "Type of Document") }} 64 {{ languageFormat(language, "证件类型", "Type of Document") }}
65 </div> 65 </div>
...@@ -69,17 +69,17 @@ const people = reactive({ ...@@ -69,17 +69,17 @@ const people = reactive({
69 placeholder="Please input" 69 placeholder="Please input"
70 readonly 70 readonly
71 /> 71 />
72 </div> 72 </div> -->
73 </div> 73 </div>
74 <div class="form-item"> 74 <div class="form-item">
75 <div> 75 <div>
76 <div class="label"> 76 <div class="label">
77 {{ languageFormat(language, "身份证号", "Identity Card") }} 77 {{ languageFormat(language, "有效证件号", "Identity Card") }}
78 </div> 78 </div>
79 <el-input 79 <el-input
80 v-model="people.form.idCard" 80 v-model="people.form.idCard"
81 style="width: 570px" 81 style="width: 570px"
82 :placeholder="language == 0 ? '请输入身份证号' : 'ID Number'" 82 :placeholder="language == 0 ? '请输入有效证件号' : 'ID Number'"
83 /> 83 />
84 </div> 84 </div>
85 </div> 85 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!