telephone-clients 3.0.104-66 → 3.0.104-68

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": "telephone-clients",
3
- "version": "3.0.104-66",
3
+ "version": "3.0.104-68",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -105,6 +105,9 @@
105
105
  <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
106
106
  用户地址: {{row.f_address}}
107
107
  </div>
108
+ <div class="col-sm-12 col-xs-12 col-md-12 padd-div-shu">
109
+ 派单人: {{row.f_single_man}}
110
+ </div>
108
111
  <div v-show="row.f_advice" class="col-sm-12 col-xs-12 col-md-12" v-if="worktype == '报修单'">
109
112
  指导建议: {{row.f_advice}}
110
113
  </div>