Commit f7657e589160366c7eaa6a61dd6677df4846707e

Authored by 史婷婷
1 parent 890d3d3d

feat: 客户资信-新增&编辑&变成-员工人数 改成 文本格式

@@ -143,7 +143,7 @@ @@ -143,7 +143,7 @@
143 </uni-list-item> 143 </uni-list-item>
144 <uni-list-item title="员工人数"> 144 <uni-list-item title="员工人数">
145 <template v-slot:footer> 145 <template v-slot:footer>
146 - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> 146 + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" />
147 </template> 147 </template>
148 </uni-list-item> 148 </uni-list-item>
149 <uni-list-item title="设备属性"> 149 <uni-list-item title="设备属性">
@@ -142,7 +142,7 @@ @@ -142,7 +142,7 @@
142 </uni-list-item> 142 </uni-list-item>
143 <uni-list-item title="员工人数"> 143 <uni-list-item title="员工人数">
144 <template v-slot:footer> 144 <template v-slot:footer>
145 - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> 145 + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" />
146 </template> 146 </template>
147 </uni-list-item> 147 </uni-list-item>
148 <uni-list-item title="设备属性"> 148 <uni-list-item title="设备属性">
@@ -141,7 +141,7 @@ @@ -141,7 +141,7 @@
141 </uni-list-item> 141 </uni-list-item>
142 <uni-list-item title="员工人数"> 142 <uni-list-item title="员工人数">
143 <template v-slot:footer> 143 <template v-slot:footer>
144 - <uni-easyinput type="number" v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" /> 144 + <uni-easyinput v-model="form.employeeCount" placeholder="请输入员工人数" :inputBorder="false" />
145 </template> 145 </template>
146 </uni-list-item> 146 </uni-list-item>
147 <uni-list-item title="设备属性"> 147 <uni-list-item title="设备属性">