system-phone 3.0.32 → 3.0.33
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
|
@@ -4,19 +4,32 @@
|
|
|
4
4
|
<!-- </div>-->
|
|
5
5
|
<div class="select-overspread auto" style="padding-bottom:5px;">
|
|
6
6
|
<div class="auto repair-info-content compatible">
|
|
7
|
-
<div class="row">
|
|
8
|
-
<div class="col-xs-
|
|
7
|
+
<div class="row" style="display: flex;align-items: center">
|
|
8
|
+
<div class="col-xs-3 col-sm-3 col-md-3 form-input-group">
|
|
9
|
+
用户编号:
|
|
10
|
+
</div>
|
|
11
|
+
<div class="col-xs-9 col-sm-9 col-md-9 form-input-group mg8">
|
|
9
12
|
<input type="text" class="form-control" v-model="model.f_userid" placeholder='用户编号'>
|
|
10
13
|
</div>
|
|
11
|
-
|
|
12
|
-
|
|
14
|
+
</div>
|
|
15
|
+
<div class="row" style="display: flex;align-items: center">
|
|
16
|
+
<div class="col-xs-3 col-sm-3 col-md-3 form-input-group">
|
|
17
|
+
用户姓名:
|
|
18
|
+
</div>
|
|
19
|
+
<div class="col-xs-9 col-sm-9 col-md-9 form-input-group mg8">
|
|
20
|
+
<input type="text" class="form-control" v-model="model.f_username" placeholder='用户姓名'>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="row" style="display: flex;align-items: center">
|
|
24
|
+
<div class="col-xs-3 col-sm-3 col-md-3 form-input-group">
|
|
25
|
+
用户地址:
|
|
13
26
|
</div>
|
|
14
|
-
<div class="col-xs-
|
|
15
|
-
<input type="text" class="form-control" v-model="model.f_address" placeholder='
|
|
27
|
+
<div class="col-xs-9 col-sm-9 col-md-9 form-input-group mg8">
|
|
28
|
+
<input type="text" class="form-control" v-model="model.f_address" placeholder='用户地址'>
|
|
16
29
|
</div>
|
|
17
30
|
</div>
|
|
18
|
-
<div class="row">
|
|
19
|
-
<button type="button" name="button" class="btn btn-primary
|
|
31
|
+
<div class="row" style="text-align: center;margin-top: 30px;margin-bottom: 30px" >
|
|
32
|
+
<button style="width: 70%" type="button" name="button" class="btn btn-primary" @click="search()">查询</button>
|
|
20
33
|
<!-- <button type="button" name="button" class="btn btn-primary pull-right" @click="read()">读卡</button>-->
|
|
21
34
|
</div>
|
|
22
35
|
</div>
|