@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
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import qqtApi from '@qqt-product/api';
|
|
3
|
+
import type { GlobalPageLayoutTypes } from '@qqt-product/ui';
|
|
2
4
|
declare const _sfc_main: DefineComponent<{}, {
|
|
5
|
+
qHttp: qqtApi.Request;
|
|
3
6
|
listLayoutRef: Ref<any>;
|
|
4
|
-
emit: (event: "create" | "edit" | "detail"
|
|
7
|
+
emit: (event: "create" | "edit" | "detail", ...args: any[]) => void;
|
|
5
8
|
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
6
9
|
apiUrls: {
|
|
7
10
|
list: string;
|
|
8
11
|
columnsCode: string;
|
|
9
12
|
};
|
|
13
|
+
handleDelete: (row: GlobalPageLayoutTypes.CurrentRow) => Promise<void>;
|
|
14
|
+
handleMoreDelete: () => Promise<void>;
|
|
15
|
+
handlePublish: (row: GlobalPageLayoutTypes.CurrentRow) => Promise<void>;
|
|
10
16
|
pageData: {
|
|
11
17
|
statusConfig: {
|
|
12
18
|
show: boolean;
|
|
13
19
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
extend: {};
|
|
17
|
-
optColumnList: ({
|
|
20
|
+
optionConfig: {
|
|
21
|
+
options: ({
|
|
18
22
|
type: string;
|
|
19
23
|
title: string;
|
|
20
24
|
click: ({ row }: {
|
|
@@ -30,46 +34,66 @@ declare const _sfc_main: DefineComponent<{}, {
|
|
|
30
34
|
disabled: ({ row }: {
|
|
31
35
|
row: any;
|
|
32
36
|
}) => boolean;
|
|
37
|
+
} | {
|
|
38
|
+
type: string;
|
|
39
|
+
title: string;
|
|
40
|
+
click: ({ row }: {
|
|
41
|
+
row?: GlobalPageLayoutTypes.CurrentRow | undefined;
|
|
42
|
+
}) => void;
|
|
43
|
+
disabled?: undefined;
|
|
44
|
+
} | {
|
|
45
|
+
type: string;
|
|
46
|
+
title: string;
|
|
47
|
+
disabled: ({ row }: {
|
|
48
|
+
row: any;
|
|
49
|
+
}) => boolean;
|
|
50
|
+
click: ({ row }: {
|
|
51
|
+
row?: GlobalPageLayoutTypes.CurrentRow | undefined;
|
|
52
|
+
}) => void;
|
|
33
53
|
})[];
|
|
34
54
|
};
|
|
35
55
|
buttonConfig: {
|
|
36
|
-
attrs: {};
|
|
37
|
-
extend: {};
|
|
38
56
|
buttons: ({
|
|
39
57
|
label: string;
|
|
40
58
|
icon: {
|
|
41
59
|
type: string;
|
|
42
60
|
};
|
|
61
|
+
attrs: {
|
|
62
|
+
type: string;
|
|
63
|
+
};
|
|
64
|
+
type: string;
|
|
65
|
+
click: () => void;
|
|
66
|
+
} | {
|
|
67
|
+
label: string;
|
|
68
|
+
attrs: {
|
|
69
|
+
type: string;
|
|
70
|
+
};
|
|
43
71
|
type: string;
|
|
44
72
|
click: () => void;
|
|
73
|
+
icon?: undefined;
|
|
45
74
|
} | {
|
|
46
75
|
label: string;
|
|
47
76
|
icon: {
|
|
48
77
|
type: string;
|
|
49
78
|
};
|
|
50
79
|
type: string;
|
|
80
|
+
attrs?: undefined;
|
|
51
81
|
click?: undefined;
|
|
52
82
|
})[];
|
|
53
83
|
};
|
|
54
84
|
queryConfig: {
|
|
55
|
-
attrs: {};
|
|
56
|
-
extend: {};
|
|
57
85
|
form: {
|
|
58
86
|
type: string;
|
|
59
87
|
label: string;
|
|
60
88
|
fieldName: string;
|
|
61
89
|
placeholder: string;
|
|
62
90
|
}[];
|
|
63
|
-
formState: {};
|
|
64
91
|
};
|
|
65
92
|
pagerConfig: {};
|
|
66
93
|
};
|
|
67
|
-
|
|
68
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("create" | "edit" | "detail" | "delete" | "publish")[], "create" | "edit" | "detail" | "delete" | "publish", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
94
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("create" | "edit" | "detail")[], "create" | "edit" | "detail", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>> & {
|
|
69
95
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
70
96
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
71
97
|
onDetail?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
onPublish?: ((...args: any[]) => any) | undefined;
|
|
74
98
|
}, {}, {}>;
|
|
75
99
|
export default _sfc_main;
|
|
@@ -31,10 +31,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
31
31
|
statusConfig: {
|
|
32
32
|
show: boolean;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
optionConfig: {
|
|
35
35
|
attrs: {};
|
|
36
36
|
extend: {};
|
|
37
|
-
|
|
37
|
+
options: {
|
|
38
38
|
authorityCode: string;
|
|
39
39
|
type: string;
|
|
40
40
|
title: string;
|
|
@@ -113,10 +113,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
113
113
|
fieldName: string;
|
|
114
114
|
placeholder: string;
|
|
115
115
|
}[];
|
|
116
|
-
formState: {
|
|
117
|
-
i18nKey: string;
|
|
118
|
-
chinese: string;
|
|
119
|
-
};
|
|
120
116
|
};
|
|
121
117
|
pagerConfig: {};
|
|
122
118
|
};
|
|
@@ -14,14 +14,15 @@ declare const _sfc_main: DefineComponent<{
|
|
|
14
14
|
statusConfig: {
|
|
15
15
|
show: boolean;
|
|
16
16
|
};
|
|
17
|
-
|
|
17
|
+
optionConfig: {
|
|
18
18
|
attrs: {};
|
|
19
19
|
extend: {};
|
|
20
|
-
|
|
20
|
+
options: {
|
|
21
21
|
type: string;
|
|
22
22
|
title: string;
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
click: ({ row }: {
|
|
24
|
+
row: any;
|
|
25
|
+
}) => void;
|
|
25
26
|
}[];
|
|
26
27
|
};
|
|
27
28
|
buttonConfig: {
|
|
@@ -45,10 +46,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
45
46
|
dictCode: string;
|
|
46
47
|
placeholder: string;
|
|
47
48
|
})[];
|
|
48
|
-
formState: {
|
|
49
|
-
keyWord: string;
|
|
50
|
-
recordType: string;
|
|
51
|
-
};
|
|
52
49
|
};
|
|
53
50
|
pagerConfig: {};
|
|
54
51
|
};
|
|
@@ -16,10 +16,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
16
16
|
statusConfig: {
|
|
17
17
|
show: boolean;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
optionConfig: {
|
|
20
20
|
attrs: {};
|
|
21
21
|
extend: {};
|
|
22
|
-
|
|
22
|
+
options: {
|
|
23
23
|
authorityCode: string;
|
|
24
24
|
type: string;
|
|
25
25
|
title: string;
|
|
@@ -34,7 +34,13 @@ declare const _sfc_main: DefineComponent<{
|
|
|
34
34
|
buttonConfig: {
|
|
35
35
|
attrs: {};
|
|
36
36
|
extend: {};
|
|
37
|
-
buttons:
|
|
37
|
+
buttons: {
|
|
38
|
+
label: string;
|
|
39
|
+
icon: {
|
|
40
|
+
type: string;
|
|
41
|
+
};
|
|
42
|
+
type: string;
|
|
43
|
+
}[];
|
|
38
44
|
};
|
|
39
45
|
queryConfig: {
|
|
40
46
|
attrs: {};
|
|
@@ -46,7 +52,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
46
52
|
fieldName: string;
|
|
47
53
|
placeholder: string;
|
|
48
54
|
}[];
|
|
49
|
-
formState: {};
|
|
50
55
|
};
|
|
51
56
|
pagerConfig: {};
|
|
52
57
|
};
|
|
@@ -1,3 +1,387 @@
|
|
|
1
|
-
import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
|
+
import type { VxeColumnSlotTypes, VxeTableDataRow, SlotVNodeType, VxeColumnPropTypes, VxeTablePropTypes, VxeTooltipPropTypes, SizeType, VxePagerPropTypes, VxeTableDefines } from 'vxe-table';
|
|
3
|
+
import qqtApi from '@qqt-product/api';
|
|
4
|
+
declare const _sfc_main: DefineComponent<{
|
|
5
|
+
businessId: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
templateVersion: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
currentRow: {
|
|
14
|
+
type: null;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
userInfo: {
|
|
18
|
+
type: null;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
}, {
|
|
22
|
+
srmI18n: (i18nKey: string, defaultValue: string, account?: string | number) => string;
|
|
23
|
+
props: any;
|
|
24
|
+
currentRow: any;
|
|
25
|
+
qHttp: qqtApi.Request;
|
|
26
|
+
form: any;
|
|
27
|
+
confirmLoading: Ref<boolean>;
|
|
28
|
+
userAllTableLoading: Ref<boolean>;
|
|
29
|
+
userTableLoading: Ref<boolean>;
|
|
30
|
+
queryParams: Ref<{}>;
|
|
31
|
+
queryParamsAll: Ref<{}>;
|
|
32
|
+
userAllListKeyWord: Ref<string>;
|
|
33
|
+
userListKeyWord: Ref<string>;
|
|
34
|
+
userAllTableData: any;
|
|
35
|
+
userTableData: any;
|
|
36
|
+
userTableColumns: {
|
|
37
|
+
children?: any[] | undefined;
|
|
38
|
+
slots?: {
|
|
39
|
+
title?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
40
|
+
radio?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
41
|
+
checkbox?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
42
|
+
default?: string | ((params: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
43
|
+
header?: string | ((params: VxeColumnSlotTypes.HeaderSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
44
|
+
footer?: string | ((params: VxeColumnSlotTypes.FooterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
45
|
+
content?: string | ((params: VxeColumnSlotTypes.ContentSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
46
|
+
filter?: string | ((params: VxeColumnSlotTypes.FilterSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
47
|
+
edit?: string | ((params: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
48
|
+
icon?: string | ((params: VxeColumnSlotTypes.IconSlotParams<VxeTableDataRow>) => SlotVNodeType | SlotVNodeType[]) | null | undefined;
|
|
49
|
+
} | undefined;
|
|
50
|
+
colId?: VxeColumnPropTypes.ColId | undefined;
|
|
51
|
+
type?: VxeColumnPropTypes.Type | undefined;
|
|
52
|
+
field?: string | undefined;
|
|
53
|
+
title?: string | undefined;
|
|
54
|
+
width?: VxeColumnPropTypes.Width | undefined;
|
|
55
|
+
minWidth?: VxeColumnPropTypes.MinWidth | undefined;
|
|
56
|
+
maxWidth?: VxeColumnPropTypes.MaxWidth | undefined;
|
|
57
|
+
resizable?: boolean | undefined;
|
|
58
|
+
fixed?: VxeColumnPropTypes.Fixed | undefined;
|
|
59
|
+
align?: VxeColumnPropTypes.Align | undefined;
|
|
60
|
+
headerAlign?: VxeColumnPropTypes.Align | undefined;
|
|
61
|
+
footerAlign?: VxeColumnPropTypes.Align | undefined;
|
|
62
|
+
showOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
|
|
63
|
+
showHeaderOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
|
|
64
|
+
showFooterOverflow?: VxeTablePropTypes.ShowOverflow | undefined;
|
|
65
|
+
className?: VxeColumnPropTypes.ClassName<VxeTableDataRow> | undefined;
|
|
66
|
+
headerClassName?: VxeColumnPropTypes.HeaderClassName<VxeTableDataRow> | undefined;
|
|
67
|
+
footerClassName?: VxeColumnPropTypes.FooterClassName<VxeTableDataRow> | undefined;
|
|
68
|
+
formatter?: VxeColumnPropTypes.Formatter<VxeTableDataRow> | undefined;
|
|
69
|
+
sortable?: boolean | undefined;
|
|
70
|
+
sortBy?: VxeColumnPropTypes.SortBy<VxeTableDataRow> | undefined;
|
|
71
|
+
sortType?: VxeColumnPropTypes.SortType | undefined;
|
|
72
|
+
filters?: {
|
|
73
|
+
label?: string | number | undefined;
|
|
74
|
+
value?: any;
|
|
75
|
+
data?: any;
|
|
76
|
+
resetValue?: any;
|
|
77
|
+
checked?: boolean | undefined;
|
|
78
|
+
}[] | undefined;
|
|
79
|
+
filterMultiple?: boolean | undefined;
|
|
80
|
+
filterMethod?: VxeColumnPropTypes.FilterMethod<VxeTableDataRow> | undefined;
|
|
81
|
+
filterRender?: {
|
|
82
|
+
options?: any[] | undefined;
|
|
83
|
+
optionProps?: {
|
|
84
|
+
value?: string | undefined;
|
|
85
|
+
label?: string | undefined;
|
|
86
|
+
key?: string | undefined;
|
|
87
|
+
} | undefined;
|
|
88
|
+
optionGroups?: any[] | undefined;
|
|
89
|
+
optionGroupProps?: {
|
|
90
|
+
options?: string | undefined;
|
|
91
|
+
label?: string | undefined;
|
|
92
|
+
key?: string | undefined;
|
|
93
|
+
} | undefined;
|
|
94
|
+
content?: string | undefined;
|
|
95
|
+
name?: string | undefined;
|
|
96
|
+
props?: {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
} | undefined;
|
|
99
|
+
attrs?: {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
} | undefined;
|
|
102
|
+
events?: {
|
|
103
|
+
[key: string]: (...args: any[]) => any;
|
|
104
|
+
} | undefined;
|
|
105
|
+
children?: any[] | undefined;
|
|
106
|
+
cellType?: "string" | "number" | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
treeNode?: boolean | undefined;
|
|
109
|
+
visible?: boolean | undefined;
|
|
110
|
+
exportMethod?: VxeColumnPropTypes.ExportMethod<VxeTableDataRow> | undefined;
|
|
111
|
+
footerExportMethod?: VxeColumnPropTypes.FooterExportMethod<VxeTableDataRow> | undefined;
|
|
112
|
+
titleHelp?: {
|
|
113
|
+
useHTML?: boolean | undefined;
|
|
114
|
+
content?: VxeTooltipPropTypes.Content | undefined;
|
|
115
|
+
enterable?: boolean | undefined;
|
|
116
|
+
theme?: string | undefined;
|
|
117
|
+
icon?: string | undefined;
|
|
118
|
+
message?: string | undefined;
|
|
119
|
+
} | undefined;
|
|
120
|
+
titlePrefix?: {
|
|
121
|
+
useHTML?: boolean | undefined;
|
|
122
|
+
content?: VxeTooltipPropTypes.Content | undefined;
|
|
123
|
+
enterable?: boolean | undefined;
|
|
124
|
+
theme?: string | undefined;
|
|
125
|
+
icon?: string | undefined;
|
|
126
|
+
message?: string | undefined;
|
|
127
|
+
} | undefined;
|
|
128
|
+
cellType?: VxeColumnPropTypes.CellType | undefined;
|
|
129
|
+
cellRender?: {
|
|
130
|
+
events?: {
|
|
131
|
+
[key: string]: (cellParams: VxeColumnSlotTypes.DefaultSlotParams<VxeTableDataRow>, ...args: any[]) => any;
|
|
132
|
+
} | undefined;
|
|
133
|
+
options?: any[] | undefined;
|
|
134
|
+
optionProps?: {
|
|
135
|
+
value?: string | undefined;
|
|
136
|
+
label?: string | undefined;
|
|
137
|
+
key?: string | undefined;
|
|
138
|
+
} | undefined;
|
|
139
|
+
optionGroups?: any[] | undefined;
|
|
140
|
+
optionGroupProps?: {
|
|
141
|
+
options?: string | undefined;
|
|
142
|
+
label?: string | undefined;
|
|
143
|
+
key?: string | undefined;
|
|
144
|
+
} | undefined;
|
|
145
|
+
content?: string | undefined;
|
|
146
|
+
name?: string | undefined;
|
|
147
|
+
props?: {
|
|
148
|
+
[key: string]: any;
|
|
149
|
+
} | undefined;
|
|
150
|
+
attrs?: {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
} | undefined;
|
|
153
|
+
children?: any[] | undefined;
|
|
154
|
+
cellType?: "string" | "number" | undefined;
|
|
155
|
+
} | undefined;
|
|
156
|
+
editRender?: {
|
|
157
|
+
events?: {
|
|
158
|
+
[key: string]: (cellParams: VxeColumnSlotTypes.EditSlotParams<VxeTableDataRow>, ...args: any[]) => any;
|
|
159
|
+
} | undefined;
|
|
160
|
+
enabled?: boolean | undefined;
|
|
161
|
+
options?: any[] | undefined;
|
|
162
|
+
optionProps?: {
|
|
163
|
+
value?: string | undefined;
|
|
164
|
+
label?: string | undefined;
|
|
165
|
+
key?: string | undefined;
|
|
166
|
+
} | undefined;
|
|
167
|
+
optionGroups?: any[] | undefined;
|
|
168
|
+
optionGroupProps?: {
|
|
169
|
+
options?: string | undefined;
|
|
170
|
+
label?: string | undefined;
|
|
171
|
+
key?: string | undefined;
|
|
172
|
+
} | undefined;
|
|
173
|
+
autofocus?: string | undefined;
|
|
174
|
+
autoselect?: boolean | undefined;
|
|
175
|
+
defaultValue?: string | number | object | any[] | ((params: {
|
|
176
|
+
column: VxeTableDefines.ColumnInfo<VxeTableDataRow>;
|
|
177
|
+
}) => any) | {
|
|
178
|
+
exec: (string: string) => RegExpExecArray | null;
|
|
179
|
+
test: (string: string) => boolean;
|
|
180
|
+
readonly source: string;
|
|
181
|
+
readonly global: boolean;
|
|
182
|
+
readonly ignoreCase: boolean;
|
|
183
|
+
readonly multiline: boolean;
|
|
184
|
+
lastIndex: number;
|
|
185
|
+
compile: (pattern: string, flags?: string | undefined) => RegExp;
|
|
186
|
+
readonly flags: string;
|
|
187
|
+
readonly sticky: boolean;
|
|
188
|
+
readonly unicode: boolean;
|
|
189
|
+
readonly dotAll: boolean;
|
|
190
|
+
[Symbol.match]: (string: string) => RegExpMatchArray | null;
|
|
191
|
+
[Symbol.replace]: {
|
|
192
|
+
(string: string, replaceValue: string): string;
|
|
193
|
+
(string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
194
|
+
};
|
|
195
|
+
[Symbol.search]: (string: string) => number;
|
|
196
|
+
[Symbol.split]: (string: string, limit?: number | undefined) => string[];
|
|
197
|
+
[Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
|
|
198
|
+
} | {
|
|
199
|
+
toString: () => string;
|
|
200
|
+
toDateString: () => string;
|
|
201
|
+
toTimeString: () => string;
|
|
202
|
+
toLocaleString: {
|
|
203
|
+
(): string;
|
|
204
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
205
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
206
|
+
};
|
|
207
|
+
toLocaleDateString: {
|
|
208
|
+
(): string;
|
|
209
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
210
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
211
|
+
};
|
|
212
|
+
toLocaleTimeString: {
|
|
213
|
+
(): string;
|
|
214
|
+
(locales?: string | string[] | undefined, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
215
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions | undefined): string;
|
|
216
|
+
};
|
|
217
|
+
valueOf: () => number;
|
|
218
|
+
getTime: () => number;
|
|
219
|
+
getFullYear: () => number;
|
|
220
|
+
getUTCFullYear: () => number;
|
|
221
|
+
getMonth: () => number;
|
|
222
|
+
getUTCMonth: () => number;
|
|
223
|
+
getDate: () => number;
|
|
224
|
+
getUTCDate: () => number;
|
|
225
|
+
getDay: () => number;
|
|
226
|
+
getUTCDay: () => number;
|
|
227
|
+
getHours: () => number;
|
|
228
|
+
getUTCHours: () => number;
|
|
229
|
+
getMinutes: () => number;
|
|
230
|
+
getUTCMinutes: () => number;
|
|
231
|
+
getSeconds: () => number;
|
|
232
|
+
getUTCSeconds: () => number;
|
|
233
|
+
getMilliseconds: () => number;
|
|
234
|
+
getUTCMilliseconds: () => number;
|
|
235
|
+
getTimezoneOffset: () => number;
|
|
236
|
+
setTime: (time: number) => number;
|
|
237
|
+
setMilliseconds: (ms: number) => number;
|
|
238
|
+
setUTCMilliseconds: (ms: number) => number;
|
|
239
|
+
setSeconds: (sec: number, ms?: number | undefined) => number;
|
|
240
|
+
setUTCSeconds: (sec: number, ms?: number | undefined) => number;
|
|
241
|
+
setMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
242
|
+
setUTCMinutes: (min: number, sec?: number | undefined, ms?: number | undefined) => number;
|
|
243
|
+
setHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
244
|
+
setUTCHours: (hours: number, min?: number | undefined, sec?: number | undefined, ms?: number | undefined) => number;
|
|
245
|
+
setDate: (date: number) => number;
|
|
246
|
+
setUTCDate: (date: number) => number;
|
|
247
|
+
setMonth: (month: number, date?: number | undefined) => number;
|
|
248
|
+
setUTCMonth: (month: number, date?: number | undefined) => number;
|
|
249
|
+
setFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
250
|
+
setUTCFullYear: (year: number, month?: number | undefined, date?: number | undefined) => number;
|
|
251
|
+
toUTCString: () => string;
|
|
252
|
+
toISOString: () => string;
|
|
253
|
+
toJSON: (key?: any) => string;
|
|
254
|
+
[Symbol.toPrimitive]: {
|
|
255
|
+
(hint: "default"): string;
|
|
256
|
+
(hint: "string"): string;
|
|
257
|
+
(hint: "number"): number;
|
|
258
|
+
(hint: string): string | number;
|
|
259
|
+
};
|
|
260
|
+
} | null | undefined;
|
|
261
|
+
immediate?: boolean | undefined;
|
|
262
|
+
content?: string | undefined;
|
|
263
|
+
placeholder?: string | undefined;
|
|
264
|
+
name?: string | undefined;
|
|
265
|
+
props?: {
|
|
266
|
+
[key: string]: any;
|
|
267
|
+
} | undefined;
|
|
268
|
+
attrs?: {
|
|
269
|
+
[key: string]: any;
|
|
270
|
+
} | undefined;
|
|
271
|
+
children?: any[] | undefined;
|
|
272
|
+
cellType?: "string" | "number" | undefined;
|
|
273
|
+
} | undefined;
|
|
274
|
+
contentRender?: {
|
|
275
|
+
options?: any[] | undefined;
|
|
276
|
+
optionProps?: {
|
|
277
|
+
value?: string | undefined;
|
|
278
|
+
label?: string | undefined;
|
|
279
|
+
key?: string | undefined;
|
|
280
|
+
} | undefined;
|
|
281
|
+
optionGroups?: any[] | undefined;
|
|
282
|
+
optionGroupProps?: {
|
|
283
|
+
options?: string | undefined;
|
|
284
|
+
label?: string | undefined;
|
|
285
|
+
key?: string | undefined;
|
|
286
|
+
} | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
|
+
props?: {
|
|
289
|
+
[key: string]: any;
|
|
290
|
+
} | undefined;
|
|
291
|
+
attrs?: {
|
|
292
|
+
[key: string]: any;
|
|
293
|
+
} | undefined;
|
|
294
|
+
events?: {
|
|
295
|
+
[key: string]: (...args: any[]) => any;
|
|
296
|
+
} | undefined;
|
|
297
|
+
children?: any[] | undefined;
|
|
298
|
+
cellType?: "string" | "number" | undefined;
|
|
299
|
+
} | undefined;
|
|
300
|
+
params?: any;
|
|
301
|
+
}[];
|
|
302
|
+
userAllTablePage: {
|
|
303
|
+
enabled?: boolean | undefined;
|
|
304
|
+
slots?: any;
|
|
305
|
+
size?: SizeType | undefined;
|
|
306
|
+
layouts?: ("PrevJump" | "PrevPage" | "Number" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "Jump" | "FullJump" | "PageCount" | "Total")[] | undefined;
|
|
307
|
+
currentPage?: number | undefined;
|
|
308
|
+
loading?: boolean | undefined;
|
|
309
|
+
pageSize?: number | undefined;
|
|
310
|
+
total?: number | undefined;
|
|
311
|
+
pagerCount?: number | undefined;
|
|
312
|
+
pageSizes?: (number | {
|
|
313
|
+
label?: string | number | undefined;
|
|
314
|
+
value?: string | number | undefined;
|
|
315
|
+
})[] | undefined;
|
|
316
|
+
align?: string | undefined;
|
|
317
|
+
border?: boolean | undefined;
|
|
318
|
+
background?: boolean | undefined;
|
|
319
|
+
perfect?: boolean | undefined;
|
|
320
|
+
autoHidden?: boolean | undefined;
|
|
321
|
+
transfer?: boolean | undefined;
|
|
322
|
+
className?: VxePagerPropTypes.ClassName | undefined;
|
|
323
|
+
iconPrevPage?: string | undefined;
|
|
324
|
+
iconJumpPrev?: string | undefined;
|
|
325
|
+
iconJumpNext?: string | undefined;
|
|
326
|
+
iconNextPage?: string | undefined;
|
|
327
|
+
iconJumpMore?: string | undefined;
|
|
328
|
+
};
|
|
329
|
+
userTablePage: {
|
|
330
|
+
enabled?: boolean | undefined;
|
|
331
|
+
slots?: any;
|
|
332
|
+
size?: SizeType | undefined;
|
|
333
|
+
layouts?: ("PrevJump" | "PrevPage" | "Number" | "JumpNumber" | "NextPage" | "NextJump" | "Sizes" | "Jump" | "FullJump" | "PageCount" | "Total")[] | undefined;
|
|
334
|
+
currentPage?: number | undefined;
|
|
335
|
+
loading?: boolean | undefined;
|
|
336
|
+
pageSize?: number | undefined;
|
|
337
|
+
total?: number | undefined;
|
|
338
|
+
pagerCount?: number | undefined;
|
|
339
|
+
pageSizes?: (number | {
|
|
340
|
+
label?: string | number | undefined;
|
|
341
|
+
value?: string | number | undefined;
|
|
342
|
+
})[] | undefined;
|
|
343
|
+
align?: string | undefined;
|
|
344
|
+
border?: boolean | undefined;
|
|
345
|
+
background?: boolean | undefined;
|
|
346
|
+
perfect?: boolean | undefined;
|
|
347
|
+
autoHidden?: boolean | undefined;
|
|
348
|
+
transfer?: boolean | undefined;
|
|
349
|
+
className?: VxePagerPropTypes.ClassName | undefined;
|
|
350
|
+
iconPrevPage?: string | undefined;
|
|
351
|
+
iconJumpPrev?: string | undefined;
|
|
352
|
+
iconJumpNext?: string | undefined;
|
|
353
|
+
iconNextPage?: string | undefined;
|
|
354
|
+
iconJumpMore?: string | undefined;
|
|
355
|
+
};
|
|
356
|
+
userAllListHandlePageChange: ({ currentPage, pageSize }: {
|
|
357
|
+
currentPage: any;
|
|
358
|
+
pageSize: any;
|
|
359
|
+
}) => void;
|
|
360
|
+
userListHandlePageChange: ({ currentPage, pageSize }: {
|
|
361
|
+
currentPage: any;
|
|
362
|
+
pageSize: any;
|
|
363
|
+
}) => void;
|
|
364
|
+
usersAllLoadData: (data: any) => void;
|
|
365
|
+
userAllListOnSearch: (keyWord: string) => void;
|
|
366
|
+
usersLoadData: (data: any) => void;
|
|
367
|
+
userListOnSearch: (keyWord: string) => void;
|
|
368
|
+
handleDispose: (type: string, row: any) => void;
|
|
369
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
370
|
+
businessId: {
|
|
371
|
+
type: StringConstructor;
|
|
372
|
+
required: true;
|
|
373
|
+
};
|
|
374
|
+
templateVersion: {
|
|
375
|
+
type: StringConstructor;
|
|
376
|
+
required: true;
|
|
377
|
+
};
|
|
378
|
+
currentRow: {
|
|
379
|
+
type: null;
|
|
380
|
+
required: true;
|
|
381
|
+
};
|
|
382
|
+
userInfo: {
|
|
383
|
+
type: null;
|
|
384
|
+
required: true;
|
|
385
|
+
};
|
|
386
|
+
}>>, {}, {}>;
|
|
387
|
+
export default _sfc_main;
|