telephone-clients 4.0.0-1-30 → 4.0.0-1-32
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
|
@@ -121,9 +121,9 @@ export default {
|
|
|
121
121
|
{
|
|
122
122
|
header: '客户工单信息', complete: 'repair-info', class: 'repair-info-class', props: null
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
|
|
126
|
-
},
|
|
124
|
+
// {
|
|
125
|
+
// header: '流转记录', complete: 'circulation-record', class: 'circulation-record-class', props: null
|
|
126
|
+
// },
|
|
127
127
|
{
|
|
128
128
|
header: '拍照及签名',complete:'outlay', class: 'outlay-class', props: null
|
|
129
129
|
}
|