system-phone 3.0.49-1 → 3.0.49
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
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
<div class="col-xs-12 col-sm-12 col-md-12">
|
|
8
8
|
<div class="row">
|
|
9
9
|
<div class="col-xs-6 col-sm-6 col-md-6">
|
|
10
|
-
电话: {{row
|
|
10
|
+
电话: {{row}}
|
|
11
11
|
</div>
|
|
12
12
|
<div class="col-xs-6 col-sm-6 col-md-6">
|
|
13
|
-
安检状态: {{row
|
|
13
|
+
安检状态: {{row}}
|
|
14
14
|
</div>
|
|
15
15
|
<div class="col-xs-6 col-sm-6 col-md-6">
|
|
16
|
-
安检时间: {{row
|
|
16
|
+
安检时间: {{row}}
|
|
17
17
|
</div>
|
|
18
18
|
<div class="col-xs-12 col-sm-12 col-md-12">
|
|
19
|
-
安检员: {{row
|
|
19
|
+
安检员: {{row}}
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|