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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.49-1",
3
+ "version": "3.0.49",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -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.f_user_phone}}
10
+ 电话: {{row}}
11
11
  </div>
12
12
  <div class="col-xs-6 col-sm-6 col-md-6">
13
- 安检状态: {{row.f_entry_status}}
13
+ 安检状态: {{row}}
14
14
  </div>
15
15
  <div class="col-xs-6 col-sm-6 col-md-6">
16
- 安检时间: {{row.f_offsite_time}}
16
+ 安检时间: {{row}}
17
17
  </div>
18
18
  <div class="col-xs-12 col-sm-12 col-md-12">
19
- 安检员: {{row.f_checker_name}}
19
+ 安检员: {{row}}
20
20
  </div>
21
21
  </div>
22
22
  </div>