@qqt-product/system 0.0.2 → 0.0.17
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/dist/index.es.js +53481 -10448
- package/dist/index.umd.js +94 -22
- package/dist/lib/components/QAccountList/src/QAccountCreate.vue.d.ts +2881 -0
- package/dist/lib/components/QAccountList/src/QAccountDetail.vue.d.ts +2874 -0
- package/dist/lib/components/QAccountList/src/QAccountEdit.vue.d.ts +2882 -0
- package/dist/lib/components/QAccountList/src/QAccountList.vue.d.ts +23 -4
- package/dist/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue.d.ts +9 -4
- package/dist/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue.d.ts +9 -4
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue.d.ts +2 -3
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue.d.ts +2879 -0
- package/dist/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue.d.ts +38 -14
- package/dist/lib/components/QI18nList/src/QI18nList.vue.d.ts +2 -6
- package/dist/lib/components/QImChatGroupList/src/QImChatGroupList.vue.d.ts +5 -8
- package/dist/lib/components/QMqRecordList/src/QMqRecordList.vue.d.ts +9 -4
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue.d.ts +387 -3
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue.d.ts +2875 -0
- package/dist/lib/components/QPermissionDataList/src/QPermissionDataList.vue.d.ts +126 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue.d.ts +2867 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue.d.ts +2890 -0
- package/dist/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue.d.ts +25 -5
- package/dist/lib/components/QPurchaseNoticeList/src/use-field-select-modal-hook.d.ts +7 -0
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue.d.ts +222 -28
- package/dist/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateModal.vue.d.ts +45 -0
- package/dist/lib/components/QQuartzJobList/src/QQuartzJobList.vue.d.ts +24 -5
- package/dist/lib/components/QRoleList/src/QRoleList.vue.d.ts +32 -7
- package/dist/lib/components/QRoleList/src/components/userAuthorization/index.d.ts +4 -4
- package/dist/lib/components/QRoleList/src/useConfigData.d.ts +1 -11
- package/dist/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue.d.ts +25 -4
- package/dist/lib/components/QSupplierAccountList/src/useConfigData.d.ts +9 -0
- package/dist/lib/components/QUsageList/src/QUsageList.vue.d.ts +15 -35
- package/dist/lib/components/QUsageList/src/useConfigData.d.ts +111 -10
- package/dist/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue.d.ts +25 -0
- package/dist/lib/components/QcustomConfigEdit/component/regexComponent.d.ts +9 -10
- package/dist/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue.d.ts +1208 -0
- package/dist/lib/components/QcustomConfigEdit/src/useConfigData.d.ts +1 -1
- package/dist/lib/components/QcustomConfigList/src/QcustomConfigList.vue.d.ts +8 -7
- package/dist/lib/components/QsysConfigList/src/QsysConfigList.vue.d.ts +2 -3
- package/dist/lib/components/index.d.ts +2 -2
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue.d.ts +2866 -0
- package/dist/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue.d.ts +2875 -0
- package/dist/lib/components/integratedNodesList/src/index.vue.d.ts +8 -11
- package/dist/lib/components/integratedReportSearchList/src/index.vue.d.ts +16 -10
- package/dist/lib/components/loginAbnormalLogList/src/index.vue.d.ts +2 -9
- package/dist/lib/components/loginLogList/src/index.vue.d.ts +2 -8
- package/dist/lib/components/loginSupplierLogList/src/index.vue.d.ts +2 -12
- package/dist/lib/components/operateLogList/src/index.vue.d.ts +2 -13
- package/dist/style.css +1 -1
- package/dist/vite-env.d.ts +13 -13
- package/package.json +24 -11
- package/.eslintignore +0 -4
- package/.eslintrc.cjs +0 -22
- package/.prettierignore +0 -4
- package/.prettierrc.cjs +0 -41
- package/.vscode/extensions.json +0 -3
- package/dist/lib/components/QCompanyermissionList/src/form.vue.d.ts +0 -80
- package/dist/lib/components/QCompanyermissionList/src/types.d.ts +0 -44
- package/dist/lib/components/integratedReportList/src/index.vue.d.ts +0 -70
- package/dist/vite.svg +0 -1
- package/index.html +0 -13
- package/public/vite.svg +0 -1
- package/src/App.vue +0 -8
- package/src/lib/components/QAccountList/index.ts +0 -6
- package/src/lib/components/QAccountList/src/QAccountDetail.vue +0 -191
- package/src/lib/components/QAccountList/src/QAccountEdit.vue +0 -241
- package/src/lib/components/QAccountList/src/QAccountList.vue +0 -530
- package/src/lib/components/QAccountList/src/useConfigData.ts +0 -53
- package/src/lib/components/QBackgroundFileTaskList/index.ts +0 -6
- package/src/lib/components/QBackgroundFileTaskList/src/QBackgroundFileTaskList.vue +0 -137
- package/src/lib/components/QBackgroundFileTaskList/src/useConfigData.ts +0 -20
- package/src/lib/components/QCompanyermissionList/src/editTree.vue +0 -291
- package/src/lib/components/QCompanyermissionList/src/form.vue +0 -238
- package/src/lib/components/QCompanyermissionList/src/index.vue +0 -309
- package/src/lib/components/QCompanyermissionList/src/types.ts +0 -44
- package/src/lib/components/QElsEmailSendLogList/index.ts +0 -6
- package/src/lib/components/QElsEmailSendLogList/src/QElsEmailSendLogList.vue +0 -166
- package/src/lib/components/QElsEmailSendLogList/src/useConfigData.ts +0 -19
- package/src/lib/components/QElsMsgRecordList/index.ts +0 -6
- package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordDetail.vue +0 -148
- package/src/lib/components/QElsMsgRecordList/src/QElsMsgRecordList.vue +0 -124
- package/src/lib/components/QElsMsgRecordList/src/useConfigData.ts +0 -22
- package/src/lib/components/QElsTenantPortalNewsList/index.ts +0 -6
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsDetail.vue +0 -139
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsEdit.vue +0 -196
- package/src/lib/components/QElsTenantPortalNewsList/src/QElsTenantPortalNewsList.vue +0 -122
- package/src/lib/components/QElsTenantPortalNewsList/src/useConfigData.ts +0 -20
- package/src/lib/components/QI18nList/index.ts +0 -6
- package/src/lib/components/QI18nList/src/QI18nForm.vue +0 -141
- package/src/lib/components/QI18nList/src/QI18nList.vue +0 -361
- package/src/lib/components/QI18nList/src/useConfigData.ts +0 -37
- package/src/lib/components/QImChatGroupList/index.ts +0 -6
- package/src/lib/components/QImChatGroupList/src/QImChatGroupList.vue +0 -94
- package/src/lib/components/QImChatGroupList/src/useConfigData.ts +0 -17
- package/src/lib/components/QMqRecordList/index.ts +0 -6
- package/src/lib/components/QMqRecordList/src/QMqRecordList.vue +0 -105
- package/src/lib/components/QMqRecordList/src/useConfigData.ts +0 -18
- package/src/lib/components/QPasswordSecurityPolicy/index.ts +0 -6
- package/src/lib/components/QPasswordSecurityPolicy/src/QPasswordSecurityPolicy.vue +0 -266
- package/src/lib/components/QPermissionDataList/index.ts +0 -6
- package/src/lib/components/QPermissionDataList/src/QPermissionDataAuth.vue +0 -3
- package/src/lib/components/QPermissionDataList/src/QPermissionDataEdit.vue +0 -221
- package/src/lib/components/QPermissionDataList/src/QPermissionDataList.vue +0 -117
- package/src/lib/components/QPermissionDataList/src/form.vue +0 -109
- package/src/lib/components/QPurchaseNoticeList/index.ts +0 -6
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeDetail.vue +0 -147
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeEdit.vue +0 -244
- package/src/lib/components/QPurchaseNoticeList/src/QPurchaseNoticeList.vue +0 -163
- package/src/lib/components/QPurchaseNoticeList/src/useConfigData.ts +0 -22
- package/src/lib/components/QPurchaseNoticeTemplateList/index.ts +0 -6
- package/src/lib/components/QPurchaseNoticeTemplateList/src/QPurchaseNoticeTemplateList.vue +0 -85
- package/src/lib/components/QPurchaseNoticeTemplateList/src/useConfigData.ts +0 -18
- package/src/lib/components/QQuartzJobList/index.ts +0 -6
- package/src/lib/components/QQuartzJobList/src/QQuartzJobList.vue +0 -263
- package/src/lib/components/QQuartzJobList/src/components/JCron.vue +0 -82
- package/src/lib/components/QQuartzJobList/src/components/JCronModal.vue +0 -985
- package/src/lib/components/QQuartzJobList/src/components/QuartzJobModal.vue +0 -176
- package/src/lib/components/QQuartzJobList/src/useConfigData.ts +0 -26
- package/src/lib/components/QRoleList/index.ts +0 -6
- package/src/lib/components/QRoleList/src/QRoleList.vue +0 -288
- package/src/lib/components/QRoleList/src/components/content-header/contentHeader.less +0 -31
- package/src/lib/components/QRoleList/src/components/content-header/index.tsx +0 -42
- package/src/lib/components/QRoleList/src/components/userAuthorization/index.tsx +0 -690
- package/src/lib/components/QRoleList/src/components/userAuthorization/userAuthorization.less +0 -97
- package/src/lib/components/QRoleList/src/useConfigData.ts +0 -33
- package/src/lib/components/QSupplierAccountList/index.ts +0 -6
- package/src/lib/components/QSupplierAccountList/src/QSupplierAccountForm.vue +0 -187
- package/src/lib/components/QSupplierAccountList/src/QSupplierAccountList.vue +0 -302
- package/src/lib/components/QSupplierAccountList/src/useConfigData.ts +0 -29
- package/src/lib/components/QUsageList/index.ts +0 -6
- package/src/lib/components/QUsageList/src/QUsageList.vue +0 -82
- package/src/lib/components/QUsageList/src/useConfigData.ts +0 -20
- package/src/lib/components/QcustomConfigEdit/component/AddDictCodeModal.vue +0 -140
- package/src/lib/components/QcustomConfigEdit/component/TempalePreviewModal.vue +0 -100
- package/src/lib/components/QcustomConfigEdit/component/dataFormatComponent.tsx +0 -100
- package/src/lib/components/QcustomConfigEdit/component/regexComponent.tsx +0 -71
- package/src/lib/components/QcustomConfigEdit/index.ts +0 -6
- package/src/lib/components/QcustomConfigEdit/src/QcustomConfigEdit.vue +0 -1807
- package/src/lib/components/QcustomConfigEdit/src/QcustomConfigRender.tsx +0 -242
- package/src/lib/components/QcustomConfigEdit/src/types.ts +0 -71
- package/src/lib/components/QcustomConfigEdit/src/useConfigComputed.ts +0 -75
- package/src/lib/components/QcustomConfigEdit/src/useConfigData.ts +0 -123
- package/src/lib/components/QcustomConfigEdit/src/useConfigMethods.ts +0 -117
- package/src/lib/components/QcustomConfigEdit/src/useConstant.ts +0 -301
- package/src/lib/components/QcustomConfigEdit/style/index.less +0 -41
- package/src/lib/components/QcustomConfigList/component/ImportJsonCustomConfig.vue +0 -135
- package/src/lib/components/QcustomConfigList/index.ts +0 -6
- package/src/lib/components/QcustomConfigList/src/QcustomConfigList.vue +0 -268
- package/src/lib/components/QcustomConfigList/src/types.ts +0 -1
- package/src/lib/components/QcustomConfigList/src/useConfigData.ts +0 -23
- package/src/lib/components/QcustomConfigList/src/useMethods.ts +0 -36
- package/src/lib/components/QcustomConfigList/style/index.less +0 -3
- package/src/lib/components/QsysConfigList/index.ts +0 -6
- package/src/lib/components/QsysConfigList/src/QsysConfigList.vue +0 -125
- package/src/lib/components/QsysConfigList/src/types.ts +0 -1
- package/src/lib/components/QsysConfigList/src/useConfigData.ts +0 -17
- package/src/lib/components/QsysConfigList/src/useMethods.ts +0 -11
- package/src/lib/components/QsysConfigList/style/index.less +0 -3
- package/src/lib/components/index.ts +0 -78
- package/src/lib/components/integratedNodesList/src/QIntegratedNodesDetail.vue +0 -49
- package/src/lib/components/integratedNodesList/src/QIntegratedNodesEdit.vue +0 -143
- package/src/lib/components/integratedNodesList/src/index.vue +0 -136
- package/src/lib/components/integratedReportList/src/index.vue +0 -86
- package/src/lib/components/integratedReportSearchList/src/index.vue +0 -66
- package/src/lib/components/loginAbnormalLogList/src/index.vue +0 -50
- package/src/lib/components/loginLogList/src/index.vue +0 -57
- package/src/lib/components/loginSupplierLogList/src/index.vue +0 -63
- package/src/lib/components/operateLogList/src/index.vue +0 -57
- package/src/lib/index.ts +0 -15
- package/src/lib/utils/constant.ts +0 -1
- package/src/lib/utils/global.hook.ts +0 -337
- package/src/lib/utils/global.types.ts +0 -49
- package/src/lib/utils/regexp.ts +0 -143
- package/src/main.ts +0 -11
- package/src/vite-env.d.ts +0 -13
- package/tsconfig.json +0 -24
- package/tsconfig.node.json +0 -9
- package/vite.config.ts +0 -61
- /package/dist/{index.es.d.ts → index.d.ts} +0 -0
|
@@ -15,10 +15,8 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
15
15
|
statusConfig: {
|
|
16
16
|
show: boolean;
|
|
17
17
|
};
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
extend: {};
|
|
21
|
-
optColumnList: ({
|
|
18
|
+
optionConfig: {
|
|
19
|
+
options: ({
|
|
22
20
|
authorityCode: string;
|
|
23
21
|
type: string;
|
|
24
22
|
title: string;
|
|
@@ -43,14 +41,15 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
43
41
|
})[];
|
|
44
42
|
};
|
|
45
43
|
buttonConfig: {
|
|
46
|
-
attrs: {};
|
|
47
|
-
extend: {};
|
|
48
44
|
buttons: ({
|
|
49
45
|
authorityCode: string;
|
|
50
46
|
label: string;
|
|
51
47
|
icon: {
|
|
52
48
|
type: string;
|
|
53
49
|
};
|
|
50
|
+
attrs: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
54
53
|
args: {
|
|
55
54
|
businessType: string;
|
|
56
55
|
};
|
|
@@ -61,6 +60,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
61
60
|
label: string;
|
|
62
61
|
click: () => void;
|
|
63
62
|
icon?: undefined;
|
|
63
|
+
attrs?: undefined;
|
|
64
64
|
args?: undefined;
|
|
65
65
|
type?: undefined;
|
|
66
66
|
} | {
|
|
@@ -68,6 +68,7 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
68
68
|
click: () => void;
|
|
69
69
|
authorityCode?: undefined;
|
|
70
70
|
icon?: undefined;
|
|
71
|
+
attrs?: undefined;
|
|
71
72
|
args?: undefined;
|
|
72
73
|
type?: undefined;
|
|
73
74
|
} | {
|
|
@@ -77,22 +78,18 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
77
78
|
};
|
|
78
79
|
type: string;
|
|
79
80
|
authorityCode?: undefined;
|
|
81
|
+
attrs?: undefined;
|
|
80
82
|
args?: undefined;
|
|
81
83
|
click?: undefined;
|
|
82
84
|
})[];
|
|
83
85
|
};
|
|
84
86
|
queryConfig: {
|
|
85
|
-
attrs: {};
|
|
86
|
-
extend: {};
|
|
87
87
|
form: {
|
|
88
88
|
type: string;
|
|
89
89
|
label: string;
|
|
90
90
|
fieldName: string;
|
|
91
91
|
placeholder: string;
|
|
92
92
|
}[];
|
|
93
|
-
formState: {
|
|
94
|
-
keyWord: string;
|
|
95
|
-
};
|
|
96
93
|
};
|
|
97
94
|
pagerConfig: {};
|
|
98
95
|
};
|
|
@@ -1,22 +1,26 @@
|
|
|
1
|
+
import type { MessageType } from 'ant-design-vue/lib/message';
|
|
1
2
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
3
|
+
import qqtApi from '@qqt-product/api';
|
|
2
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
+
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
3
6
|
listLayoutRef: Ref<any>;
|
|
7
|
+
qHttp: qqtApi.Request;
|
|
8
|
+
refreshNodes: () => void;
|
|
4
9
|
apiUrls: {
|
|
5
10
|
columnsCode: string;
|
|
6
|
-
list:
|
|
11
|
+
list: {
|
|
12
|
+
url: string;
|
|
13
|
+
method: string;
|
|
14
|
+
};
|
|
7
15
|
};
|
|
8
16
|
pageData: {
|
|
9
17
|
statusConfig: {
|
|
10
18
|
show: boolean;
|
|
11
19
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extend: {};
|
|
15
|
-
optColumnList: never[];
|
|
20
|
+
optionConfig: {
|
|
21
|
+
options: never[];
|
|
16
22
|
};
|
|
17
23
|
buttonConfig: {
|
|
18
|
-
attrs: {};
|
|
19
|
-
extend: {};
|
|
20
24
|
buttons: ({
|
|
21
25
|
authorityCode: string;
|
|
22
26
|
label: string;
|
|
@@ -34,28 +38,30 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
34
38
|
})[];
|
|
35
39
|
};
|
|
36
40
|
queryConfig: {
|
|
37
|
-
|
|
38
|
-
extend: {};
|
|
41
|
+
customSearch: (formState: any) => MessageType | undefined;
|
|
39
42
|
form: ({
|
|
40
43
|
type: string;
|
|
41
44
|
dictCode: string;
|
|
42
45
|
label: string;
|
|
43
46
|
fieldName: string;
|
|
44
47
|
placeholder: string;
|
|
48
|
+
change: (val: any) => void;
|
|
45
49
|
} | {
|
|
46
50
|
type: string;
|
|
47
51
|
label: string;
|
|
48
52
|
fieldName: string;
|
|
49
53
|
placeholder: string;
|
|
50
54
|
dictCode?: undefined;
|
|
55
|
+
change?: undefined;
|
|
51
56
|
})[];
|
|
52
57
|
formState: {
|
|
53
58
|
dataJson: string;
|
|
54
|
-
businessDataType: string;
|
|
55
59
|
businessTypeCore: string;
|
|
60
|
+
businessDataType: string;
|
|
56
61
|
};
|
|
57
62
|
};
|
|
58
63
|
pagerConfig: {};
|
|
59
64
|
};
|
|
65
|
+
businessTypeCoreChange: (val: any) => void;
|
|
60
66
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
61
67
|
export default _sfc_main;
|
|
@@ -3,20 +3,15 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
3
3
|
apiUrls: {
|
|
4
4
|
columnsCode: string;
|
|
5
5
|
list: string;
|
|
6
|
-
countTabsUrl: string;
|
|
7
6
|
};
|
|
8
7
|
pageData: {
|
|
9
8
|
statusConfig: {
|
|
10
9
|
show: boolean;
|
|
11
10
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extend: {};
|
|
15
|
-
optColumnList: never[];
|
|
11
|
+
optionConfig: {
|
|
12
|
+
options: never[];
|
|
16
13
|
};
|
|
17
14
|
buttonConfig: {
|
|
18
|
-
attrs: {};
|
|
19
|
-
extend: {};
|
|
20
15
|
buttons: {
|
|
21
16
|
label: string;
|
|
22
17
|
icon: {
|
|
@@ -26,8 +21,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
26
21
|
}[];
|
|
27
22
|
};
|
|
28
23
|
queryConfig: {
|
|
29
|
-
attrs: {};
|
|
30
|
-
extend: {};
|
|
31
24
|
form: {
|
|
32
25
|
type: string;
|
|
33
26
|
label: string;
|
|
@@ -9,14 +9,10 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
9
9
|
statusConfig: {
|
|
10
10
|
show: boolean;
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extend: {};
|
|
15
|
-
optColumnList: never[];
|
|
12
|
+
optionConfig: {
|
|
13
|
+
options: never[];
|
|
16
14
|
};
|
|
17
15
|
buttonConfig: {
|
|
18
|
-
attrs: {};
|
|
19
|
-
extend: {};
|
|
20
16
|
buttons: {
|
|
21
17
|
label: string;
|
|
22
18
|
icon: {
|
|
@@ -26,8 +22,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
26
22
|
}[];
|
|
27
23
|
};
|
|
28
24
|
queryConfig: {
|
|
29
|
-
attrs: {};
|
|
30
|
-
extend: {};
|
|
31
25
|
form: {
|
|
32
26
|
type: string;
|
|
33
27
|
label: string;
|
|
@@ -9,14 +9,10 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
9
9
|
statusConfig: {
|
|
10
10
|
show: boolean;
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extend: {};
|
|
15
|
-
optColumnList: never[];
|
|
12
|
+
optionConfig: {
|
|
13
|
+
options: never[];
|
|
16
14
|
};
|
|
17
15
|
buttonConfig: {
|
|
18
|
-
attrs: {};
|
|
19
|
-
extend: {};
|
|
20
16
|
buttons: {
|
|
21
17
|
label: string;
|
|
22
18
|
icon: {
|
|
@@ -26,18 +22,12 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
26
22
|
}[];
|
|
27
23
|
};
|
|
28
24
|
queryConfig: {
|
|
29
|
-
attrs: {};
|
|
30
|
-
extend: {};
|
|
31
25
|
form: {
|
|
32
26
|
type: string;
|
|
33
27
|
label: string;
|
|
34
28
|
fieldName: string;
|
|
35
29
|
placeholder: string;
|
|
36
30
|
}[];
|
|
37
|
-
formState: {
|
|
38
|
-
supplierName: string;
|
|
39
|
-
logMonth: string;
|
|
40
|
-
};
|
|
41
31
|
};
|
|
42
32
|
pagerConfig: {};
|
|
43
33
|
};
|
|
@@ -9,14 +9,10 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
9
9
|
statusConfig: {
|
|
10
10
|
show: boolean;
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
extend: {};
|
|
15
|
-
optColumnList: never[];
|
|
12
|
+
optionConfig: {
|
|
13
|
+
options: never[];
|
|
16
14
|
};
|
|
17
15
|
buttonConfig: {
|
|
18
|
-
attrs: {};
|
|
19
|
-
extend: {};
|
|
20
16
|
buttons: {
|
|
21
17
|
label: string;
|
|
22
18
|
icon: {
|
|
@@ -26,8 +22,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
26
22
|
}[];
|
|
27
23
|
};
|
|
28
24
|
queryConfig: {
|
|
29
|
-
attrs: {};
|
|
30
|
-
extend: {};
|
|
31
25
|
form: ({
|
|
32
26
|
type: string;
|
|
33
27
|
label: string;
|
|
@@ -41,11 +35,6 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
41
35
|
dictCode: string;
|
|
42
36
|
placeholder: string;
|
|
43
37
|
})[];
|
|
44
|
-
formState: {
|
|
45
|
-
keyWord: string;
|
|
46
|
-
operateType: string;
|
|
47
|
-
logType: number;
|
|
48
|
-
};
|
|
49
38
|
};
|
|
50
39
|
pagerConfig: {};
|
|
51
40
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tempale-preview-modal[data-v-0b6ebd5b] .page-container .edit-page .ant-spin-nested-loading{height:600px}.tempale-preview-modal[data-v-0b6ebd5b] .ant-form-item-control-wrapper{width:150px}.page-container .ant-btn+.ant-btn[data-v-
|
|
1
|
+
.tempale-preview-modal[data-v-0b6ebd5b] .page-container .edit-page .ant-spin-nested-loading{height:600px}.tempale-preview-modal[data-v-0b6ebd5b] .ant-form-item-control-wrapper{width:150px}.page-container .ant-btn+.ant-btn[data-v-d9f56f17]{margin-left:8px}.page-container[data-v-d9f56f17] .ant-select-selection{position:relative;z-index:1}.page-container .business-tips[data-v-d9f56f17]{width:64.6%;margin:0 auto 10px}.page-container[data-v-d9f56f17] .ant-input-affix-wrapper .ant-input-suffix{z-index:1}.page-container .skeleton-wrap[data-v-d9f56f17]{margin-top:100px;text-align:center;line-height:100px}.switch-config .switch-config-item[data-v-d9f56f17]{display:flex;justify-content:space-between;border-bottom:1px dashed #eee;padding:10px 0}.switch-config>div[data-v-d9f56f17]:first-child{padding-top:0}.verify-config[data-v-d9f56f17]{margin-bottom:20px}.verify-config .tab-clo-left[data-v-d9f56f17]{padding-right:10px;text-align:right;line-height:32px}.content-step-one[data-v-d9f56f17]{justify-content:center}.code-editror-flex-row[data-v-d9f56f17]{display:block}.progress[data-v-6a21d026]{text-align:center}.password-security-policy[data-v-bc4a98ce]{height:100%}.password-security-policy-breadcrumb[data-v-bc4a98ce]{height:44px;display:flex;justify-content:flex-end;align-items:center;padding-left:16px;padding-right:25px;background:white}.password-security-policy-content[data-v-bc4a98ce]{padding:8px}.password-security-policy-form[data-v-bc4a98ce]{background:white;padding:0 16px}.password-security-policy-form .item[data-v-bc4a98ce]{display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px dashed #dadada}.password-security-policy-form .item .desc[data-v-bc4a98ce]{padding:16px 0}.password-security-policy-form .item .desc .tit[data-v-bc4a98ce]{color:#454f59;font-weight:500;font-size:14px;line-height:14px}.password-security-policy-form .item .desc .tip[data-v-bc4a98ce]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;margin-top:8px}.password-security-policy-form .item .type[data-v-bc4a98ce]{font-weight:400;font-size:12px;line-height:12px;color:#454f5999;display:flex;align-items:center}.password-security-policy .red[data-v-bc4a98ce]{color:red}.password-security-policy .ant-input-number[data-v-bc4a98ce]{margin-left:16px;width:60px}.password-security-policy .ant-btn+.ant-btn[data-v-bc4a98ce]{margin-left:8px}[data-v-b66225c6] .vxe-form--gather,[data-v-b3e4afb1] .vxe-form--gather{padding:20px 0}.content-Header{width:100%;position:sticky;top:0;z-index:99;box-shadow:0 3px 12px #626bb540}.content-Header.posA{position:absolute;left:0;top:0}.content-Header .topWrap{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 24px 10px 10px}.content-Header .topWrap .box{display:flex;align-items:center}.content-Header .topWrap .extra+.menu{margin-left:24px}.content-Header .topWrap .menu{text-align:right}.UserAuthorization{position:relative}.UserAuthorization .ant-checkbox-wrapper{color:#000000a6}.UserAuthorization .title{padding-left:16px;margin-bottom:16px}.UserAuthorization .title>strong{font-size:18px;color:#4d72ff}.UserAuthorization .title>span{font-size:12px;color:#b9bcc1;margin-left:22px}.UserAuthorization .container{padding:8px}.UserAuthorization .pageBox{background:#fff;padding:16px 16px 32px;min-height:calc(100vh - 158px)}.UserAuthorization .level[class*=level_] .triangle{margin-right:8px;cursor:pointer}.UserAuthorization .level[class*=level_] .rotate90 .anticon{transform:rotate(90deg);transition:transform .3 ease-in-out}.UserAuthorization .level.level_1{display:flex;align-items:center;padding:16px 20px}.UserAuthorization .level.level_1:hover{background:rgba(254,206,0,.1)}.UserAuthorization .level.level_1 .info{display:flex;flex-direction:column;flex:1}.UserAuthorization .level.level_1 .info strong{font-size:14px;color:#454f59}.UserAuthorization .level.level_1 .info span.tip{font-size:12px;color:#454f5999;margin-top:8px}.UserAuthorization .level.level_1+.collapse.noneGrandchildren{padding:24px}.UserAuthorization .level.border{border-bottom:1px dashed #dadada}.UserAuthorization .level.level_2{display:flex}.UserAuthorization .level.level_2:not(:last-child){border-bottom:1px dashed #dadada}.UserAuthorization .level.level_2 .info{flex:0 0 150px;padding:22px 0 22px 20px;background-color:#f9f9f9}.UserAuthorization .level.level_2 .children{flex:1;margin-left:24px;padding:22px 20px 22px 0}.UserAuthorization .level_3+.level_3{margin-top:12px}.UserAuthorization .checkboxGroup{padding:12px 0 12px 36px}.UserAuthorization .collapse{min-height:70px;border:1px solid #dadcde}[data-v-556c5438] .vxe-form--gather{padding:20px 0}.stickey[data-v-6bb7f383]{position:sticky;top:0;z-index:99;padding-bottom:8px;background-color:var(--qBackgroundColor, #eff2f5)}.edit-header[data-v-6bb7f383]{padding:4px 16px;background:var(--qPageHeaderBackgroundColor, #ffffff);border-top-width:1px;border-top-style:solid;border-top-color:var(--qHeaderBorderBottomColor, #f3f3f3)}.groups[data-v-6bb7f383]{padding:24px;border-radius:8px;background-color:var(--qPageHeaderBackgroundColor, #ffffff)}.card-container{background:#fff;overflow:hidden;padding:12px;position:relative;width:100%}.card-container .tab-layout-tabs.ant-tabs{border:1px solid #e6ebf5;padding:0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar{margin:0;outline:none;border-bottom:none}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container{margin:0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab{padding:0 24px!important;background-color:#f5f7fa!important;margin-right:0!important;border-radius:0;line-height:38px;border:1px solid transparent!important;border-bottom:1px solid #e6ebf5!important}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-bar .ant-tabs-nav-container .ant-tabs-tab-active.ant-tabs-tab{color:#409eff;background-color:#fff!important;border-right:1px solid #e6ebf5!important;border-left:1px solid #e6ebf5!important;border-bottom:1px solid #fff!important;font-weight:400;transition:none!important}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane{padding:15px}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-row{margin:10px 0}.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-select,.card-container .tab-layout-tabs.ant-tabs .ant-tabs-tabpane .ant-input-number{width:100px}.container-widthEn[data-v-13d22fe3]{width:755px}.container-widthCn[data-v-13d22fe3]{width:608px}.language[data-v-13d22fe3]{text-align:center;position:absolute;right:13px;top:13px;border:1px solid transparent;height:40px;line-height:38px;font-size:16px;color:#409eff;z-index:1;background:#f5f7fa;outline:none;width:47px;border-bottom:1px solid #e6ebf5;border-radius:0}.card-container .bottom[data-v-13d22fe3]{display:flex;justify-content:center;padding:10px 0 0}.card-container .bottom .cronButton[data-v-13d22fe3]{margin:0 10px;line-height:40px}.tabBody .a-row[data-v-13d22fe3]{margin:10px 0}.tabBody .a-row .long .a-select[data-v-13d22fe3]{width:354px}.tabBody .a-row .a-input-number[data-v-13d22fe3]{width:110px}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]{cursor:pointer;color:#ccc;transition:color .3s;font-size:12px}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]:hover{color:#f5222d}.components-input-demo-presuffix .anticon-close-circle[data-v-b3cf1b8e]:active{color:#666}.chart[data-v-dd9c7769]{width:100%;height:400px}
|
package/dist/vite-env.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/// <reference types="vite/client" />
|
|
2
|
-
import type { GlobalPageLayoutTypes } from '@qqt-product/ui'
|
|
3
|
-
declare module '*.vue' {
|
|
4
|
-
import type { DefineComponent } from 'vue'
|
|
5
|
-
// eslint-disable-next-line @typescript-eslint/ban-types, @typescript-eslint/no-explicit-any
|
|
6
|
-
const component: DefineComponent<{}, {}, any>
|
|
7
|
-
export default component
|
|
8
|
-
}
|
|
9
|
-
declare module 'vue' {
|
|
10
|
-
interface ComponentCustomProperties {
|
|
11
|
-
instance: GlobalPageLayoutTypes.Expose
|
|
12
|
-
}
|
|
13
|
-
}
|
|
1
|
+
/// <reference types="vite/client" />
|
|
2
|
+
import type { GlobalPageLayoutTypes } from '@qqt-product/ui'
|
|
3
|
+
declare module '*.vue' {
|
|
4
|
+
import type { DefineComponent } from 'vue'
|
|
5
|
+
// eslint-disable-next-line @typescript-eslint/ban-types, @typescript-eslint/no-explicit-any
|
|
6
|
+
const component: DefineComponent<{}, {}, any>
|
|
7
|
+
export default component
|
|
8
|
+
}
|
|
9
|
+
declare module 'vue' {
|
|
10
|
+
interface ComponentCustomProperties {
|
|
11
|
+
instance: GlobalPageLayoutTypes.Expose
|
|
12
|
+
}
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qqt-product/system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.17",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/*"
|
|
10
|
+
],
|
|
11
|
+
"types": "dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.es.js",
|
|
15
|
+
"require": "./dist/idex.umd.js"
|
|
16
|
+
},
|
|
17
|
+
"./dist/style.css": "./dist/style.css"
|
|
18
|
+
},
|
|
8
19
|
"devDependencies": {
|
|
9
20
|
"@ant-design/icons-vue": "^6.1.0",
|
|
10
|
-
"@qqt-product/api": "
|
|
11
|
-
"@qqt-product/icons": "
|
|
12
|
-
"@qqt-product/ui": "
|
|
13
|
-
"@qqt-product/utils": "
|
|
21
|
+
"@qqt-product/api": "0.0.17",
|
|
22
|
+
"@qqt-product/icons": "0.0.17",
|
|
23
|
+
"@qqt-product/ui": "0.0.17",
|
|
24
|
+
"@qqt-product/utils": "0.0.17",
|
|
14
25
|
"@types/node": "^18.11.4",
|
|
15
26
|
"@types/sortablejs": "^1.15.1",
|
|
16
27
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
@@ -18,6 +29,7 @@
|
|
|
18
29
|
"@vitejs/plugin-vue": "^3.1.0",
|
|
19
30
|
"@vitejs/plugin-vue-jsx": "^3.0.1",
|
|
20
31
|
"ant-design-vue": "3.2.20",
|
|
32
|
+
"echarts": "5.4.3",
|
|
21
33
|
"eslint": "^8.25.0",
|
|
22
34
|
"eslint-config-prettier": "^8.5.0",
|
|
23
35
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -33,23 +45,24 @@
|
|
|
33
45
|
"vue-tsc": "^0.40.4",
|
|
34
46
|
"vxe-table": "4.4.2",
|
|
35
47
|
"vxe-table-plugin-antd": "^3.0.6",
|
|
36
|
-
"vxe-table-plugin-charts": "
|
|
48
|
+
"vxe-table-plugin-charts": "3.0.3",
|
|
37
49
|
"vxe-table-plugin-menus": "^3.0.7",
|
|
38
50
|
"xe-clipboard": "^1.10.2",
|
|
39
51
|
"xe-utils": "^3.5.0"
|
|
40
52
|
},
|
|
41
53
|
"peerDependencies": {
|
|
42
|
-
"@qqt-product/api": "
|
|
43
|
-
"@qqt-product/icons": "
|
|
44
|
-
"@qqt-product/ui": "
|
|
45
|
-
"@qqt-product/utils": "
|
|
54
|
+
"@qqt-product/api": "0.0.17",
|
|
55
|
+
"@qqt-product/icons": "0.0.17",
|
|
56
|
+
"@qqt-product/ui": "0.0.17",
|
|
57
|
+
"@qqt-product/utils": "0.0.17",
|
|
46
58
|
"@types/sortablejs": "^1.15.1",
|
|
47
59
|
"ant-design-vue": "3.2.20",
|
|
60
|
+
"echarts": "5.4.3",
|
|
48
61
|
"sortablejs": "^1.15.0",
|
|
49
62
|
"vue": "3.3.4",
|
|
50
63
|
"vxe-table": "4.4.2",
|
|
51
64
|
"vxe-table-plugin-antd": "^3.0.6",
|
|
52
|
-
"vxe-table-plugin-charts": "
|
|
65
|
+
"vxe-table-plugin-charts": "3.0.3",
|
|
53
66
|
"vxe-table-plugin-menus": "^3.0.7",
|
|
54
67
|
"xe-clipboard": "^1.10.2",
|
|
55
68
|
"xe-utils": "^3.5.0"
|
package/.eslintignore
DELETED
package/.eslintrc.cjs
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
env: {
|
|
3
|
-
browser: true,
|
|
4
|
-
es2021: true,
|
|
5
|
-
node: true,
|
|
6
|
-
},
|
|
7
|
-
extends: ['eslint:recommended', 'plugin:vue/vue3-essential', 'plugin:@typescript-eslint/recommended'],
|
|
8
|
-
overrides: [],
|
|
9
|
-
parser: 'vue-eslint-parser',
|
|
10
|
-
parserOptions: {
|
|
11
|
-
ecmaVersion: 'latest',
|
|
12
|
-
sourceType: 'module',
|
|
13
|
-
parser: '@typescript-eslint/parser',
|
|
14
|
-
},
|
|
15
|
-
plugins: ['vue', '@typescript-eslint', 'prettier'],
|
|
16
|
-
rules: {
|
|
17
|
-
'prettier/prettier': ['error', { endOfLine: 'auto' }],
|
|
18
|
-
'vue/multi-word-component-names': 0,
|
|
19
|
-
'no-console': 'off',
|
|
20
|
-
'no-debugger': 'off',
|
|
21
|
-
},
|
|
22
|
-
}
|
package/.prettierignore
DELETED
package/.prettierrc.cjs
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// 一行最多 200 字符
|
|
3
|
-
printWidth: 200,
|
|
4
|
-
// 使用 2 个空格缩进
|
|
5
|
-
tabWidth: 2,
|
|
6
|
-
// 不使用缩进符,而使用空格
|
|
7
|
-
useTabs: false,
|
|
8
|
-
// 行尾是否需要有分号
|
|
9
|
-
semi: false,
|
|
10
|
-
// 使用单引号
|
|
11
|
-
singleQuote: true,
|
|
12
|
-
// 对象的 key 仅在必要时用引号
|
|
13
|
-
quoteProps: 'as-needed',
|
|
14
|
-
// jsx 不使用单引号,而使用双引号
|
|
15
|
-
jsxSingleQuote: false,
|
|
16
|
-
// 末尾需要有逗号
|
|
17
|
-
trailingComma: 'all',
|
|
18
|
-
// 大括号内的首尾需要空格
|
|
19
|
-
bracketSpacing: true,
|
|
20
|
-
// jsx 标签的反尖括号需要换行
|
|
21
|
-
jsxBracketSameLine: false,
|
|
22
|
-
// 箭头函数,只有一个参数的时候,也需要括号
|
|
23
|
-
arrowParens: 'always',
|
|
24
|
-
// 每个文件格式化的范围是文件的全部内容
|
|
25
|
-
rangeStart: 0,
|
|
26
|
-
rangeEnd: null,
|
|
27
|
-
// 不需要写文件开头的 @prettier
|
|
28
|
-
requirePragma: false,
|
|
29
|
-
// 不需要自动在文件开头插入 @prettier
|
|
30
|
-
insertPragma: false,
|
|
31
|
-
// 使用默认的折行标准
|
|
32
|
-
proseWrap: 'preserve',
|
|
33
|
-
// 根据显示样式决定 html 要不要折行
|
|
34
|
-
htmlWhitespaceSensitivity: 'css',
|
|
35
|
-
// vue 文件中的 script 和 style 内不用缩进
|
|
36
|
-
vueIndentScriptAndStyle: false,
|
|
37
|
-
// 换行符使用 lf
|
|
38
|
-
endOfLine: 'auto',
|
|
39
|
-
// 格式化内嵌代码
|
|
40
|
-
embeddedLanguageFormatting: 'auto',
|
|
41
|
-
}
|
package/.vscode/extensions.json
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
import { VxeFormEvents, VxeFormPropTypes } from 'vxe-table';
|
|
3
|
-
declare const _sfc_main: DefineComponent<{
|
|
4
|
-
title: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
show: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
treeData: {
|
|
13
|
-
type: ObjectConstructor;
|
|
14
|
-
};
|
|
15
|
-
currentRow: {
|
|
16
|
-
type: ObjectConstructor;
|
|
17
|
-
};
|
|
18
|
-
menuTypes: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
};
|
|
21
|
-
menuAttributeTypes: {
|
|
22
|
-
type: ObjectConstructor;
|
|
23
|
-
};
|
|
24
|
-
}, {
|
|
25
|
-
modalTitle: Ref<string>;
|
|
26
|
-
previousMenus: Ref<never[]>;
|
|
27
|
-
previousMenusVisible: () => boolean;
|
|
28
|
-
showModal: Ref<boolean>;
|
|
29
|
-
hideModal: () => void;
|
|
30
|
-
menuTypesOpts: Ref<Record<string, any> | undefined>;
|
|
31
|
-
menuAttributeTypesOpts: Ref<Record<string, any> | undefined>;
|
|
32
|
-
permission: {
|
|
33
|
-
loading: boolean;
|
|
34
|
-
formData: {
|
|
35
|
-
id: null;
|
|
36
|
-
parentId: null;
|
|
37
|
-
menuType: null;
|
|
38
|
-
name: null;
|
|
39
|
-
nameI18nKey: null;
|
|
40
|
-
url: null;
|
|
41
|
-
menuAttribute: null;
|
|
42
|
-
component: null;
|
|
43
|
-
redirect: null;
|
|
44
|
-
perms: null;
|
|
45
|
-
keepAlive: null;
|
|
46
|
-
icon: null;
|
|
47
|
-
sortNo: null;
|
|
48
|
-
hidden: null;
|
|
49
|
-
mobile: null;
|
|
50
|
-
};
|
|
51
|
-
formRules: VxeFormPropTypes.Rules;
|
|
52
|
-
};
|
|
53
|
-
save: () => Promise<void>;
|
|
54
|
-
submitEvent: VxeFormEvents.Submit;
|
|
55
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
56
|
-
title: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
show: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
treeData: {
|
|
65
|
-
type: ObjectConstructor;
|
|
66
|
-
};
|
|
67
|
-
currentRow: {
|
|
68
|
-
type: ObjectConstructor;
|
|
69
|
-
};
|
|
70
|
-
menuTypes: {
|
|
71
|
-
type: ObjectConstructor;
|
|
72
|
-
};
|
|
73
|
-
menuAttributeTypes: {
|
|
74
|
-
type: ObjectConstructor;
|
|
75
|
-
};
|
|
76
|
-
}>>, {
|
|
77
|
-
title: string;
|
|
78
|
-
show: boolean;
|
|
79
|
-
}, {}>;
|
|
80
|
-
export default _sfc_main;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export interface PermissionDataType {
|
|
2
|
-
id?: string;
|
|
3
|
-
alwaysShow?: boolean;
|
|
4
|
-
children?: PermissionDataType[] | null;
|
|
5
|
-
companyMeunId?: string;
|
|
6
|
-
component?: string;
|
|
7
|
-
createBy?: string;
|
|
8
|
-
createTime?: string;
|
|
9
|
-
defaultMenu?: string;
|
|
10
|
-
deleted?: string | number;
|
|
11
|
-
description?: string;
|
|
12
|
-
helpDocUrl?: string;
|
|
13
|
-
hidden?: boolean;
|
|
14
|
-
icon?: string;
|
|
15
|
-
iconColor?: string;
|
|
16
|
-
internalOrExternal?: boolean;
|
|
17
|
-
isLeaf?: boolean;
|
|
18
|
-
keepAlive?: boolean;
|
|
19
|
-
key?: string;
|
|
20
|
-
leaf?: boolean;
|
|
21
|
-
menuAttribute?: number | string;
|
|
22
|
-
menuType?: string | number;
|
|
23
|
-
mobile?: boolean;
|
|
24
|
-
name?: string;
|
|
25
|
-
nameI18nKey?: string;
|
|
26
|
-
parentId?: string;
|
|
27
|
-
perms?: string;
|
|
28
|
-
permsType?: string | number;
|
|
29
|
-
purchasePermissionId?: string | number;
|
|
30
|
-
redirect?: string;
|
|
31
|
-
route?: boolean;
|
|
32
|
-
sortNo?: string | number | null;
|
|
33
|
-
status?: string | number;
|
|
34
|
-
superQueryFlag?: boolean;
|
|
35
|
-
title?: string;
|
|
36
|
-
updateBy?: string;
|
|
37
|
-
updateTime?: string;
|
|
38
|
-
url?: string;
|
|
39
|
-
}
|
|
40
|
-
export interface PermissionFormState {
|
|
41
|
-
username: string;
|
|
42
|
-
nickname: string;
|
|
43
|
-
checkNick: boolean;
|
|
44
|
-
}
|