readmeter-changan 1.0.46 → 1.0.47
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/.idea/workspace.xml
CHANGED
|
@@ -5,8 +5,10 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="3ff22a91-c12c-46e5-8072-9f6930fa055a" name="Default Changelist" comment="修复抄表记录界面翻页选项被遮挡">
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/.idea/codeStyles/Project.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/codeStyles/Project.xml" afterDir="false" />
|
|
9
8
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/src/components/server/ReadMeterHome.vue" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/server/ReadMeterHome.vue" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/yarn.lock" afterDir="false" />
|
|
10
12
|
</list>
|
|
11
13
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
14
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -435,7 +437,8 @@
|
|
|
435
437
|
<workItem from="1778290423528" duration="240000" />
|
|
436
438
|
<workItem from="1778657678952" duration="4775000" />
|
|
437
439
|
<workItem from="1778721613582" duration="2000" />
|
|
438
|
-
<workItem from="1778722375031" duration="
|
|
440
|
+
<workItem from="1778722375031" duration="2067000" />
|
|
441
|
+
<workItem from="1778730839001" duration="3676000" />
|
|
439
442
|
</task>
|
|
440
443
|
<task id="LOCAL-00001" summary="新增卡表抄表气量核算">
|
|
441
444
|
<created>1553677761707</created>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "readmeter-changan",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.47",
|
|
4
4
|
"description": "手机抄表客户端",
|
|
5
5
|
"author": "15529257852@163.com",
|
|
6
6
|
"private": false,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"selenium-server": "2.52.0",
|
|
69
69
|
"style-loader": "^0.21.0",
|
|
70
70
|
"url-loader": "^0.5.7",
|
|
71
|
-
"vue-client": "
|
|
71
|
+
"vue-client": "1.22.23-changan-phone",
|
|
72
72
|
"vue-hot-reload-api": "^1.2.0",
|
|
73
73
|
"vue-html-loader": "^1.0.0",
|
|
74
74
|
"vue-loader": "^8.2.1",
|