system-clients 3.1.82-xianyang → 3.1.83-xianyang
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -40,19 +40,17 @@
|
|
40
40
|
<div class="col-sm-4 form-group" :class="{'has-error': $v.f_phone.required}">
|
41
41
|
<label class="font_normal_body">联系电话</label>
|
42
42
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_phone" placeholder="联系电话"
|
43
|
-
v-validate:f_phone="{required: true
|
44
|
-
<!-- <div class="font_normal_body" v-if="$v.f_phone.minlength || $v.f_phone.maxlength"><span>手机号必须7-11位</span></div>-->
|
43
|
+
v-validate:f_phone="{required: true}"/>
|
45
44
|
</div>
|
46
45
|
<div class="col-sm-4 form-group" :class="{'has-error': $v.f_address.required}">
|
47
46
|
<label class="font_normal_body"> 所在地</label>
|
48
47
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_address" placeholder="所在地"
|
49
48
|
v-validate:f_address="{required: true}">
|
50
49
|
</div>
|
51
|
-
<div class="col-sm-4 form-group"
|
50
|
+
<div class="col-sm-4 form-group">
|
52
51
|
<label class="font_normal_body">所属银行</label>
|
53
52
|
<input type="text" class="input_search" style="width: 60%" v-model="model.f_bank_name"
|
54
|
-
placeholder="所属银行"
|
55
|
-
v-validate:f_bank_name="{required: true}">
|
53
|
+
placeholder="所属银行">
|
56
54
|
</div>
|
57
55
|
</div>
|
58
56
|
<div class="col-sm-12 form-group">
|