apply-clients 5.0.35-54 → 5.0.35-57
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/.eslintrc.js +16 -16
- package/package.json +2 -2
- package/src/components/app_apply/ApplyToDoList.vue +2843 -2822
- package/src/components/app_apply/Gongcheng.vue +3579 -3575
- package/src/components/app_apply/OneToMany.vue +194 -194
- package/src/components/app_apply/PlaceControler.vue +299 -299
- package/src/components/app_apply/ServiceControl.vue +354 -354
- package/src/components/app_apply/ezhou/ServiceView.vue +790 -790
- package/src/components/product/EngineeringManagement/EngineerUpload.vue +304 -304
- package/src/components/product/EngineeringManagement/EngineeringManagement.vue +137 -137
- package/src/components/product/EngineeringManagement/EngineeringSelect.vue +588 -588
- package/src/components/product/EngineeringSupervisory/EngineeringApplyStopInfo.vue +281 -281
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryControl.vue +130 -130
- package/src/components/product/EngineeringSupervisory/EngineeringSupervisoryList.vue +350 -350
- package/src/components/product/Function/InstallInfoSelect.vue +255 -255
- package/src/components/product/Function/functions/BuyerMessage.vue +512 -512
- package/src/components/product/Process/ExplorationSelect.vue +640 -640
- package/src/components/product/Supervisory/SupervisoryList.vue +350 -350
- package/src/components/product/stopInfo/ApplyStopInfo.vue +281 -281
- package/src/ezhouAndroid.js +48 -48
package/.eslintrc.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
// module.exports = {
|
|
2
|
+
// root: true,
|
|
3
|
+
// // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
|
|
4
|
+
// extends: 'standard',
|
|
5
|
+
// // required to lint *.vue files
|
|
6
|
+
// plugins: [
|
|
7
|
+
// 'eslint-plugin-html'
|
|
8
|
+
// ],
|
|
9
|
+
// // add your custom rules here
|
|
10
|
+
// 'rules': {
|
|
11
|
+
// // allow paren-less arrow functions
|
|
12
|
+
// 'arrow-parens': 0,
|
|
13
|
+
// // allow debugger during development
|
|
14
|
+
// 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
|
|
15
|
+
// }
|
|
16
|
+
// }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apply-clients",
|
|
3
|
-
"version": "5.0.35-
|
|
3
|
+
"version": "5.0.35-57",
|
|
4
4
|
"description": "报建前端模块",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"directories": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"style": "0.0.3",
|
|
91
91
|
"style-loader": "^0.20.3",
|
|
92
92
|
"system-clients": "1.6.38",
|
|
93
|
-
"system-phone": "1.2.76-
|
|
93
|
+
"system-phone": "1.2.76-14-ezhou",
|
|
94
94
|
"url-loader": "^0.5.7",
|
|
95
95
|
"vue-client": "1.23.10",
|
|
96
96
|
"vue-hot-reload-api": "^1.2.0",
|