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 +1 -1
- package/src/filiale/shanxian/android/RepairFirstV.vue +3 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +981 -1053
- package/src/filiale/wenxi/android/ZHihuanFirst.vue +522 -505
- package/src/filiale/zhongyi/pc/WorkListAllNew.vue +673 -672
- package/src/main.js +22 -22
package/package.json
CHANGED
|
@@ -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>
|