safecheck-client 3.0.39-25 → 3.0.39-27
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/components/pc/AddPlanItemYyChange.vue +5 -1
- package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +1265 -1265
- package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +855 -855
- package/src/filiale/huatong/android/SafecheckOrderV.vue +2426 -2426
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
|
@@ -253,7 +253,7 @@ export default {
|
|
|
253
253
|
page:{},
|
|
254
254
|
selectindex:null,
|
|
255
255
|
lives:[{label: '是', value: '是'},{label: '否', value: '否'}],
|
|
256
|
-
deals:[{label: '自行处理', value: '自行处理'}],
|
|
256
|
+
deals:[{label: '自行处理', value: '自行处理'},{label: '现场整改', value: '现场整改'}],
|
|
257
257
|
f_live_dispose:'否',
|
|
258
258
|
f_deal_dispose:'未处理',
|
|
259
259
|
// 初始表底
|