leisure-core 0.1.0 → 0.1.2
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/le-company/src/main.vue
CHANGED
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
</template>
|
|
40
40
|
<script>
|
|
41
41
|
import { list as companylist, del as companyDel } from "@/api/company";
|
|
42
|
-
import LeButton from "leisure-
|
|
43
|
-
import LeButtonMsg from "leisure-
|
|
44
|
-
import LeDialogContainer from "leisure-
|
|
42
|
+
import LeButton from "leisure-core/le-button/index";
|
|
43
|
+
import LeButtonMsg from "leisure-core/le-button-msg/index";
|
|
44
|
+
import LeDialogContainer from "leisure-core/le-dialog-container/index";
|
|
45
45
|
import LeCompanySub from "./sub.vue";
|
|
46
46
|
export default {
|
|
47
47
|
name: "le-company",
|
package/le-depart/src/main.vue
CHANGED
|
@@ -54,9 +54,9 @@ import {
|
|
|
54
54
|
departList,
|
|
55
55
|
getMaxDepartNo,
|
|
56
56
|
} from "@/api/depart";
|
|
57
|
-
import LeButton from "leisure-
|
|
58
|
-
import LeButtonMsg from "leisure-
|
|
59
|
-
import LeDialogContainer from "leisure-
|
|
57
|
+
import LeButton from "leisure-core/le-button/index";
|
|
58
|
+
import LeButtonMsg from "leisure-core/le-button-msg/index";
|
|
59
|
+
import LeDialogContainer from "leisure-core/le-dialog-container/index";
|
|
60
60
|
export default {
|
|
61
61
|
name: "le-depart",
|
|
62
62
|
components: {
|
package/le-integral/src/main.vue
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<script>
|
|
95
95
|
import moment from "moment";
|
|
96
96
|
import { list, sum, clear } from "@/api/integral";
|
|
97
|
-
import leMixins from "leisure-
|
|
97
|
+
import leMixins from "leisure-core/le-libs/mixins/main"; //
|
|
98
98
|
export default {
|
|
99
99
|
name: "le-integral",
|
|
100
100
|
mixins: [leMixins],
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
</template>
|
|
88
88
|
<script>
|
|
89
89
|
import { systemMaterialList } from "@/api/media";
|
|
90
|
-
import leMixins from "leisure-
|
|
90
|
+
import leMixins from "leisure-core/le-libs/mixins/main"; //
|
|
91
91
|
export default {
|
|
92
92
|
name: "le-media-list",
|
|
93
93
|
mixins: [leMixins],
|
package/le-member/src/main.vue
CHANGED
|
@@ -234,7 +234,7 @@ import { list, sum, clear } from "@/api/integral";
|
|
|
234
234
|
import { insertMemberNote, selectMemberNote } from "@/api/member";
|
|
235
235
|
import { exportMemberExcel } from "@/utils/downLoadFile";
|
|
236
236
|
import moment from "moment";
|
|
237
|
-
import leMixins from "leisure-
|
|
237
|
+
import leMixins from "leisure-core/le-libs/mixins/main"; //
|
|
238
238
|
import guid from "leisure-js/common/util";
|
|
239
239
|
export default {
|
|
240
240
|
name: "le-member",
|
package/le-role/src/main.vue
CHANGED
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
</template>
|
|
76
76
|
<script>
|
|
77
77
|
import { roleDel, roleList, listUserOfRole } from "@/api/role";
|
|
78
|
-
import LeButton from "leisure-
|
|
79
|
-
import LeButtonMsg from "leisure-
|
|
80
|
-
import LeDialogContainer from "leisure-
|
|
81
|
-
import LeMenu from "leisure-
|
|
82
|
-
import leMixins from "leisure-
|
|
78
|
+
import LeButton from "leisure-core/le-button/index";
|
|
79
|
+
import LeButtonMsg from "leisure-core/le-button-msg/index";
|
|
80
|
+
import LeDialogContainer from "leisure-core/le-dialog-container/index";
|
|
81
|
+
import LeMenu from "leisure-core/le-menu/index";
|
|
82
|
+
import leMixins from "leisure-core/le-libs/mixins/main";
|
|
83
83
|
import LeRoleSub from "./sub.vue";
|
|
84
84
|
export default {
|
|
85
85
|
name: "le-role",
|
package/le-user/src/main.vue
CHANGED
|
@@ -180,8 +180,7 @@ import {
|
|
|
180
180
|
close,
|
|
181
181
|
userChangePwd,
|
|
182
182
|
} from "@/api/user";
|
|
183
|
-
import leMixins from "leisure-
|
|
184
|
-
// import leMixins from "../../le-libs/mixins/main";
|
|
183
|
+
import leMixins from "leisure-core/le-libs/mixins/main";//
|
|
185
184
|
import guid from "leisure-js/common/util";
|
|
186
185
|
import moment from "moment";
|
|
187
186
|
import LeUserSub from "./sub.vue";
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leisure-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "leisure-core是leisure-ui-core的简称,是京心数据基于vue2.0开发的一套后台系统框架与js库,包含登录,首页框架等",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "北方乐逍遥(zcx7878)",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"leisure",
|
|
9
|
-
"leisure-
|
|
9
|
+
"leisure-core"
|
|
10
10
|
],
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"qrcodejs2": "^0.0.2",
|
|
26
26
|
"vue": "^2.6.14",
|
|
27
27
|
"vue-router": "^3.5.1",
|
|
28
|
-
"vue2-editor": "^2.10.3",
|
|
29
28
|
"vuex": "^3.6.2",
|
|
30
29
|
"vxe-table": "^3.6.11",
|
|
31
30
|
"xe-utils": "^3.5.7"
|