admin2 1.0.0
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/.editorconfig +11 -0
- package/.env +1 -0
- package/.eslintrc +87 -0
- package/README.md +57 -0
- package/bin/build-private.sh +9 -0
- package/bin/build.sh +9 -0
- package/config/assets_prefix.js +3 -0
- package/config/config.js +170 -0
- package/config/proxy.js +61 -0
- package/config/theme.js +42 -0
- package/jsconfig.json +11 -0
- package/loader/buildEnvLoader.js +15 -0
- package/loader/privateRemoveText.js +20 -0
- package/mock/auditLog.js +26 -0
- package/mock/basics/app.js +98 -0
- package/mock/basics/menu.js +42 -0
- package/mock/basics/user.js +0 -0
- package/mock/bill.js +188 -0
- package/mock/errorCase.js +24 -0
- package/mock/fieldsManage.js +52 -0
- package/mock/history.js +675 -0
- package/mock/listTableList.js +178 -0
- package/mock/notices.js +147 -0
- package/mock/opinion.js +51 -0
- package/mock/qps.js +63 -0
- package/mock/rank.js +172 -0
- package/mock/riskyMember.js +98 -0
- package/mock/route.js +104 -0
- package/mock/tj/check/index.js +0 -0
- package/mock/trend.js +1442 -0
- package/mock/tw/event/trend.js +0 -0
- package/mock/tw/list/list.js +251 -0
- package/mock/tx/history/index.js +81 -0
- package/mock/tx/trend/index.js +94 -0
- package/mock/user.js +194 -0
- package/package.json +154 -0
- package/plugin.js +15 -0
- package/public/CNAME +1 -0
- package/public/favicon.ico +0 -0
- package/public/fengkong.ico +0 -0
- package/public/home_bg.png +0 -0
- package/public/iconfont.js +1 -0
- package/public/icons/icon-128x128.ico +0 -0
- package/public/icons/icon-192x192.ico +0 -0
- package/public/icons/icon-512x512.ico +0 -0
- package/public/index/upload-icon.png +0 -0
- package/public/intlLoading.gif +0 -0
- package/public/loading.gif +0 -0
- package/public/loadingPRIVATE.gif +0 -0
- package/public/pro_icon.svg +5 -0
- package/public/txt/example.txt +2 -0
- package/src/assets/bigLogo.png +0 -0
- package/src/assets/demoImg/fengkong.ico +0 -0
- package/src/assets/demoImg/headerLogo.png +0 -0
- package/src/assets/demoImg/index.js +17 -0
- package/src/assets/demoImg/leftBanner.png +0 -0
- package/src/assets/demoImg/leftLogo.png +0 -0
- package/src/assets/demoImg/systemLogo.png +0 -0
- package/src/assets/logo.svg +1 -0
- package/src/assets/menuLeft.png +0 -0
- package/src/assets/menuLeftHover.png +0 -0
- package/src/assets/noData.png +0 -0
- package/src/assets/notFind.svg +6 -0
- package/src/assets/pdf.svg +20 -0
- package/src/assets/privateSmallLogo.png +0 -0
- package/src/assets/smallLogo.png +0 -0
- package/src/assets/ssoImg/index.js +5 -0
- package/src/assets/ssoImg/leftLogo.png +0 -0
- package/src/assets/tab.png +0 -0
- package/src/assets/zhonghang.png +0 -0
- package/src/components/ApprovalUploader/constants.js +6 -0
- package/src/components/ApprovalUploader/img/default.png +0 -0
- package/src/components/ApprovalUploader/img/downloadIcon.png +0 -0
- package/src/components/ApprovalUploader/img/index.js +15 -0
- package/src/components/ApprovalUploader/img/previewIcon.png +0 -0
- package/src/components/ApprovalUploader/img/remove.png +0 -0
- package/src/components/ApprovalUploader/index.js +181 -0
- package/src/components/ApprovalUploader/index.less +80 -0
- package/src/components/Authorized/Authorized.jsx +21 -0
- package/src/components/Authorized/AuthorizedRoute.jsx +25 -0
- package/src/components/Authorized/CheckPermissions.jsx +72 -0
- package/src/components/Authorized/PromiseRender.jsx +80 -0
- package/src/components/Authorized/Secured.jsx +75 -0
- package/src/components/Authorized/index.jsx +8 -0
- package/src/components/Authorized/renderAuthorize.js +27 -0
- package/src/components/CaseDetail/index.jsx +150 -0
- package/src/components/CaseDetail/index.less +32 -0
- package/src/components/ClusterChanger/index.jsx +110 -0
- package/src/components/CustomMessageContent/index.js +23 -0
- package/src/components/CustomVideo/index.js +77 -0
- package/src/components/ElementDateRangeTime/assets/arrow.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/calendar.svg +13 -0
- package/src/components/ElementDateRangeTime/assets/last-month.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/next-month.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/next-year.svg +14 -0
- package/src/components/ElementDateRangeTime/assets/pre-year.svg +14 -0
- package/src/components/ElementDateRangeTime/constants.js +11 -0
- package/src/components/ElementDateRangeTime/index.jsx +106 -0
- package/src/components/ElementDateRangeTime/index.less +206 -0
- package/src/components/EsExportTaskModal/index.jsx +194 -0
- package/src/components/FieldMessageModal/DraggableBody/index.js +39 -0
- package/src/components/FieldMessageModal/DraggableBody/index.less +0 -0
- package/src/components/FieldMessageModal/index.js +329 -0
- package/src/components/FieldMessageModal/index.less +113 -0
- package/src/components/GlobalFilterListener/index.jsx +92 -0
- package/src/components/GlobalHeader/AppDropdown.jsx +157 -0
- package/src/components/GlobalHeader/AvatarDropdown.jsx +184 -0
- package/src/components/GlobalHeader/BottomContent.jsx +55 -0
- package/src/components/GlobalHeader/Message.jsx +93 -0
- package/src/components/GlobalHeader/NoticeIconView.jsx +153 -0
- package/src/components/GlobalHeader/PayMent.jsx +112 -0
- package/src/components/GlobalHeader/RightContent.jsx +137 -0
- package/src/components/GlobalHeader/index.less +226 -0
- package/src/components/HeaderDropdown/index.jsx +10 -0
- package/src/components/HeaderDropdown/index.less +16 -0
- package/src/components/HeaderFilter/index.jsx +447 -0
- package/src/components/HeaderFilter/index.less +33 -0
- package/src/components/IconLoading/index.jsx +24 -0
- package/src/components/IconLoading/index.less +17 -0
- package/src/components/IconLoading/loading.gif +0 -0
- package/src/components/InputSelect/index.jsx +186 -0
- package/src/components/InputSelect/index.less +6 -0
- package/src/components/NoticeIcon/NoticeList.jsx +95 -0
- package/src/components/NoticeIcon/NoticeList.less +103 -0
- package/src/components/NoticeIcon/index.jsx +112 -0
- package/src/components/NoticeIcon/index.less +35 -0
- package/src/components/PageLoading/index.jsx +37 -0
- package/src/components/PageLoading/index.less +18 -0
- package/src/components/PageLoading/intlLoading.gif +0 -0
- package/src/components/PageLoading/loading.gif +0 -0
- package/src/components/RemindPage/index.jsx +69 -0
- package/src/components/RemindPage/index.less +53 -0
- package/src/components/SMAlert/img/succeed.png +0 -0
- package/src/components/SMAlert/img/warning.png +0 -0
- package/src/components/SMAlert/index.js +169 -0
- package/src/components/SMAlert/index.less +36 -0
- package/src/components/SMAudio/index.jsx +297 -0
- package/src/components/SMAudio/index.less +65 -0
- package/src/components/SMBackTop/index.js +48 -0
- package/src/components/SMBackTop/index.less +35 -0
- package/src/components/SMBreadcrumb/index.js +42 -0
- package/src/components/SMBreadcrumb/index.less +4 -0
- package/src/components/SMCascader/index.jsx +124 -0
- package/src/components/SMCascader/index.less +10 -0
- package/src/components/SMCheckableTag/index.jsx +51 -0
- package/src/components/SMColorRect/img/icon_accomplish.png +0 -0
- package/src/components/SMColorRect/img/icon_activate.png +0 -0
- package/src/components/SMColorRect/img/icon_increase.png +0 -0
- package/src/components/SMColorRect/img/icon_invalid.png +0 -0
- package/src/components/SMColorRect/img/icon_jiaohuliang.png +0 -0
- package/src/components/SMColorRect/img/icon_lanjieliang.png +0 -0
- package/src/components/SMColorRect/img/icon_order_one.png +0 -0
- package/src/components/SMColorRect/img/icon_order_two.png +0 -0
- package/src/components/SMColorRect/img/icon_pass.png +0 -0
- package/src/components/SMColorRect/img/icon_reject.png +0 -0
- package/src/components/SMColorRect/img/icon_reject_total.png +0 -0
- package/src/components/SMColorRect/img/icon_review.png +0 -0
- package/src/components/SMColorRect/img/icon_review_total.png +0 -0
- package/src/components/SMColorRect/img/icon_robot.png +0 -0
- package/src/components/SMColorRect/img/icon_time.png +0 -0
- package/src/components/SMColorRect/img/icon_total.png +0 -0
- package/src/components/SMColorRect/img/icon_verify.png +0 -0
- package/src/components/SMColorRect/img/icon_zhanshiliang.png +0 -0
- package/src/components/SMColorRect/index.jsx +205 -0
- package/src/components/SMColorRect/index.less +135 -0
- package/src/components/SMCopy/index.jsx +33 -0
- package/src/components/SMCount/index.jsx +49 -0
- package/src/components/SMCount/index.less +80 -0
- package/src/components/SMCustomInput/index.jsx +115 -0
- package/src/components/SMCustomInput/index.less +11 -0
- package/src/components/SMDataCard/index.jsx +59 -0
- package/src/components/SMDataCard/index.less +3 -0
- package/src/components/SMDataCount/index.jsx +22 -0
- package/src/components/SMDataCount/index.less +39 -0
- package/src/components/SMDatePicker/assets/arrow.svg +11 -0
- package/src/components/SMDatePicker/assets/calendar.png +0 -0
- package/src/components/SMDatePicker/assets/calendar.svg +13 -0
- package/src/components/SMDatePicker/assets/last-month.svg +11 -0
- package/src/components/SMDatePicker/assets/next-month.svg +11 -0
- package/src/components/SMDatePicker/assets/next-year.svg +14 -0
- package/src/components/SMDatePicker/assets/pre-year.svg +14 -0
- package/src/components/SMDatePicker/assets/time.png +0 -0
- package/src/components/SMDatePicker/constants.js +13 -0
- package/src/components/SMDatePicker/index.jsx +222 -0
- package/src/components/SMDatePicker/index.less +318 -0
- package/src/components/SMDateSearch/index.js +63 -0
- package/src/components/SMElementPicker/index.jsx +38 -0
- package/src/components/SMElementPicker/index.less +22 -0
- package/src/components/SMEmpty/index.jsx +28 -0
- package/src/components/SMEmpty/index.less +9 -0
- package/src/components/SMIcon/index.jsx +25 -0
- package/src/components/SMImage/index.jsx +277 -0
- package/src/components/SMImage/index.less +46 -0
- package/src/components/SMInputSelect/index.jsx +117 -0
- package/src/components/SMInputSelect/index.less +6 -0
- package/src/components/SMLabelSearch/index.jsx +107 -0
- package/src/components/SMLabelSearch/index.less +41 -0
- package/src/components/SMLineChart/index.jsx +369 -0
- package/src/components/SMLineChart/index.less +49 -0
- package/src/components/SMLineChart2/index.jsx +453 -0
- package/src/components/SMLineChart2/index.less +140 -0
- package/src/components/SMLinePieChart/index.jsx +25 -0
- package/src/components/SMLinePieChart/index.less +0 -0
- package/src/components/SMList/index.jsx +153 -0
- package/src/components/SMList/index.less +103 -0
- package/src/components/SMMessageModal/index.jsx +67 -0
- package/src/components/SMMessageModal/index.less +111 -0
- package/src/components/SMMonthPicker/constants.js +91 -0
- package/src/components/SMMonthPicker/img/inputPanel.png +0 -0
- package/src/components/SMMonthPicker/index.jsx +393 -0
- package/src/components/SMMonthPicker/index.less +109 -0
- package/src/components/SMNewPieChart/index.jsx +204 -0
- package/src/components/SMNewPieChart/index.less +21 -0
- package/src/components/SMNewSelect/index.jsx +147 -0
- package/src/components/SMNewSelect/index.less +39 -0
- package/src/components/SMNewText/index.jsx +50 -0
- package/src/components/SMNoteTip/index.jsx +17 -0
- package/src/components/SMNoteTip/index.less +8 -0
- package/src/components/SMPageSize/index.jsx +84 -0
- package/src/components/SMPageSize/index.less +38 -0
- package/src/components/SMPieChart/index.jsx +187 -0
- package/src/components/SMPieChart/index.less +39 -0
- package/src/components/SMPopConfirm/index.jsx +82 -0
- package/src/components/SMPopConfirm/index.less +63 -0
- package/src/components/SMPopConfirm/tip.png +0 -0
- package/src/components/SMReply/constants.jsx +18 -0
- package/src/components/SMReply/img/apply.png +0 -0
- package/src/components/SMReply/img/guide.png +0 -0
- package/src/components/SMReply/img/open.png +0 -0
- package/src/components/SMReply/img/user.png +0 -0
- package/src/components/SMReply/index.jsx +54 -0
- package/src/components/SMReply/index.less +69 -0
- package/src/components/SMRiskLevel/index.jsx +50 -0
- package/src/components/SMSearchForm/index.jsx +501 -0
- package/src/components/SMSearchForm/index.less +88 -0
- package/src/components/SMSelect/index.jsx +170 -0
- package/src/components/SMSelect/index.less +28 -0
- package/src/components/SMTJCascader/index.js +694 -0
- package/src/components/SMTJCascader/index.less +129 -0
- package/src/components/SMText/index.jsx +90 -0
- package/src/components/SMTimeTip/index.jsx +16 -0
- package/src/components/SMTimeTip/index.less +13 -0
- package/src/components/SMTips/index.js +37 -0
- package/src/components/SMTips/index.less +24 -0
- package/src/components/SMUpload/index.js +174 -0
- package/src/components/SMUpload/index.less +200 -0
- package/src/components/SearchFormV2/DatePickerV2/index.less +9 -0
- package/src/components/SearchFormV2/DatePickerV2/index.tsx +73 -0
- package/src/components/SearchFormV2/DatePickerV3/index.jsx +109 -0
- package/src/components/SearchFormV2/DatePickerV3/index.less +9 -0
- package/src/components/SearchFormV2/ExportDom/index.less +6 -0
- package/src/components/SearchFormV2/ExportDom/index.tsx +69 -0
- package/src/components/SearchFormV2/LabelSearchV2/index.less +0 -0
- package/src/components/SearchFormV2/LabelSearchV2/index.tsx +84 -0
- package/src/components/SearchFormV2/getFormItems.tsx +132 -0
- package/src/components/SearchFormV2/index.less +91 -0
- package/src/components/SearchFormV2/index.tsx +73 -0
- package/src/components/SensitiveWordSpin/index.jsx +28 -0
- package/src/components/SensitiveWordSpin/index.less +9 -0
- package/src/components/TotalCount/index.jsx +42 -0
- package/src/components/TrialResult/index.jsx +125 -0
- package/src/components/TrialResult/index.less +128 -0
- package/src/components/TwDatePicker/index.jsx +76 -0
- package/src/components/TwDatePicker/index.less +17 -0
- package/src/components/common.less +13 -0
- package/src/components/iframe/index.jsx +186 -0
- package/src/components/index.js +122 -0
- package/src/components/modal/index.js +9 -0
- package/src/configure/api.js +270 -0
- package/src/configure/configData/feedbackOrgList.js +6 -0
- package/src/configure/configData/lineChartConfig.js +382 -0
- package/src/configure/configData/newPageConfig.js +45 -0
- package/src/configure/defaultSettings.js +19 -0
- package/src/configure/index.js +11 -0
- package/src/configure/oldPage/appDropdownList.js +536 -0
- package/src/configure/oldPage/rankData.js +14 -0
- package/src/configure/oldPage/routeContrastData.js +414 -0
- package/src/configure/oldPage/strategyData.js +13 -0
- package/src/configure/pageType.js +12 -0
- package/src/configure/routes/document/config.js +9 -0
- package/src/configure/routes/heichan/config.js +70 -0
- package/src/configure/routes/index.js +131 -0
- package/src/configure/routes/manage/config.js +426 -0
- package/src/configure/routes/message/config.js +10 -0
- package/src/configure/routes/opinion/index.js +21 -0
- package/src/configure/routes/overview/config.js +14 -0
- package/src/configure/routes/path.js +582 -0
- package/src/configure/routes/payment/config.js +113 -0
- package/src/configure/routes/policy/config.js +43 -0
- package/src/configure/routes/policyOld/config.js +71 -0
- package/src/configure/routes/riskyMember/config.js +28 -0
- package/src/configure/routes/tj/audioAlbRoutes/config.js +635 -0
- package/src/configure/routes/tj/audioBleiRoutes/config.js +372 -0
- package/src/configure/routes/tj/audioEngRoutes/config.js +635 -0
- package/src/configure/routes/tj/audioRoutes/config.js +779 -0
- package/src/configure/routes/tj/audioStreamAlbRoutes/config.js +671 -0
- package/src/configure/routes/tj/audioStreamBleiRoutes/config.js +349 -0
- package/src/configure/routes/tj/audioStreamEngRoutes/config.js +671 -0
- package/src/configure/routes/tj/audioStreamRoutes/config.js +738 -0
- package/src/configure/routes/tj/config.js +257 -0
- package/src/configure/routes/tj/imageRoutes/config.js +1209 -0
- package/src/configure/routes/tj/multiModalRoutes/config.js +92 -0
- package/src/configure/routes/tj/textAlbRoutes/config.js +772 -0
- package/src/configure/routes/tj/textEngRoutes/config.js +780 -0
- package/src/configure/routes/tj/textRoutes/config.js +812 -0
- package/src/configure/routes/tj/videoRoutes/config.js +1705 -0
- package/src/configure/routes/tj/videoStreamAlbRoutes/config.js +1419 -0
- package/src/configure/routes/tj/videoStreamEngRoutes/config.js +1419 -0
- package/src/configure/routes/tj/videoStreamRoutes/config.js +1588 -0
- package/src/configure/routes/tj/webRoutes/config.js +281 -0
- package/src/configure/routes/ts/config.js +942 -0
- package/src/configure/routes/tw/config.js +908 -0
- package/src/configure/routes/twCaptcha/config.js +86 -0
- package/src/configure/routes/twCertifiy/config.js +201 -0
- package/src/configure/routes/twChannel/config.js +125 -0
- package/src/configure/routes/tx/config.js +254 -0
- package/src/contants/account.js +7 -0
- package/src/contants/auth.js +3 -0
- package/src/contants/buildEnv.js +7 -0
- package/src/contants/exportUrl.js +11 -0
- package/src/contants/global.js +78 -0
- package/src/contants/headMenu.jsx +81 -0
- package/src/contants/histroy.js +18 -0
- package/src/contants/i18n.js +24 -0
- package/src/contants/img/bingsheng.png +0 -0
- package/src/contants/img/fengkong.png +0 -0
- package/src/contants/img/index.js +11 -0
- package/src/contants/img/jinjiang.png +0 -0
- package/src/contants/img/xiaodou.png +0 -0
- package/src/contants/imgBlackSimilayOrgs.js +15 -0
- package/src/contants/index.js +673 -0
- package/src/contants/judgeServiceIdType/index.ts +52 -0
- package/src/contants/modelType.js +57 -0
- package/src/contants/operation.js +6 -0
- package/src/contants/organizationMap.js +12 -0
- package/src/contants/pageSize.js +1 -0
- package/src/contants/role.js +5 -0
- package/src/contants/safe.js +8 -0
- package/src/contants/select.js +3 -0
- package/src/contants/serviceId.js +13 -0
- package/src/contants/storage.js +1 -0
- package/src/contants/tokenId.js +25 -0
- package/src/global.jsx +110 -0
- package/src/global.less +237 -0
- package/src/hoc/withIntlComponents.js +30 -0
- package/src/hooks/biz/useColumns.js +273 -0
- package/src/hooks/biz/useColumns.less +14 -0
- package/src/hooks/biz/useDraggable.js +26 -0
- package/src/hooks/biz/useElLanguage.js +22 -0
- package/src/hooks/biz/useHotkeys.js +60 -0
- package/src/hooks/biz/useLanguage.js +44 -0
- package/src/hooks/common/useInterval.js +21 -0
- package/src/hooks/common/useUpload.js +154 -0
- package/src/hooks/common/useUploadClick.js +56 -0
- package/src/hooks/index.js +72 -0
- package/src/hooks/object/useApiCallList.js +87 -0
- package/src/hooks/object/useApiSecretKey.js +88 -0
- package/src/hooks/object/useApp.js +51 -0
- package/src/hooks/object/useAppChannel.js +51 -0
- package/src/hooks/object/useAuthServiceId.ts +52 -0
- package/src/hooks/object/useBill.js +195 -0
- package/src/hooks/object/useChannel.js +121 -0
- package/src/hooks/object/useDataBack.js +165 -0
- package/src/hooks/object/useDetailKeyDown.js +81 -0
- package/src/hooks/object/useDeviceExport.js +57 -0
- package/src/hooks/object/useDeviceTrend.js +97 -0
- package/src/hooks/object/useHistoryExport.js +46 -0
- package/src/hooks/object/useLabel.js +77 -0
- package/src/hooks/object/useMdList.js +251 -0
- package/src/hooks/object/useOpenOrganization.js +34 -0
- package/src/hooks/object/useOpinion.js +27 -0
- package/src/hooks/object/useOrganization.js +47 -0
- package/src/hooks/object/useQueryMethod.js +32 -0
- package/src/hooks/object/useRiskType.js +41 -0
- package/src/hooks/object/useRoleList.js +39 -0
- package/src/hooks/object/useService.js +37 -0
- package/src/hooks/object/useTokenTrend.js +108 -0
- package/src/hooks/object/useTopn.js +0 -0
- package/src/hooks/object/useTwHistory.js +69 -0
- package/src/hooks/object/useUser.js +109 -0
- package/src/layouts/BasicLayout.jsx +155 -0
- package/src/layouts/BlankLayout.jsx +5 -0
- package/src/layouts/CollapsibleMenu.js +196 -0
- package/src/layouts/CollapsibleMenu.less +50 -0
- package/src/layouts/LeftMenu.jsx +264 -0
- package/src/layouts/MenuContext.js +22 -0
- package/src/layouts/SecurityLayout.jsx +329 -0
- package/src/layouts/TabContentLayout.jsx +270 -0
- package/src/layouts/TabContentLayout.less +61 -0
- package/src/layouts/TopMenu.jsx +115 -0
- package/src/layouts/TopSide.jsx +394 -0
- package/src/layouts/TopSide.less +339 -0
- package/src/layouts/TopSideMenuLayout.jsx +203 -0
- package/src/layouts/TopSideMenuLayout.less +81 -0
- package/src/layouts/UserLayout.jsx +59 -0
- package/src/layouts/UserLayout.less +71 -0
- package/src/layouts/constants.js +28 -0
- package/src/locales/basic-US.js +227 -0
- package/src/locales/en-US/component.js +2 -0
- package/src/locales/en-US/globalHeader.js +2 -0
- package/src/locales/en-US/menu.js +2 -0
- package/src/locales/en-US/module/history.js +19 -0
- package/src/locales/en-US/module/md.js +230 -0
- package/src/locales/en-US/product/tw/index.js +33 -0
- package/src/locales/en-US/pwa.js +2 -0
- package/src/locales/en-US/settingDrawer.js +2 -0
- package/src/locales/en-US/settings.js +2 -0
- package/src/locales/en-US.js +762 -0
- package/src/locales/product/md.js +88 -0
- package/src/locales/pt-BR/component.js +5 -0
- package/src/locales/pt-BR/globalHeader.js +18 -0
- package/src/locales/pt-BR/menu.js +52 -0
- package/src/locales/pt-BR/pwa.js +7 -0
- package/src/locales/pt-BR/settingDrawer.js +32 -0
- package/src/locales/pt-BR/settings.js +61 -0
- package/src/locales/pt-BR.js +13 -0
- package/src/locales/request-US.js +28 -0
- package/src/locales/special.js +11 -0
- package/src/locales/tj-US.js +811 -0
- package/src/locales/zh-CN/component.js +2 -0
- package/src/locales/zh-CN/globalHeader.js +2 -0
- package/src/locales/zh-CN/menu.js +2 -0
- package/src/locales/zh-CN/module/history.js +11 -0
- package/src/locales/zh-CN/module/md.js +0 -0
- package/src/locales/zh-CN/product/Information/index.js +2 -0
- package/src/locales/zh-CN/product/celue/index.js +2 -0
- package/src/locales/zh-CN/product/index.js +13 -0
- package/src/locales/zh-CN/product/tj/audio/index.js +2 -0
- package/src/locales/zh-CN/product/tj/audioStream/index.js +2 -0
- package/src/locales/zh-CN/product/tj/image/index.js +2 -0
- package/src/locales/zh-CN/product/tj/index.js +35 -0
- package/src/locales/zh-CN/product/tj/text/index.js +2 -0
- package/src/locales/zh-CN/product/tj/video/index.js +2 -0
- package/src/locales/zh-CN/product/tj/videoStream/index.js +2 -0
- package/src/locales/zh-CN/product/tj/web/index.js +2 -0
- package/src/locales/zh-CN/product/tw/index.js +32 -0
- package/src/locales/zh-CN/product/tx/index.js +2 -0
- package/src/locales/zh-CN/pwa.js +2 -0
- package/src/locales/zh-CN/settingDrawer.js +2 -0
- package/src/locales/zh-CN/settings.js +2 -0
- package/src/locales/zh-CN.js +1493 -0
- package/src/locales/zh-TW/component.js +5 -0
- package/src/locales/zh-TW/globalHeader.js +17 -0
- package/src/locales/zh-TW/menu.js +52 -0
- package/src/locales/zh-TW/pwa.js +6 -0
- package/src/locales/zh-TW/settingDrawer.js +31 -0
- package/src/locales/zh-TW/settings.js +2 -0
- package/src/locales/zh-TW.js +13 -0
- package/src/models/base.js +71 -0
- package/src/models/dataBack.js +51 -0
- package/src/models/global.js +20 -0
- package/src/models/history.js +141 -0
- package/src/models/information.js +27 -0
- package/src/models/login.js +195 -0
- package/src/models/manage.js +214 -0
- package/src/models/mingdan.js +243 -0
- package/src/models/rank.js +25 -0
- package/src/models/riskAccount.js +41 -0
- package/src/models/setting.js +27 -0
- package/src/models/strategy.js +179 -0
- package/src/models/strategyLab.js +84 -0
- package/src/models/trend.js +102 -0
- package/src/models/twChannel.js +50 -0
- package/src/models/user.js +205 -0
- package/src/pages/404.jsx +19 -0
- package/src/pages/Admin.jsx +40 -0
- package/src/pages/IFrame/index.jsx +173 -0
- package/src/pages/Welcome.jsx +48 -0
- package/src/pages/Welcome.less +8 -0
- package/src/pages/account/IntlLogin/index.js +27 -0
- package/src/pages/account/IntlLogin/index.less +26 -0
- package/src/pages/account/components/EmailTwoFactor/index.jsx +94 -0
- package/src/pages/account/components/EmailTwoFactor/index.less +128 -0
- package/src/pages/account/components/Header/index.jsx +66 -0
- package/src/pages/account/components/Header/index.less +62 -0
- package/src/pages/account/components/HeaderList/index.jsx +20 -0
- package/src/pages/account/components/IntlHeader/index.js +43 -0
- package/src/pages/account/components/IntlHeader/index.less +54 -0
- package/src/pages/account/components/IntlLoginLeft/index.jsx +33 -0
- package/src/pages/account/components/IntlLoginLeft/index.less +44 -0
- package/src/pages/account/components/IntlLoginRight/index.js +514 -0
- package/src/pages/account/components/IntlLoginRight/index.less +259 -0
- package/src/pages/account/components/LoginEmail/index.jsx +188 -0
- package/src/pages/account/components/LoginEmail/index.less +105 -0
- package/src/pages/account/components/LoginLeft/index.jsx +73 -0
- package/src/pages/account/components/LoginLeft/index.less +44 -0
- package/src/pages/account/components/LoginModeError/index.js +14 -0
- package/src/pages/account/components/LoginModeError/index.less +14 -0
- package/src/pages/account/components/LoginPhone/index.jsx +230 -0
- package/src/pages/account/components/LoginPhone/index.less +131 -0
- package/src/pages/account/components/LoginRight/index.jsx +560 -0
- package/src/pages/account/components/LoginRight/index.less +172 -0
- package/src/pages/account/components/ResetSuccee/index.jsx +18 -0
- package/src/pages/account/components/ResetSuccee/index.less +29 -0
- package/src/pages/account/components/WscLoginLeft/index.jsx +41 -0
- package/src/pages/account/components/WscLoginLeft/index.less +45 -0
- package/src/pages/account/components/WscLoginRight/index.jsx +252 -0
- package/src/pages/account/components/WscLoginRight/index.less +142 -0
- package/src/pages/account/components/loginLeftList/index.jsx +23 -0
- package/src/pages/account/forgetPwd/index.jsx +111 -0
- package/src/pages/account/forgetPwd/index.less +73 -0
- package/src/pages/account/img/google.png +0 -0
- package/src/pages/account/img/icon-checked.png +0 -0
- package/src/pages/account/img/icon-unchecked.png +0 -0
- package/src/pages/account/img/intl-left-banner.png +0 -0
- package/src/pages/account/img/intlLogo.png +0 -0
- package/src/pages/account/img/intlLogo.svg +14 -0
- package/src/pages/account/img/left-banner-private.png +0 -0
- package/src/pages/account/img/left-banner.png +0 -0
- package/src/pages/account/img/logo.png +0 -0
- package/src/pages/account/img/newLogo.png +0 -0
- package/src/pages/account/index.js +17 -0
- package/src/pages/account/intlForgetPwd/index.js +70 -0
- package/src/pages/account/intlForgetPwd/index.less +87 -0
- package/src/pages/account/intlResetPwd/index.js +212 -0
- package/src/pages/account/intlResetPwd/index.less +122 -0
- package/src/pages/account/login/index.jsx +153 -0
- package/src/pages/account/login/index.less +35 -0
- package/src/pages/account/resetPwd/index.jsx +145 -0
- package/src/pages/account/resetPwd/index.less +109 -0
- package/src/pages/audit/auditLog/fieldsConfig.ts +22 -0
- package/src/pages/audit/auditLog/formatDetailData.ts +46 -0
- package/src/pages/audit/auditLog/index.less +22 -0
- package/src/pages/audit/auditLog/index.tsx +183 -0
- package/src/pages/audit/auditLog/searchFormConfig.tsx +91 -0
- package/src/pages/audit/auditLog/tableConfig.tsx +79 -0
- package/src/pages/audit/components/AuditDetailDrawer/index.less +27 -0
- package/src/pages/audit/components/AuditDetailDrawer/index.tsx +105 -0
- package/src/pages/audit/components/AuditLabelSearch/index.less +11 -0
- package/src/pages/audit/components/AuditLabelSearch/index.tsx +103 -0
- package/src/pages/audit/hooks/useAuditAction.ts +54 -0
- package/src/pages/audit/hooks/useAuditLog.ts +40 -0
- package/src/pages/audit/type.ts +65 -0
- package/src/pages/basic/AccountList/index.js +69 -0
- package/src/pages/basic/AccountList/index.less +37 -0
- package/src/pages/basic/components/BasicTitle/index.jsx +31 -0
- package/src/pages/basic/components/BasicTitle/index.less +16 -0
- package/src/pages/basic/constants.js +731 -0
- package/src/pages/basic/hooks/index.js +21 -0
- package/src/pages/basic/hooks/useAppChannel.js +50 -0
- package/src/pages/basic/hooks/useBasicApiCallList.js +67 -0
- package/src/pages/basic/hooks/useBasicApiSecretKey.js +62 -0
- package/src/pages/basic/hooks/useBasicUser.js +256 -0
- package/src/pages/basic/hooks/useBasicsChannel.js +43 -0
- package/src/pages/basic/hooks/useBasicsObject.js +149 -0
- package/src/pages/basic/list/index.jsx +326 -0
- package/src/pages/basic/list/index.less +62 -0
- package/src/pages/configure/tj/md/list/index.js +612 -0
- package/src/pages/configure/tj/rank/detail/index.js +0 -0
- package/src/pages/configure/tj/rank/list/index.js +1157 -0
- package/src/pages/constants.js +73 -0
- package/src/pages/document.ejs +102 -0
- package/src/pages/historySearch/constants.js +262 -0
- package/src/pages/historySearch/index.jsx +1217 -0
- package/src/pages/historySearch/index.less +0 -0
- package/src/pages/information/constants.js +70 -0
- package/src/pages/information/img/blue.png +0 -0
- package/src/pages/information/img/red.png +0 -0
- package/src/pages/information/img/yellow.png +0 -0
- package/src/pages/information/record/index.jsx +155 -0
- package/src/pages/information/trend/index.jsx +24 -0
- package/src/pages/manage/correctionCallback/index.jsx +440 -0
- package/src/pages/manage/correctionCallback/index.less +22 -0
- package/src/pages/manage/fieldsManage/components/FieldsManage/index.js +148 -0
- package/src/pages/manage/fieldsManage/components/FieldsManage/index.less +13 -0
- package/src/pages/manage/fieldsManage/components/PageTemplate/index.js +149 -0
- package/src/pages/manage/fieldsManage/components/SelectSuffix/index.js +86 -0
- package/src/pages/manage/fieldsManage/components/SelectSuffix/index.less +13 -0
- package/src/pages/manage/fieldsManage/components/TableTitle/index.js +24 -0
- package/src/pages/manage/fieldsManage/components/TableTitle/index.less +22 -0
- package/src/pages/manage/fieldsManage/components/index.js +14 -0
- package/src/pages/manage/fieldsManage/constants/index.js +462 -0
- package/src/pages/manage/fieldsManage/field/add/index.js +171 -0
- package/src/pages/manage/fieldsManage/field/add/index.less +37 -0
- package/src/pages/manage/fieldsManage/field/index.js +66 -0
- package/src/pages/manage/fieldsManage/field/index.less +9 -0
- package/src/pages/manage/fieldsManage/fieldSet/add/index.js +350 -0
- package/src/pages/manage/fieldsManage/fieldSet/add/index.less +42 -0
- package/src/pages/manage/fieldsManage/fieldSet/index.js +187 -0
- package/src/pages/manage/pageSetup/logo/index.js +220 -0
- package/src/pages/manage/pageSetup/logo/index.less +35 -0
- package/src/pages/manage/password/index.jsx +225 -0
- package/src/pages/manage/password/index.less +188 -0
- package/src/pages/manage/qpsError/Trend/getSearchFormConfig.jsx +131 -0
- package/src/pages/manage/qpsError/Trend/index.jsx +226 -0
- package/src/pages/manage/qpsError/Trend/index.less +41 -0
- package/src/pages/manage/qpsError/Trend/useAuthServiceId.js +43 -0
- package/src/pages/manage/qpsError/Trend/useQpsError.js +105 -0
- package/src/pages/manage/qpsError/formatSubmitParams.js +21 -0
- package/src/pages/manage/qpsTrend/formatSearchParams.ts +24 -0
- package/src/pages/manage/qpsTrend/hooks/useQps.ts +117 -0
- package/src/pages/manage/qpsTrend/index.less +0 -0
- package/src/pages/manage/qpsTrend/index.tsx +284 -0
- package/src/pages/manage/qpsTrend/searchFormConfig.ts +117 -0
- package/src/pages/manage/qpsTrend/type.ts +9 -0
- package/src/pages/manage/safe/index.jsx +86 -0
- package/src/pages/manage/safe/index.less +58 -0
- package/src/pages/manage/safe/loginMethod/index.jsx +15 -0
- package/src/pages/manage/safe/loginMethod/index.less +0 -0
- package/src/pages/manage/safe/useSafe.js +143 -0
- package/src/pages/manage/safe/waterMark/index.jsx +15 -0
- package/src/pages/manage/safe/waterMark/index.less +0 -0
- package/src/pages/message/index.jsx +139 -0
- package/src/pages/message/index.less +75 -0
- package/src/pages/opinion/index.jsx +179 -0
- package/src/pages/opinion/index.less +141 -0
- package/src/pages/overview/components/ApplyModal/constants.js +78 -0
- package/src/pages/overview/components/ApplyModal/index.jsx +135 -0
- package/src/pages/overview/components/ApplyModal/index.less +41 -0
- package/src/pages/overview/components/CarouselMap/img/en-aigc.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/en-intelligent.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image1.png +0 -0
- package/src/pages/overview/components/CarouselMap/img/image2.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image3.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image4.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/index.jsx +67 -0
- package/src/pages/overview/components/CarouselMap/index.less +11 -0
- package/src/pages/overview/components/DataCard/index.jsx +60 -0
- package/src/pages/overview/components/DataCard/index.less +107 -0
- package/src/pages/overview/components/EmptyLineChart/index.jsx +50 -0
- package/src/pages/overview/components/EmptyLineChart/index.less +29 -0
- package/src/pages/overview/components/IntroduceBox/constants.js +96 -0
- package/src/pages/overview/components/IntroduceBox/img/anti-theft-crawling.svg +19 -0
- package/src/pages/overview/components/IntroduceBox/img/audio.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/brush-list-protection.svg +18 -0
- package/src/pages/overview/components/IntroduceBox/img/captcha.svg +14 -0
- package/src/pages/overview/components/IntroduceBox/img/channel-traffic.svg +17 -0
- package/src/pages/overview/components/IntroduceBox/img/device-risk-sdk.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/market-activity.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/payment-risk-control.svg +17 -0
- package/src/pages/overview/components/IntroduceBox/img/pic.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/text.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/video.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/virtual-user-fission.svg +25 -0
- package/src/pages/overview/components/IntroduceBox/index.jsx +155 -0
- package/src/pages/overview/components/IntroduceBox/index.less +75 -0
- package/src/pages/overview/components/NewUserGuide/img/apply.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/guide.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/guideCopy.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/open.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/phone.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/user.png +0 -0
- package/src/pages/overview/components/NewUserGuide/index.jsx +114 -0
- package/src/pages/overview/components/NewUserGuide/index.less +158 -0
- package/src/pages/overview/components/UserInfoBox/img/app-manage-dark.svg +16 -0
- package/src/pages/overview/components/UserInfoBox/img/app-manage-light.svg +16 -0
- package/src/pages/overview/components/UserInfoBox/img/channel-manage-dark.svg +24 -0
- package/src/pages/overview/components/UserInfoBox/img/channel-manage-light.svg +26 -0
- package/src/pages/overview/components/UserInfoBox/img/user-account-dark.svg +30 -0
- package/src/pages/overview/components/UserInfoBox/img/user-account-light.svg +30 -0
- package/src/pages/overview/components/UserInfoBox/img/user-manage-dark.svg +20 -0
- package/src/pages/overview/components/UserInfoBox/img/user-manage-light.svg +20 -0
- package/src/pages/overview/components/UserInfoBox/img/user.svg +43 -0
- package/src/pages/overview/components/UserInfoBox/index.jsx +139 -0
- package/src/pages/overview/components/UserInfoBox/index.less +117 -0
- package/src/pages/overview/img/risk-account.svg +21 -0
- package/src/pages/overview/img/risk-audio.svg +25 -0
- package/src/pages/overview/img/risk-device.svg +24 -0
- package/src/pages/overview/img/risk-event.svg +21 -0
- package/src/pages/overview/img/risk-pic.svg +21 -0
- package/src/pages/overview/img/risk-text.svg +25 -0
- package/src/pages/overview/img/risk-video.svg +29 -0
- package/src/pages/overview/index.jsx +841 -0
- package/src/pages/overview/index.less +107 -0
- package/src/pages/pageComponents/RankPageTwo/constants.js +106 -0
- package/src/pages/pageComponents/RankPageTwo/index.jsx +606 -0
- package/src/pages/pageComponents/RankPageTwo/index.less +30 -0
- package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.js +81 -0
- package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.less +4 -0
- package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.js +48 -0
- package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.less +0 -0
- package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.js +303 -0
- package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.less +46 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.js +1554 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.less +56 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionContent/index.jsx +60 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.jsx +189 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.less +11 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.jsx +67 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.less +71 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.js +243 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.less +13 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.js +244 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.less +13 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.js +15 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.less +36 -0
- package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.less +16 -0
- package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.tsx +106 -0
- package/src/pages/pageComponents/StrategyPage/contants.js +2000 -0
- package/src/pages/pageComponents/StrategyPage/index.js +864 -0
- package/src/pages/pageComponents/StrategyPage/index.less +95 -0
- package/src/pages/pageComponents/configure/adminApply.js +72 -0
- package/src/pages/pageComponents/configure/index.js +5 -0
- package/src/pages/pageComponents/formatMdListByAppId.js +39 -0
- package/src/pages/pageComponents/historyPage/CaptchaList/index.jsx +1235 -0
- package/src/pages/pageComponents/historyPage/CaptchaList/index.less +43 -0
- package/src/pages/pageComponents/historyPage/ChannelList/index.jsx +1340 -0
- package/src/pages/pageComponents/historyPage/ChannelList/index.less +134 -0
- package/src/pages/pageComponents/historyPage/ChannelRetain/index.jsx +666 -0
- package/src/pages/pageComponents/historyPage/ChannelRetain/index.less +40 -0
- package/src/pages/pageComponents/historyPage/DisposalModal/index.js +46 -0
- package/src/pages/pageComponents/historyPage/DisposalModal/index.less +17 -0
- package/src/pages/pageComponents/historyPage/MultiContentsRender/index.jsx +20 -0
- package/src/pages/pageComponents/historyPage/TwDetail/export.js +233 -0
- package/src/pages/pageComponents/historyPage/TwDetail/export.less +120 -0
- package/src/pages/pageComponents/historyPage/TwDetail/helper.js +794 -0
- package/src/pages/pageComponents/historyPage/TwDetail/index.jsx +427 -0
- package/src/pages/pageComponents/historyPage/TwDetail/index.less +63 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/export.js +231 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/export.less +120 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/helper.js +815 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/index.jsx +363 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/index.less +63 -0
- package/src/pages/pageComponents/historyPage/TypeOne/constants.js +195 -0
- package/src/pages/pageComponents/historyPage/TypeOne/index.jsx +2792 -0
- package/src/pages/pageComponents/historyPage/TypeOne/index.less +146 -0
- package/src/pages/pageComponents/historyPage/TypeThree/constants.js +29 -0
- package/src/pages/pageComponents/historyPage/TypeThree/index.jsx +2158 -0
- package/src/pages/pageComponents/historyPage/TypeThree/index.less +192 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/constant.js +11 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/index.jsx +261 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/styles.less +79 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/index.jsx +99 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/styles.less +64 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/index.jsx +113 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/styles.less +14 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/index.jsx +197 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/styles.less +52 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/constants.js +32 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/index.jsx +2225 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/index.less +237 -0
- package/src/pages/pageComponents/historyPage/components/AddFilterDom/index.jsx +0 -0
- package/src/pages/pageComponents/historyPage/components/AddListModal/index.jsx +148 -0
- package/src/pages/pageComponents/historyPage/components/AddListModal/index.less +54 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/constants.js +50 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.jsx +233 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.less +64 -0
- package/src/pages/pageComponents/historyPage/components/ExportTask/index.jsx +707 -0
- package/src/pages/pageComponents/historyPage/components/ExportTask/styles.less +120 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.jsx +463 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.less +47 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/constants.js +1 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/index.jsx +135 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/styles.less +60 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/index.js +378 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/index.less +178 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/type.ts +16 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.jsx +716 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.less +102 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/rgba.png +0 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/export.png +0 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/index.jsx +29 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/index.less +21 -0
- package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.js +124 -0
- package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.less +130 -0
- package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.js +164 -0
- package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.less +75 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/formatSpecialFeature.ts +20 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.js +959 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.less +61 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.less +26 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.tsx +38 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.less +18 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.tsx +40 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.less +21 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.tsx +48 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/fieldsConfig.ts +9 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/hooks/useStreamInfo.ts +49 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.less +11 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.tsx +101 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/tableColumns.tsx +51 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.jsx +41 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.less +22 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.jsx +73 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.less +0 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/constants.js +487 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/getExportForm.js +103 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/index.jsx +309 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/styles.less +142 -0
- package/src/pages/pageComponents/historyPage/components/contentRender/index.jsx +34 -0
- package/src/pages/pageComponents/historyPage/components/index.js +33 -0
- package/src/pages/pageComponents/historyPage/constants.js +611 -0
- package/src/pages/pageComponents/historyPage/help.js +224 -0
- package/src/pages/pageComponents/hooks/index.js +14 -0
- package/src/pages/pageComponents/hooks/index.less +10 -0
- package/src/pages/pageComponents/hooks/useForm.js +113 -0
- package/src/pages/pageComponents/hooks/useGetStorageTime/index.js +24 -0
- package/src/pages/pageComponents/hooks/useTableColumn.js +136 -0
- package/src/pages/pageComponents/mdPage/components/AddMdModal/index.jsx +240 -0
- package/src/pages/pageComponents/mdPage/components/AddMdModal/index.less +25 -0
- package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.jsx +113 -0
- package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.less +33 -0
- package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.jsx +1205 -0
- package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.less +140 -0
- package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.js +150 -0
- package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.less +9 -0
- package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.jsx +218 -0
- package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.less +11 -0
- package/src/pages/pageComponents/mdPage/components/MdContentModal/index.jsx +288 -0
- package/src/pages/pageComponents/mdPage/components/MdContentModal/index.less +11 -0
- package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.jsx +33 -0
- package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.less +4 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/img/example.png +0 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/index.js +1154 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/index.less +404 -0
- package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.jsx +165 -0
- package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.less +17 -0
- package/src/pages/pageComponents/mdPage/components/SMDatePicker/index.jsx +173 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.jsx +116 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.less +64 -0
- package/src/pages/pageComponents/mdPage/components/SegmentStatusTag/index.tsx +45 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.jsx +467 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.less +65 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.jsx +80 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.less +38 -0
- package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.jsx +929 -0
- package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.less +10 -0
- package/src/pages/pageComponents/mdPage/components/UploadImg/index.jsx +178 -0
- package/src/pages/pageComponents/mdPage/components/UploadImg/index.less +66 -0
- package/src/pages/pageComponents/mdPage/components/UploadVideo/index.jsx +409 -0
- package/src/pages/pageComponents/mdPage/components/UploadVideo/index.less +134 -0
- package/src/pages/pageComponents/mdPage/components/getIllegalWordList.jsx +14 -0
- package/src/pages/pageComponents/mdPage/components/isIllegalWord.jsx +8 -0
- package/src/pages/pageComponents/mdPage/constants.js +770 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/contants.js +114 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/index.jsx +2177 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/index.less +21 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/index.jsx +1584 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/index.less +124 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.jsx +1053 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.less +142 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/index.jsx +1185 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/index.less +135 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.jsx +1184 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.less +104 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/contants.js +24 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.jsx +569 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.less +7 -0
- package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.jsx +897 -0
- package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.less +11 -0
- package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.jsx +696 -0
- package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.less +16 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.jsx +20 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.less +15 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.jsx +73 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.less +16 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.jsx +18 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.less +9 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/defaultIcon.png +0 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.jsx +204 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.less +88 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/intlDefaultIcon.png +0 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.jsx +32 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.less +13 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.jsx +50 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.less +11 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/index.js +15 -0
- package/src/pages/pageComponents/newMdPage/NewList/configure.js +179 -0
- package/src/pages/pageComponents/newMdPage/NewList/constants.js +2508 -0
- package/src/pages/pageComponents/newMdPage/NewList/getSubmitOperationSegmentStatus.js +41 -0
- package/src/pages/pageComponents/newMdPage/NewList/getUpdateOperationSegmentStatus.js +26 -0
- package/src/pages/pageComponents/newMdPage/NewList/index.jsx +761 -0
- package/src/pages/pageComponents/newMdPage/NewList/index.less +46 -0
- package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.jsx +82 -0
- package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.less +28 -0
- package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.jsx +190 -0
- package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.less +43 -0
- package/src/pages/pageComponents/newMdPage/list/constants.js +18 -0
- package/src/pages/pageComponents/newMdPage/list/index.jsx +465 -0
- package/src/pages/pageComponents/newMdPage/list/index.less +26 -0
- package/src/pages/pageComponents/newMdPage/listContent/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listContent/index.less +0 -0
- package/src/pages/pageComponents/newMdPage/listContentOplog/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listContentOplog/index.less +0 -0
- package/src/pages/pageComponents/newMdPage/listOplog/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listOplog/index.less +0 -0
- package/src/pages/pageComponents/rankPage/SensitiveRank/index.jsx +592 -0
- package/src/pages/pageComponents/rankPage/SensitiveRank/index.less +17 -0
- package/src/pages/pageComponents/riskAccount/img/tip.png +0 -0
- package/src/pages/pageComponents/riskAccount/index.jsx +568 -0
- package/src/pages/pageComponents/riskAccount/index.less +104 -0
- package/src/pages/pageComponents/trendPage/CaptchRisk/index.jsx +564 -0
- package/src/pages/pageComponents/trendPage/CaptchSecond/index.jsx +517 -0
- package/src/pages/pageComponents/trendPage/ChannelRisk/index.jsx +533 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/configure.js +88 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/index.jsx +274 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/index.less +11 -0
- package/src/pages/pageComponents/trendPage/TwTrend/configure.js +128 -0
- package/src/pages/pageComponents/trendPage/TwTrend/index.jsx +130 -0
- package/src/pages/pageComponents/trendPage/TwTrend/index.less +11 -0
- package/src/pages/pageComponents/trendPage/TypeFour/contants.js +119 -0
- package/src/pages/pageComponents/trendPage/TypeFour/index.jsx +527 -0
- package/src/pages/pageComponents/trendPage/TypeOne/index.jsx +1474 -0
- package/src/pages/pageComponents/trendPage/TypeThree/index.jsx +676 -0
- package/src/pages/pageComponents/trendPage/TypeTwo/index.jsx +772 -0
- package/src/pages/pageComponents/trendPage/helper.js +80 -0
- package/src/pages/pageComponents/trendPage/hooks/useLineChart.js +45 -0
- package/src/pages/pageComponents/trendPage/trend.less +28 -0
- package/src/pages/pageComponents/typeErrorCorrection/TypeErrorPage.js +657 -0
- package/src/pages/pageComponents/typeErrorCorrection/constants.js +1017 -0
- package/src/pages/pageComponents/typeErrorCorrection/index.jsx +1090 -0
- package/src/pages/pageComponents/typeErrorCorrection/index.less +76 -0
- package/src/pages/payment/common/index.js +635 -0
- package/src/pages/payment/components/SMBillCard/index.js +102 -0
- package/src/pages/payment/components/SMBillCard/index.less +76 -0
- package/src/pages/payment/components/SMExport/index.js +43 -0
- package/src/pages/payment/components/SMExport/index.less +15 -0
- package/src/pages/payment/components/SMTimeRange/index.js +31 -0
- package/src/pages/payment/components/SMTimeRange/index.less +22 -0
- package/src/pages/payment/components/index.js +14 -0
- package/src/pages/payment/contants.js +107 -0
- package/src/pages/payment/index.less +160 -0
- package/src/pages/payment/manual/index.js +190 -0
- package/src/pages/payment/manual/index.less +11 -0
- package/src/pages/payment/options.js +686 -0
- package/src/pages/riskyMember/three.js +438 -0
- package/src/pages/riskyMember/three.less +80 -0
- package/src/pages/tj/audioStream/errorCorrection/list/index.jsx +8 -0
- package/src/pages/tj/audioStream/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/audioStream/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/audioStream/history/audioClips/index.jsx +62 -0
- package/src/pages/tj/audioStream/history/audioStream/index.jsx +240 -0
- package/src/pages/tj/audioStream/history/constants.js +401 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/list/index.jsx +229 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listContent/index.jsx +27 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listRepetition/index.jsx +20 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/list/index.jsx +227 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listOpLog/index.jsx +118 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/list/index.jsx +164 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listContent/index.jsx +28 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/audioStream/list/text/black/listContent/index.jsx +27 -0
- package/src/pages/tj/audioStream/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/audioStream/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/audioStream/list/text/company/list/index.jsx +403 -0
- package/src/pages/tj/audioStream/list/text/company/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/company/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/text/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/text/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/audioStream/list/text/custom/list/index.jsx +323 -0
- package/src/pages/tj/audioStream/list/text/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/audioStream/list/text/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/audioStream/list/text/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/audioStream/list/text/global/list/index.jsx +301 -0
- package/src/pages/tj/audioStream/list/text/global/listContent/index.jsx +28 -0
- package/src/pages/tj/audioStream/list/text/global/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/text/global/listOpLog/index.jsx +109 -0
- package/src/pages/tj/audioStream/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/audioStream/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/audioStream/trend/audioClips/index.jsx +59 -0
- package/src/pages/tj/audioStream/trend/audioStream/index.jsx +76 -0
- package/src/pages/tj/blackWhite/contants.js +112 -0
- package/src/pages/tj/blackWhite/list/index.jsx +224 -0
- package/src/pages/tj/blackWhite/listContent/index.jsx +24 -0
- package/src/pages/tj/blackWhite/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/blackWhite/listOpLog/index.jsx +66 -0
- package/src/pages/tj/blackWhite/listRepetition/index.jsx +15 -0
- package/src/pages/tj/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/components/BatchDisplay/index.jsx +107 -0
- package/src/pages/tj/components/BatchDisplay/index.less +39 -0
- package/src/pages/tj/components/CheckItemPage/index.jsx +278 -0
- package/src/pages/tj/components/CheckTaskPage/constants.js +98 -0
- package/src/pages/tj/components/CheckTaskPage/img/0.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/1.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/2.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/4.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/5.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/index.js +13 -0
- package/src/pages/tj/components/CheckTaskPage/index.jsx +627 -0
- package/src/pages/tj/components/CheckTaskPage/index.less +54 -0
- package/src/pages/tj/components/CheckUpload/img/img-close.png +0 -0
- package/src/pages/tj/components/CheckUpload/img/img-open.png +0 -0
- package/src/pages/tj/components/CheckUpload/img/index.js +9 -0
- package/src/pages/tj/components/CheckUpload/img/remove.png +0 -0
- package/src/pages/tj/components/CheckUpload/index.jsx +301 -0
- package/src/pages/tj/components/CheckUpload/index.less +102 -0
- package/src/pages/tj/components/Custom/img/icon-add.png +0 -0
- package/src/pages/tj/components/Custom/index.jsx +400 -0
- package/src/pages/tj/components/Custom/index.less +122 -0
- package/src/pages/tj/components/IconOther/index.jsx +25 -0
- package/src/pages/tj/components/IconOther/index.less +17 -0
- package/src/pages/tj/components/ImgUpload/constants.js +12 -0
- package/src/pages/tj/components/ImgUpload/img/icon-add.png +0 -0
- package/src/pages/tj/components/ImgUpload/index.jsx +146 -0
- package/src/pages/tj/components/ImgUpload/index.less +105 -0
- package/src/pages/tj/components/KnowledgeResult/index.jsx +115 -0
- package/src/pages/tj/components/KnowledgeResult/index.less +103 -0
- package/src/pages/tj/components/MediaUpload/help.js +99 -0
- package/src/pages/tj/components/MediaUpload/img/img-close.png +0 -0
- package/src/pages/tj/components/MediaUpload/img/img-open.png +0 -0
- package/src/pages/tj/components/MediaUpload/img/index.js +9 -0
- package/src/pages/tj/components/MediaUpload/img/remove.png +0 -0
- package/src/pages/tj/components/MediaUpload/index.jsx +182 -0
- package/src/pages/tj/components/MediaUpload/index.less +123 -0
- package/src/pages/tj/components/ShowResult/constants.js +20 -0
- package/src/pages/tj/components/ShowResult/img/index.js +9 -0
- package/src/pages/tj/components/ShowResult/img/pass.png +0 -0
- package/src/pages/tj/components/ShowResult/img/reject.png +0 -0
- package/src/pages/tj/components/ShowResult/img/review.png +0 -0
- package/src/pages/tj/components/ShowResult/index.jsx +156 -0
- package/src/pages/tj/components/ShowResult/index.less +118 -0
- package/src/pages/tj/components/TrialForm/config.js +68 -0
- package/src/pages/tj/components/TrialForm/constants.js +20 -0
- package/src/pages/tj/components/TrialForm/img/img-close.png +0 -0
- package/src/pages/tj/components/TrialForm/img/img-open.png +0 -0
- package/src/pages/tj/components/TrialForm/index.js +302 -0
- package/src/pages/tj/components/TrialForm/index.less +76 -0
- package/src/pages/tj/components/help.js +41 -0
- package/src/pages/tj/components/hooks/constants.js +13 -0
- package/src/pages/tj/components/hooks/index.js +9 -0
- package/src/pages/tj/components/hooks/useAppChannel.js +353 -0
- package/src/pages/tj/components/hooks/useTrialItem.js +611 -0
- package/src/pages/tj/components/img/img-close.png +0 -0
- package/src/pages/tj/components/img/img-open.png +0 -0
- package/src/pages/tj/components/img/index.js +7 -0
- package/src/pages/tj/constants.js +524 -0
- package/src/pages/tj/multiModal/history/constants.js +535 -0
- package/src/pages/tj/multiModal/history/text/buildHistoryTaskDetail.js +134 -0
- package/src/pages/tj/multiModal/history/text/index.jsx +526 -0
- package/src/pages/tj/multiModal/trend/text/index.jsx +8 -0
- package/src/pages/tj/postAudio/errorCorrection/list/index.jsx +8 -0
- package/src/pages/tj/postAudio/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/postAudio/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postAudio/history/audioClips/index.jsx +28 -0
- package/src/pages/tj/postAudio/history/constants.js +427 -0
- package/src/pages/tj/postAudio/history/postAudio/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/list/index.jsx +232 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listOpLog/index.jsx +113 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/list/index.jsx +221 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/list/index.jsx +147 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listOpLog/index.jsx +113 -0
- package/src/pages/tj/postAudio/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/text/black/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postAudio/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/postAudio/list/text/company/list/index.jsx +411 -0
- package/src/pages/tj/postAudio/list/text/company/listContent/index.jsx +26 -0
- package/src/pages/tj/postAudio/list/text/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/company/listOpLog/index.jsx +119 -0
- package/src/pages/tj/postAudio/list/text/company/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/postAudio/list/text/custom/list/index.jsx +322 -0
- package/src/pages/tj/postAudio/list/text/custom/listContent/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/text/custom/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/postAudio/list/text/custom/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/postAudio/list/text/global/list/index.jsx +290 -0
- package/src/pages/tj/postAudio/list/text/global/listContent/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/text/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/global/listOpLog/index.jsx +108 -0
- package/src/pages/tj/postAudio/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/postAudio/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postAudio/trend/audioClips/index.jsx +57 -0
- package/src/pages/tj/postAudio/trend/postAudio/index.jsx +8 -0
- package/src/pages/tj/postImg/errorCorrection/list/index.jsx +35 -0
- package/src/pages/tj/postImg/errorCorrection/list/index.less +0 -0
- package/src/pages/tj/postImg/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/postImg/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postImg/history/constants.js +112 -0
- package/src/pages/tj/postImg/history/postImg/buildHistoryTaskDetail.js +129 -0
- package/src/pages/tj/postImg/history/postImg/index.jsx +190 -0
- package/src/pages/tj/postImg/list/blackWhite/company/list/contants.js +90 -0
- package/src/pages/tj/postImg/list/blackWhite/company/list/index.jsx +233 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listContent/index.jsx +19 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listContentOpLog/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/list/index.jsx +217 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postImg/list/blackWhite/global/list/index.jsx +147 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postImg/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postImg/list/components/DatePickerV2/index.less +0 -0
- package/src/pages/tj/postImg/list/components/DatePickerV2/index.tsx +34 -0
- package/src/pages/tj/postImg/list/components/ExportDom/index.less +6 -0
- package/src/pages/tj/postImg/list/components/ExportDom/index.tsx +63 -0
- package/src/pages/tj/postImg/list/components/LabelSearchV2/index.less +0 -0
- package/src/pages/tj/postImg/list/components/LabelSearchV2/index.tsx +84 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/getFormItems.tsx +121 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/index.less +91 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/index.tsx +73 -0
- package/src/pages/tj/postImg/list/formatAppIdOrChannelRender.js +52 -0
- package/src/pages/tj/postImg/list/formatSubmitParams.js +32 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.less +4 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.tsx +57 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.less +30 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.tsx +135 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/getSearchFormConfig.ts +71 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.less +24 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.tsx +151 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/formatSubmitParams.ts +18 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getLabColumns.tsx +135 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getSearchFormConfig.ts +81 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.less +63 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.tsx +271 -0
- package/src/pages/tj/postImg/list/laboratory/formatQueryParams.ts +5 -0
- package/src/pages/tj/postImg/list/laboratory/hooks/useMdLab.ts +67 -0
- package/src/pages/tj/postImg/list/laboratory/hooks/useMdLabHit.ts +39 -0
- package/src/pages/tj/postImg/list/laboratory/type.d.ts +23 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/detail/index.tsx +9 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/index.tsx +9 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/list/index.tsx +9 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/components/ListUpdateForm/index.tsx +92 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getImgListColumns.tsx +173 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getSearchFormConfig.ts +49 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/hooks/useImgSimilarList.tsx +142 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.less +25 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.tsx +237 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/BatchUpload.tsx +49 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.less +11 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.tsx +113 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.tsx +72 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getImgListColumns.tsx +72 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSearchFormConfig.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSelectionExtraDom.tsx +34 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/hooks/useImgSimilarListContent.tsx +118 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.less +74 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.tsx +301 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getImgListColumns.tsx +80 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getSearchFormConfig.ts +69 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/hooks/useSimilarListRecord.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.less +20 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.tsx +145 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.less +15 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.tsx +172 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getImgListColumns.tsx +68 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getSearchFormConfig.ts +87 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/hooks/useSimilarListRecord.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.less +19 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.tsx +158 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/ImgSimilarForm/index.tsx +120 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.tsx +118 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/checkImageExist.ts +36 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/constants.ts +25 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/getBase64.ts +9 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/icon-add.png +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.less +306 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.tsx +238 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/uploadIcon.svg +14 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.tsx +28 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/constants.js +29 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/index.tsx +40 -0
- package/src/pages/tj/postImg/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/postImg/list/postImg/company/list/index.jsx +254 -0
- package/src/pages/tj/postImg/list/postImg/company/listContent/index.jsx +29 -0
- package/src/pages/tj/postImg/list/postImg/company/listContentOpLog/index.jsx +28 -0
- package/src/pages/tj/postImg/list/postImg/company/listOpLog/index.jsx +86 -0
- package/src/pages/tj/postImg/list/postImg/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/postImg/list/postImg/custom/list/index.jsx +247 -0
- package/src/pages/tj/postImg/list/postImg/custom/listContent/index.jsx +34 -0
- package/src/pages/tj/postImg/list/postImg/custom/listContentOpLog/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/custom/listOpLog/index.jsx +86 -0
- package/src/pages/tj/postImg/list/postImg/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/postImg/list/postImg/global/list/index.jsx +196 -0
- package/src/pages/tj/postImg/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/global/listOpLog/index.jsx +82 -0
- package/src/pages/tj/postImg/list/postImg/listSearch/index.jsx +20 -0
- package/src/pages/tj/postImg/list/postImg/similarBlack/listContent/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/similarBlack/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/tabContentLayoutImage/index.jsx +64 -0
- package/src/pages/tj/postImg/list/text/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/text/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postImg/list/text/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/postImg/list/text/company/list/index.jsx +368 -0
- package/src/pages/tj/postImg/list/text/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/text/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/text/company/listOpLog/index.jsx +109 -0
- package/src/pages/tj/postImg/list/text/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/postImg/list/text/custom/list/index.jsx +318 -0
- package/src/pages/tj/postImg/list/text/custom/listContent/index.jsx +32 -0
- package/src/pages/tj/postImg/list/text/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/custom/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postImg/list/text/custom/listOpLog/index.jsx +110 -0
- package/src/pages/tj/postImg/list/text/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/postImg/list/text/global/list/index.jsx +289 -0
- package/src/pages/tj/postImg/list/text/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postImg/list/text/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/text/global/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postImg/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/postImg/trend/postImg/index.jsx +50 -0
- package/src/pages/tj/postVideo/errorCorrection/audioList/index.jsx +8 -0
- package/src/pages/tj/postVideo/errorCorrection/audioMissReason/index.jsx +26 -0
- package/src/pages/tj/postVideo/errorCorrection/constants.js +490 -0
- package/src/pages/tj/postVideo/errorCorrection/imgList/index.jsx +8 -0
- package/src/pages/tj/postVideo/errorCorrection/imgMissReason/index.jsx +26 -0
- package/src/pages/tj/postVideo/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postVideo/history/audioClips/index.jsx +27 -0
- package/src/pages/tj/postVideo/history/constants.js +590 -0
- package/src/pages/tj/postVideo/history/imgClips/index.jsx +64 -0
- package/src/pages/tj/postVideo/history/videoFile/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/index.jsx +228 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/index.jsx +203 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/index.jsx +148 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/audioText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postVideo/list/audioText/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/company/list/contants.js +101 -0
- package/src/pages/tj/postVideo/list/audioText/company/list/index.jsx +397 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/company/listOpLog/index.jsx +118 -0
- package/src/pages/tj/postVideo/list/audioText/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/custom/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/audioText/custom/list/index.jsx +304 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/global/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/audioText/global/list/index.jsx +297 -0
- package/src/pages/tj/postVideo/list/audioText/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/audioText/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/global/listOpLog/index.jsx +108 -0
- package/src/pages/tj/postVideo/list/audioText/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/index.jsx +229 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/index.jsx +217 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/index.jsx +146 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/imgText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postVideo/list/imgText/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/company/list/contants.js +101 -0
- package/src/pages/tj/postVideo/list/imgText/company/list/index.jsx +363 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/company/listOpLog/index.jsx +110 -0
- package/src/pages/tj/postVideo/list/imgText/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/custom/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/imgText/custom/list/index.jsx +310 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listOpLog/index.jsx +104 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/global/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/imgText/global/list/index.jsx +293 -0
- package/src/pages/tj/postVideo/list/imgText/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/imgText/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgText/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/postImg/company/list/index.jsx +245 -0
- package/src/pages/tj/postVideo/list/postImg/company/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/postImg/company/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/postImg/company/listOpLog/index.jsx +84 -0
- package/src/pages/tj/postVideo/list/postImg/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/postImg/custom/list/index.jsx +233 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listContent/index.jsx +27 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listOpLog/index.jsx +80 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/postImg/global/list/index.jsx +196 -0
- package/src/pages/tj/postVideo/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postVideo/list/postImg/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/global/listOpLog/index.jsx +82 -0
- package/src/pages/tj/postVideo/list/postImg/listSearch/index.jsx +21 -0
- package/src/pages/tj/postVideo/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postVideo/rank/imgSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postVideo/trend/audioClips/index.jsx +50 -0
- package/src/pages/tj/postVideo/trend/imgClips/index.jsx +50 -0
- package/src/pages/tj/postVideo/trend/videoFile/index.jsx +50 -0
- package/src/pages/tj/risk/account/index.jsx +18 -0
- package/src/pages/tj/sensitive/list/contants.js +24 -0
- package/src/pages/tj/sensitive/list/index.jsx +20 -0
- package/src/pages/tj/sensitive/listContent/index.jsx +29 -0
- package/src/pages/tj/sensitive/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/sensitive/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/sensitive/listOpLog/index.jsx +121 -0
- package/src/pages/tj/text/check/batch/index.jsx +24 -0
- package/src/pages/tj/text/check/constants.js +1696 -0
- package/src/pages/tj/text/check/item/index.jsx +26 -0
- package/src/pages/tj/text/errorCorrection/list/index.jsx +52 -0
- package/src/pages/tj/text/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/text/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/text/history/constants.js +535 -0
- package/src/pages/tj/text/history/text/buildHistoryTaskDetail.js +134 -0
- package/src/pages/tj/text/history/text/index.jsx +526 -0
- package/src/pages/tj/text/list/blackWhite/company/list/contants.js +98 -0
- package/src/pages/tj/text/list/blackWhite/company/list/index.jsx +230 -0
- package/src/pages/tj/text/list/blackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/blackWhite/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/text/list/blackWhite/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/text/list/blackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/text/list/blackWhite/custom/list/contants.js +82 -0
- package/src/pages/tj/text/list/blackWhite/custom/list/index.jsx +219 -0
- package/src/pages/tj/text/list/blackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/text/list/blackWhite/custom/listOpLog/index.jsx +117 -0
- package/src/pages/tj/text/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/text/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/text/list/blackWhite/global/list/index.jsx +145 -0
- package/src/pages/tj/text/list/blackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/text/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/text/list/blackWhite/global/listOpLog/index.jsx +113 -0
- package/src/pages/tj/text/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/text/list/text/black/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/text/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/text/list/text/company/list/contants.js +114 -0
- package/src/pages/tj/text/list/text/company/list/index.jsx +422 -0
- package/src/pages/tj/text/list/text/company/listContent/index.jsx +32 -0
- package/src/pages/tj/text/list/text/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/text/list/text/company/listContentOpLog/index.jsx +29 -0
- package/src/pages/tj/text/list/text/company/listOpLog/index.jsx +129 -0
- package/src/pages/tj/text/list/text/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/text/list/text/custom/list/contants.js +743 -0
- package/src/pages/tj/text/list/text/custom/list/index.jsx +36 -0
- package/src/pages/tj/text/list/text/custom/listContent/index.jsx +36 -0
- package/src/pages/tj/text/list/text/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/text/custom/listContentOpLog/index.jsx +27 -0
- package/src/pages/tj/text/list/text/custom/listOpLog/index.jsx +124 -0
- package/src/pages/tj/text/list/text/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/text/list/text/global/list/index.jsx +326 -0
- package/src/pages/tj/text/list/text/global/listContent/index.jsx +27 -0
- package/src/pages/tj/text/list/text/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/text/list/text/global/listOpLog/index.jsx +111 -0
- package/src/pages/tj/text/list/text/lab/contants.js +346 -0
- package/src/pages/tj/text/list/text/lab/hooks/useHitListExport.js +38 -0
- package/src/pages/tj/text/list/text/lab/index.jsx +479 -0
- package/src/pages/tj/text/list/text/lab/index.less +29 -0
- package/src/pages/tj/text/list/text/lab/viewHit/index.jsx +231 -0
- package/src/pages/tj/text/list/text/lab/viewHit/index.less +43 -0
- package/src/pages/tj/text/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/text/rank/constants.js +10 -0
- package/src/pages/tj/text/rank/index.js +36 -0
- package/src/pages/tj/text/trend/text/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/audioList/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/audioMissReason/index.jsx +26 -0
- package/src/pages/tj/videoStream/errorCorrection/imgList/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/imgMissReason/index.jsx +26 -0
- package/src/pages/tj/videoStream/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/videoStream/history/audioClips/index.jsx +160 -0
- package/src/pages/tj/videoStream/history/constants.js +394 -0
- package/src/pages/tj/videoStream/history/imgClips/index.jsx +58 -0
- package/src/pages/tj/videoStream/history/videoStream/index.jsx +120 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/index.jsx +217 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listOpLog/index.jsx +116 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/index.jsx +205 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listOpLog/index.jsx +115 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/index.jsx +149 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listOpLog/index.jsx +116 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioText/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/audioText/company/list/index.jsx +395 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/videoStream/list/audioText/company/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/custom/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/audioText/custom/list/index.jsx +312 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listOpLog/index.jsx +114 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/audioText/global/list/index.jsx +306 -0
- package/src/pages/tj/videoStream/list/audioText/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/audioText/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/global/listOpLog/index.jsx +110 -0
- package/src/pages/tj/videoStream/list/audioText/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/index.jsx +231 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listOpLog/index.jsx +104 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/index.jsx +220 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listOpLog/index.jsx +103 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/index.jsx +149 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listOpLog/index.jsx +104 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/videoStream/list/imgText/black/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/imgText/company/list/index.jsx +357 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/company/listOpLog/index.jsx +112 -0
- package/src/pages/tj/videoStream/list/imgText/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/custom/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/imgText/custom/list/index.jsx +305 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listOpLog/index.jsx +106 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/imgText/global/list/index.jsx +276 -0
- package/src/pages/tj/videoStream/list/imgText/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/imgText/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/global/listOpLog/index.jsx +102 -0
- package/src/pages/tj/videoStream/list/imgText/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/postImg/black/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/postImg/company/list/index.jsx +250 -0
- package/src/pages/tj/videoStream/list/postImg/company/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/postImg/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/company/listOpLog/index.jsx +86 -0
- package/src/pages/tj/videoStream/list/postImg/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/postImg/custom/list/index.jsx +249 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listOpLog/index.jsx +84 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/postImg/global/list/index.jsx +176 -0
- package/src/pages/tj/videoStream/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/postImg/global/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/global/listOpLog/index.jsx +86 -0
- package/src/pages/tj/videoStream/list/postImg/listSearch/index.jsx +21 -0
- package/src/pages/tj/videoStream/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/videoStream/rank/imgSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/videoStream/trend/audioClips/index.jsx +50 -0
- package/src/pages/tj/videoStream/trend/imgClips/index.jsx +49 -0
- package/src/pages/tj/videoStream/trend/videoStream/index.jsx +76 -0
- package/src/pages/tj/web/history/web/buildHistoryTaskDetail.js +240 -0
- package/src/pages/tj/web/history/web/index.jsx +26 -0
- package/src/pages/tj/web/list/web/company/list/contants.js +114 -0
- package/src/pages/tj/web/list/web/company/list/index.jsx +400 -0
- package/src/pages/tj/web/list/web/company/listContent/index.jsx +24 -0
- package/src/pages/tj/web/list/web/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/web/list/web/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/web/list/web/company/listOpLog/index.jsx +126 -0
- package/src/pages/tj/web/list/web/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/web/trend/web/index.jsx +8 -0
- package/src/pages/tw/activity/components/ActivityOverviewCard/index.jsx +109 -0
- package/src/pages/tw/activity/components/ActivityOverviewCard/index.less +36 -0
- package/src/pages/tw/activity/components/riskFilter.js +180 -0
- package/src/pages/tw/activity/components/riskFilter.less +32 -0
- package/src/pages/tw/activity/index.less +77 -0
- package/src/pages/tw/activity/ranking/index.jsx +532 -0
- package/src/pages/tw/activity/trend/index.jsx +296 -0
- package/src/pages/tw/activity/user/index.jsx +112 -0
- package/src/pages/tw/antiRobotSms/history/constants.js +299 -0
- package/src/pages/tw/antiRobotSms/history/exportConfig.js +159 -0
- package/src/pages/tw/antiRobotSms/history/index.jsx +303 -0
- package/src/pages/tw/antiRobotSms/trend/index.jsx +13 -0
- package/src/pages/tw/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tw/blackWhite/company/list/index.jsx +270 -0
- package/src/pages/tw/blackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tw/blackWhite/company/listContentOpLog/index.jsx +22 -0
- package/src/pages/tw/blackWhite/company/listOpLog/index.jsx +119 -0
- package/src/pages/tw/blackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tw/blackWhite/constants.js +3 -0
- package/src/pages/tw/blackWhite/custom/list/contants.js +82 -0
- package/src/pages/tw/blackWhite/custom/list/index.jsx +260 -0
- package/src/pages/tw/blackWhite/custom/listContent/index.jsx +19 -0
- package/src/pages/tw/blackWhite/custom/listContentOpLog/index.jsx +15 -0
- package/src/pages/tw/blackWhite/custom/listOpLog/index.jsx +117 -0
- package/src/pages/tw/blackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tw/blackWhite/global/list/contants.js +82 -0
- package/src/pages/tw/blackWhite/global/list/index.jsx +155 -0
- package/src/pages/tw/blackWhite/global/listContent/index.jsx +20 -0
- package/src/pages/tw/blackWhite/global/listContentOpLog/index.jsx +15 -0
- package/src/pages/tw/blackWhite/global/listOpLog/index.jsx +118 -0
- package/src/pages/tw/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tw/components/exportConfig.js +330 -0
- package/src/pages/tw/constants.js +87 -0
- package/src/pages/tw/event/dataUpload/index.jsx +405 -0
- package/src/pages/tw/event/dataUpload/index.less +73 -0
- package/src/pages/tw/event/disposal/constants.js +71 -0
- package/src/pages/tw/event/disposal/getSearchForm.js +158 -0
- package/src/pages/tw/event/disposal/getTableColumns.js +99 -0
- package/src/pages/tw/event/disposal/index.jsx +86 -0
- package/src/pages/tw/event/disposal/index.less +13 -0
- package/src/pages/tw/event/history/constants.js +700 -0
- package/src/pages/tw/event/history/exportConfig.js +170 -0
- package/src/pages/tw/event/history/index.jsx +795 -0
- package/src/pages/tw/event/occupyRate/index.jsx +53 -0
- package/src/pages/tw/event/queryOrder/index.jsx +102 -0
- package/src/pages/tw/event/trend/index.jsx +78 -0
- package/src/pages/tw/login/history/constants.js +484 -0
- package/src/pages/tw/login/history/exportConfig.js +158 -0
- package/src/pages/tw/login/history/index.jsx +406 -0
- package/src/pages/tw/login/trend/index.jsx +78 -0
- package/src/pages/tw/marketing/history/constants.js +407 -0
- package/src/pages/tw/marketing/history/exportConfig.js +159 -0
- package/src/pages/tw/marketing/history/index.jsx +384 -0
- package/src/pages/tw/marketing/trend/index.jsx +11 -0
- package/src/pages/tw/register/history/constants.js +503 -0
- package/src/pages/tw/register/history/exportConfig.js +158 -0
- package/src/pages/tw/register/history/index.jsx +414 -0
- package/src/pages/tw/register/trend/index.jsx +78 -0
- package/src/pages/tw/risk/account/index.jsx +17 -0
- package/src/pages/tw/riskQueryCenter/components/AccountPage.js +711 -0
- package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.js +25 -0
- package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.less +20 -0
- package/src/pages/tw/riskQueryCenter/components/DeviceId.js +300 -0
- package/src/pages/tw/riskQueryCenter/components/PhonePage.js +330 -0
- package/src/pages/tw/riskQueryCenter/components/RiskFilter.js +411 -0
- package/src/pages/tw/riskQueryCenter/components/detailDrawer.js +399 -0
- package/src/pages/tw/riskQueryCenter/components/detailDrawer.less +101 -0
- package/src/pages/tw/riskQueryCenter/components/index.less +316 -0
- package/src/pages/tw/riskQueryCenter/components/riskFilter.less +27 -0
- package/src/pages/tw/riskQueryCenter/configure.js +958 -0
- package/src/pages/tw/riskQueryCenter/index.jsx +40 -0
- package/src/pages/tw/riskQueryCenter/index.less +0 -0
- package/src/pages/tw/strategy/components/StrategyNoPermission/index.jsx +20 -0
- package/src/pages/tw/strategy/components/StrategyNoPermission/index.less +32 -0
- package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.jsx +1219 -0
- package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.less +40 -0
- package/src/pages/tw/strategy/experiment/components/RuleDiffModal/index.jsx +149 -0
- package/src/pages/tw/strategy/experiment/components/RuleEventModal/index.jsx +203 -0
- package/src/pages/tw/strategy/experiment/components/RuleGroupCopyModal/index.jsx +132 -0
- package/src/pages/tw/strategy/experiment/components/RuleOnlineModal/index.jsx +226 -0
- package/src/pages/tw/strategy/experiment/index.jsx +545 -0
- package/src/pages/tw/strategy/experiment/index.less +15 -0
- package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.jsx +69 -0
- package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.less +3 -0
- package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.jsx +16 -0
- package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.less +38 -0
- package/src/pages/tw/strategy/experimentLog/index.jsx +944 -0
- package/src/pages/tw/strategy/experimentLog/index.less +18 -0
- package/src/pages/tw/strategy/hooks/useStrategyOpenStatus.js +64 -0
- package/src/pages/tw/strategy/labRecord/index.jsx +136 -0
- package/src/pages/tw/strategy/labRecord/index.less +8 -0
- package/src/pages/tw/strategy/policy/index.jsx +14 -0
- package/src/pages/tw/strategy/ruleLog/index.jsx +257 -0
- package/src/pages/tw/strategy/ruleLog/index.less +16 -0
- package/src/pages/twCaptcha/constants.js +158 -0
- package/src/pages/twCaptcha/risk/history/index.jsx +57 -0
- package/src/pages/twCaptcha/risk/trend/index.jsx +8 -0
- package/src/pages/twCaptcha/secondCheck/history/index.jsx +189 -0
- package/src/pages/twCaptcha/secondCheck/trend/index.jsx +8 -0
- package/src/pages/twCertifiy/constants.js +118 -0
- package/src/pages/twCertifiy/machine/history/index.jsx +52 -0
- package/src/pages/twCertifiy/machine/trend/index.jsx +19 -0
- package/src/pages/twCertifiy/oneKeyLogin/history/index.jsx +53 -0
- package/src/pages/twCertifiy/oneKeyLogin/trend/index.jsx +34 -0
- package/src/pages/twChannel/activeHistory/index.jsx +182 -0
- package/src/pages/twChannel/constants.js +499 -0
- package/src/pages/twChannel/retain/index.jsx +117 -0
- package/src/pages/twChannel/risk/activate/index.jsx +46 -0
- package/src/pages/twChannel/risk/channel/index.jsx +77 -0
- package/src/pages/twChannel/risk/trend/index.jsx +8 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useChannelEventList.ts +76 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultRangeTimeData.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultServiceDataAndServiceIdMap.ts +66 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useEventList.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useGlobalFilterListener.ts +169 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useHistoryList.ts +116 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useQueryParams.ts +178 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useRiskLevelList.ts +103 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useRiskReasonList.ts +57 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useTableExtraDom.tsx +194 -0
- package/src/pages/tw_history_trend_ts_backup/index.tsx +659 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableColumnRenders.tsx +119 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableExportData.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableFormatColumn.ts +76 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableSaveColumns.ts +31 -0
- package/src/pages/tw_history_trend_ts_backup/utils/getFormData.ts +64 -0
- package/src/pages/tw_history_trend_ts_backup/utils/getSearchParams.ts +55 -0
- package/src/pages/tw_history_trend_ts_backup/utils/hasFilterValue.ts +21 -0
- package/src/pages/tw_history_trend_ts_backup/utils/setDefaultSearchParams.ts +96 -0
- package/src/pages/tx/components/TxExport/index.jsx +70 -0
- package/src/pages/tx/components/TxExport/index.less +0 -0
- package/src/pages/tx/device/history/index.jsx +341 -0
- package/src/pages/tx/device/history/index.less +11 -0
- package/src/pages/tx/device/history/searchFormConfig.js +43 -0
- package/src/pages/tx/device/history/tableConfig.js +107 -0
- package/src/pages/tx/device/trend/index.jsx +204 -0
- package/src/pages/tx/helper/formatHistoryParams.js +34 -0
- package/src/pages/tx/helper/formatTrendParams.js +101 -0
- package/src/pages/tx/hooks/useTxHistory.ts +72 -0
- package/src/pages/tx/hooks/useTxRiskLabel.ts +53 -0
- package/src/pages/tx/hooks/useTxTrend.ts +109 -0
- package/src/pages/tx/ip/history/index.jsx +250 -0
- package/src/pages/tx/ip/history/index.less +11 -0
- package/src/pages/tx/ip/history/searchFormConfig.js +43 -0
- package/src/pages/tx/ip/history/tableConfig.js +85 -0
- package/src/pages/tx/ip/trend/index.jsx +204 -0
- package/src/pages/tx/phoneNum/history/index.jsx +307 -0
- package/src/pages/tx/phoneNum/history/index.less +11 -0
- package/src/pages/tx/phoneNum/history/searchFormConfig.js +43 -0
- package/src/pages/tx/phoneNum/history/tableConfig.js +111 -0
- package/src/pages/tx/phoneNum/trend/index.jsx +204 -0
- package/src/pages/tx/tokenId/history/index.jsx +248 -0
- package/src/pages/tx/tokenId/history/index.less +11 -0
- package/src/pages/tx/tokenId/history/searchFormConfig.js +43 -0
- package/src/pages/tx/tokenId/history/tableConfig.js +85 -0
- package/src/pages/tx/tokenId/trend/index.jsx +203 -0
- package/src/privateCustomConfig/WeiLai/Header/index.js +23 -0
- package/src/privateCustomConfig/WeiLai/Header/index.less +28 -0
- package/src/privateCustomConfig/WeiLai/LoginLeft/index.jsx +35 -0
- package/src/privateCustomConfig/WeiLai/LoginLeft/index.less +53 -0
- package/src/privateCustomConfig/WeiLai/img/favicon.png +0 -0
- package/src/privateCustomConfig/WeiLai/img/left-banner.png +0 -0
- package/src/privateCustomConfig/WeiLai/img/login.png +0 -0
- package/src/privateCustomConfig/WeiLai/index.jsx +7 -0
- package/src/privateCustomConfig/WeiLai/index.less +53 -0
- package/src/privateCustomConfig/ZhongYiHuLian/Header/index.js +23 -0
- package/src/privateCustomConfig/ZhongYiHuLian/Header/index.less +28 -0
- package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.jsx +33 -0
- package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.less +55 -0
- package/src/privateCustomConfig/ZhongYiHuLian/img/favicon.png +0 -0
- package/src/privateCustomConfig/ZhongYiHuLian/index.jsx +7 -0
- package/src/privateCustomConfig/ZhongYiHuLian/index.less +53 -0
- package/src/services/activity.js +44 -0
- package/src/services/base.js +66 -0
- package/src/services/bill.js +50 -0
- package/src/services/dataBack.js +45 -0
- package/src/services/dataUpload.js +26 -0
- package/src/services/helper.js +22 -0
- package/src/services/history.js +99 -0
- package/src/services/information.js +8 -0
- package/src/services/login.js +178 -0
- package/src/services/manage.js +203 -0
- package/src/services/mingdan.js +265 -0
- package/src/services/opinion.js +13 -0
- package/src/services/qps.ts +20 -0
- package/src/services/rank.js +26 -0
- package/src/services/riskAccount.js +25 -0
- package/src/services/strategy.js +269 -0
- package/src/services/strategyLab.js +31 -0
- package/src/services/streamInfo.ts +11 -0
- package/src/services/system.js +17 -0
- package/src/services/trend.js +154 -0
- package/src/services/twChannel.js +211 -0
- package/src/services/tx.js +24 -0
- package/src/services/user.js +127 -0
- package/src/type/index.ts +3 -0
- package/src/type.ts +32 -0
- package/src/utils/AuthorityManage.js +197 -0
- package/src/utils/Authorized.js +18 -0
- package/src/utils/adal.js +1936 -0
- package/src/utils/authority.js +36 -0
- package/src/utils/formatPrefixLink.ts +17 -0
- package/src/utils/getRejectRatio.js +18 -0
- package/src/utils/getTimeName.js +31 -0
- package/src/utils/getUniqueColor.ts +136 -0
- package/src/utils/helpers.js +168 -0
- package/src/utils/md5.js +206 -0
- package/src/utils/newRequest.js +139 -0
- package/src/utils/removeExportBtnOfForm.js +12 -0
- package/src/utils/request.js +139 -0
- package/src/utils/tableHelper.js +23 -0
- package/src/utils/translateSMImageTable.js +42 -0
- package/src/utils/utils.js +1521 -0
- package/src/wrappers/auth/ApplyNaModal/index.js +61 -0
- package/src/wrappers/auth/constants.js +114 -0
- package/src/wrappers/auth/img/account.png +0 -0
- package/src/wrappers/auth/img/article.png +0 -0
- package/src/wrappers/auth/img/audio.png +0 -0
- package/src/wrappers/auth/img/audioStream.png +0 -0
- package/src/wrappers/auth/img/blackWhite.png +0 -0
- package/src/wrappers/auth/img/captchaSverify.png +0 -0
- package/src/wrappers/auth/img/captchaVerify.png +0 -0
- package/src/wrappers/auth/img/channelAnticheat.png +0 -0
- package/src/wrappers/auth/img/channelHistory.png +0 -0
- package/src/wrappers/auth/img/channelRetain.png +0 -0
- package/src/wrappers/auth/img/device.png +0 -0
- package/src/wrappers/auth/img/event.png +0 -0
- package/src/wrappers/auth/img/login.png +0 -0
- package/src/wrappers/auth/img/noApplyAuth.png +0 -0
- package/src/wrappers/auth/img/pic.png +0 -0
- package/src/wrappers/auth/img/policy.png +0 -0
- package/src/wrappers/auth/img/register.png +0 -0
- package/src/wrappers/auth/img/success.png +0 -0
- package/src/wrappers/auth/img/team.png +0 -0
- package/src/wrappers/auth/img/text.png +0 -0
- package/src/wrappers/auth/img/video.png +0 -0
- package/src/wrappers/auth/img/videoStream.png +0 -0
- package/src/wrappers/auth/index.jsx +218 -0
- package/src/wrappers/auth/index.less +42 -0
|
@@ -0,0 +1,1474 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
/**
|
|
3
|
+
* 趋势页类型之一 例子:视频文件,视频流趋势
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import {connect, injectIntl} from 'umi';
|
|
8
|
+
import moment from 'moment';
|
|
9
|
+
import lodash from 'lodash';
|
|
10
|
+
import {Table} from 'antd';
|
|
11
|
+
|
|
12
|
+
import {AUTH_FUNCTION} from '@/contants';
|
|
13
|
+
import SMSearchForm from '@/components/SMSearchForm';
|
|
14
|
+
import {getAuthFunction} from '@/utils/AuthorityManage';
|
|
15
|
+
import GlobalFilterListener from '@/components/GlobalFilterListener';
|
|
16
|
+
import SMDataCard from '@/components/SMDataCard';
|
|
17
|
+
import SMLineChart from '@/components/SMLineChart';
|
|
18
|
+
import SMLinePieChart from '@/components/SMLinePieChart';
|
|
19
|
+
import withIntlComponents from '@/hoc/withIntlComponents';
|
|
20
|
+
import { formatSearchParams, exportFile, unitConverter, getPercent, Storage } from '@/utils/utils';
|
|
21
|
+
import {getRejectRatio} from '@/utils/getRejectRatio';
|
|
22
|
+
import {SMTips, SMNewSelect} from '@/components';
|
|
23
|
+
import {BILL_TIPS} from '@/pages/payment/contants';
|
|
24
|
+
import removeExportBtn from '@/utils/removeExportBtnOfForm';
|
|
25
|
+
import { EXPORT_TREND_TOOLTIP } from '@/contants/exportUrl';
|
|
26
|
+
import {judgeServiceIdType} from '@/contants/judgeServiceIdType';
|
|
27
|
+
import {getCustomMdTrend, getDataDetail} from '@/services/trend';
|
|
28
|
+
import {queryListService} from '@/services/history';
|
|
29
|
+
import getUniqueColor from '@/utils/getUniqueColor';
|
|
30
|
+
|
|
31
|
+
import {jumpToHistoryPage} from '../helper.js';
|
|
32
|
+
import formatMdListByAppId from '../../formatMdListByAppId';
|
|
33
|
+
import styles from '../trend.less';
|
|
34
|
+
|
|
35
|
+
const hideErrorList = [
|
|
36
|
+
'POST_VIDEO_AUDIO',
|
|
37
|
+
'POST_VIDEO_IMG',
|
|
38
|
+
'POST_AUDIOCLIPS',
|
|
39
|
+
'POST_AUDIOCLIPS_EN',
|
|
40
|
+
'POST_AUDIOCLIPS_AR',
|
|
41
|
+
'POST_AUDIOCLIPS_B',
|
|
42
|
+
'POST_AUDIOSTREAMCLIPS',
|
|
43
|
+
'POST_AUDIOSTREAMCLIPS_EN',
|
|
44
|
+
'POST_AUDIOSTREAMCLIPS_AR',
|
|
45
|
+
'POST_AUDIOSTREAMCLIPS_B',
|
|
46
|
+
'POST_VIDEOSTREAM_IMG',
|
|
47
|
+
'POST_VIDEOSTREAM_AUDIO',
|
|
48
|
+
'POST_VIDEOSTREAM_IMG_EN',
|
|
49
|
+
'POST_VIDEOSTREAM_AUDIO_EN',
|
|
50
|
+
'POST_VIDEOSTREAM_IMG_AR',
|
|
51
|
+
'POST_VIDEOSTREAM_AUDIO_AR',
|
|
52
|
+
];
|
|
53
|
+
|
|
54
|
+
class Trend extends React.Component {
|
|
55
|
+
constructor(props) {
|
|
56
|
+
super(props);
|
|
57
|
+
const {intl} = props;
|
|
58
|
+
this.state = {
|
|
59
|
+
defaultRangeTimeData: {
|
|
60
|
+
type: 'datePicker',
|
|
61
|
+
name: 'time',
|
|
62
|
+
data: {
|
|
63
|
+
dateSelectArr: [
|
|
64
|
+
{
|
|
65
|
+
name: '今天',
|
|
66
|
+
value: 1,
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
name: '近7天',
|
|
70
|
+
value: 7,
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: '近30天',
|
|
74
|
+
value: 30,
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
defaultChannelEventData: {
|
|
80
|
+
type: 'select',
|
|
81
|
+
name: 'channelEvent',
|
|
82
|
+
data: {
|
|
83
|
+
selectData: {
|
|
84
|
+
optionData: [],
|
|
85
|
+
title: '渠道',
|
|
86
|
+
labelId: 'channelEvent',
|
|
87
|
+
isAddAll: true,
|
|
88
|
+
defaultValue: 'all',
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
defaultChannelsEventData: {
|
|
93
|
+
type: 'descriptionCascader',
|
|
94
|
+
name: 'channels',
|
|
95
|
+
isInlineBlock: true,
|
|
96
|
+
data: {
|
|
97
|
+
selectData: {
|
|
98
|
+
optionData: [],
|
|
99
|
+
title: '渠道',
|
|
100
|
+
defaultValue: [],
|
|
101
|
+
isAddAll: false,
|
|
102
|
+
isAddEle: true,
|
|
103
|
+
originValueName: 'label',
|
|
104
|
+
valueName: 'label_value',
|
|
105
|
+
labelName: 'label_name',
|
|
106
|
+
childrenName: 'son',
|
|
107
|
+
popupClassName: 'description-cascader',
|
|
108
|
+
isChannel: true,
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
defaultEventData: {
|
|
113
|
+
type: 'select',
|
|
114
|
+
name: 'eventId',
|
|
115
|
+
data: {
|
|
116
|
+
selectData: {
|
|
117
|
+
optionData: [],
|
|
118
|
+
title: '事件',
|
|
119
|
+
labelId: 'eventId',
|
|
120
|
+
isAddAll: true,
|
|
121
|
+
defaultValue: 'all',
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
defaultLabelSearchData: {
|
|
126
|
+
type: 'labelSearch',
|
|
127
|
+
name: 'labelSearch',
|
|
128
|
+
data: {
|
|
129
|
+
placeholder: '请输入航班号',
|
|
130
|
+
optionData: [
|
|
131
|
+
{
|
|
132
|
+
value: 'flightNum',
|
|
133
|
+
name: '航班号',
|
|
134
|
+
},
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
isResetSearchForm: false,
|
|
139
|
+
queryParams: {
|
|
140
|
+
startDay: moment().format('YYYY-MM-DD'),
|
|
141
|
+
endDay: moment().format('YYYY-MM-DD'),
|
|
142
|
+
flightNum: '', // 航班号
|
|
143
|
+
},
|
|
144
|
+
defaultQueryParams: {
|
|
145
|
+
startDay: moment().format('YYYY-MM-DD'),
|
|
146
|
+
endDay: moment().format('YYYY-MM-DD'),
|
|
147
|
+
},
|
|
148
|
+
cardData: {
|
|
149
|
+
total: 0,
|
|
150
|
+
reject: 0,
|
|
151
|
+
review: 0,
|
|
152
|
+
pass: 0,
|
|
153
|
+
},
|
|
154
|
+
resetDefaultValue: false,
|
|
155
|
+
trendData: {},
|
|
156
|
+
riskLevelLoading: true,
|
|
157
|
+
riskTypeLoading: true,
|
|
158
|
+
channelEventList: [],
|
|
159
|
+
eventIdMap: {},
|
|
160
|
+
channelMap: {},
|
|
161
|
+
currentGlobalFilter: {
|
|
162
|
+
organization: '',
|
|
163
|
+
appId: '',
|
|
164
|
+
clusterId: '',
|
|
165
|
+
},
|
|
166
|
+
cardDataArr: [
|
|
167
|
+
{
|
|
168
|
+
title: '总数',
|
|
169
|
+
total: 0,
|
|
170
|
+
percent: '',
|
|
171
|
+
type: 'total',
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
title: '拒绝数',
|
|
175
|
+
total: 0,
|
|
176
|
+
percent: '',
|
|
177
|
+
type: 'reject',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
title: '审核数',
|
|
181
|
+
total: 0,
|
|
182
|
+
percent: '',
|
|
183
|
+
type: 'review',
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
title: '通过数',
|
|
187
|
+
total: 0,
|
|
188
|
+
percent: '',
|
|
189
|
+
type: 'pass',
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
trendLineData: {
|
|
193
|
+
title: '趋势统计',
|
|
194
|
+
xname: '',
|
|
195
|
+
yname: '数量(次)',
|
|
196
|
+
xAxisData: [],
|
|
197
|
+
configData: [
|
|
198
|
+
{
|
|
199
|
+
name: '总数',
|
|
200
|
+
data: [],
|
|
201
|
+
color: 'blue',
|
|
202
|
+
selected: false,
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
name: '拒绝数',
|
|
206
|
+
data: [],
|
|
207
|
+
color: 'orange',
|
|
208
|
+
selected: true,
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
name: '审核数',
|
|
212
|
+
data: [],
|
|
213
|
+
color: 'yellow',
|
|
214
|
+
selected: true,
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
name: '通过数',
|
|
218
|
+
data: [],
|
|
219
|
+
color: 'green',
|
|
220
|
+
selected: false,
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
},
|
|
224
|
+
trendLineOrderData: {
|
|
225
|
+
title: '查定比趋势统计',
|
|
226
|
+
xname: '',
|
|
227
|
+
yname: '数量(次)',
|
|
228
|
+
xAxisData: [],
|
|
229
|
+
configData: [
|
|
230
|
+
{
|
|
231
|
+
name: '查定比',
|
|
232
|
+
data: [],
|
|
233
|
+
color: 'yellow',
|
|
234
|
+
selected: false,
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
name: '原始查定比',
|
|
238
|
+
data: [],
|
|
239
|
+
color: 'green',
|
|
240
|
+
selected: false,
|
|
241
|
+
},
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
trendLineCustomMdData: {
|
|
245
|
+
title: '自定义名单命中趋势',
|
|
246
|
+
xname: '',
|
|
247
|
+
yname: '数量(次)',
|
|
248
|
+
xAxisData: [],
|
|
249
|
+
configData: [],
|
|
250
|
+
},
|
|
251
|
+
rejectLineData: {
|
|
252
|
+
title: '拒绝原因分布',
|
|
253
|
+
xname: '',
|
|
254
|
+
yname: '数量(次)',
|
|
255
|
+
xAxisData: [],
|
|
256
|
+
configData: [],
|
|
257
|
+
},
|
|
258
|
+
reviewLineData: {
|
|
259
|
+
title: '审核原因分布',
|
|
260
|
+
xname: '',
|
|
261
|
+
yname: '数量(次)',
|
|
262
|
+
xAxisData: [],
|
|
263
|
+
configData: [],
|
|
264
|
+
},
|
|
265
|
+
verifyLineData: {
|
|
266
|
+
title: '二次验证原因分布',
|
|
267
|
+
xname: '',
|
|
268
|
+
yname: '数量(次)',
|
|
269
|
+
xAxisData: [],
|
|
270
|
+
configData: [],
|
|
271
|
+
},
|
|
272
|
+
rejectPieData: {
|
|
273
|
+
name: '拒绝原因分布',
|
|
274
|
+
legendData: [],
|
|
275
|
+
seriesData: [],
|
|
276
|
+
},
|
|
277
|
+
reviewPieData: {
|
|
278
|
+
name: '审核原因分布',
|
|
279
|
+
legendData: [],
|
|
280
|
+
seriesData: [],
|
|
281
|
+
},
|
|
282
|
+
verifyPieData: {
|
|
283
|
+
name: '二次验证原因分布',
|
|
284
|
+
legendData: [],
|
|
285
|
+
seriesData: [],
|
|
286
|
+
},
|
|
287
|
+
defaultRejectLineData: {
|
|
288
|
+
title: '拒绝原因分布',
|
|
289
|
+
xname: '',
|
|
290
|
+
yname: '数量(次)',
|
|
291
|
+
xAxisData: [],
|
|
292
|
+
configData: [],
|
|
293
|
+
},
|
|
294
|
+
defaultReviewLineData: {
|
|
295
|
+
title: '审核原因分布',
|
|
296
|
+
xname: '',
|
|
297
|
+
yname: '数量(次)',
|
|
298
|
+
xAxisData: [],
|
|
299
|
+
configData: [],
|
|
300
|
+
},
|
|
301
|
+
defaultVerifyLineData: {
|
|
302
|
+
title: '二次验证原因分布',
|
|
303
|
+
xname: '',
|
|
304
|
+
yname: '数量(次)',
|
|
305
|
+
xAxisData: [],
|
|
306
|
+
configData: [],
|
|
307
|
+
},
|
|
308
|
+
defaultRejectPieData: {
|
|
309
|
+
name: '拒绝原因分布',
|
|
310
|
+
legendData: [],
|
|
311
|
+
seriesData: [],
|
|
312
|
+
},
|
|
313
|
+
defaultReviewPieData: {
|
|
314
|
+
name: '审核原因分布',
|
|
315
|
+
legendData: [],
|
|
316
|
+
seriesData: [],
|
|
317
|
+
},
|
|
318
|
+
defaultVerifyPieData: {
|
|
319
|
+
name: '二次验证原因分布',
|
|
320
|
+
legendData: [],
|
|
321
|
+
seriesData: [],
|
|
322
|
+
},
|
|
323
|
+
errorReasonLineData: {
|
|
324
|
+
title: '接口调用异常原因分布',
|
|
325
|
+
xname: '',
|
|
326
|
+
yname: '数量(次)',
|
|
327
|
+
xAxisData: [],
|
|
328
|
+
configData: [],
|
|
329
|
+
},
|
|
330
|
+
errorReasonPieData: {
|
|
331
|
+
name: '接口调用异常原因分布',
|
|
332
|
+
legendData: [],
|
|
333
|
+
seriesData: [],
|
|
334
|
+
},
|
|
335
|
+
riskTypeTrendData: {},
|
|
336
|
+
trendType: props.isAviation, // 趋势类型标识
|
|
337
|
+
trendLineCustomMdLoading: false,
|
|
338
|
+
customMdCheckValue: [], // 当前选中的名单的值
|
|
339
|
+
customMdSelectList: [], // 当前筛选条件下的名单列表
|
|
340
|
+
tableDataSource: [],
|
|
341
|
+
};
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
UNSAFE_componentWillMount() {
|
|
345
|
+
const { stateConfig} = this.props;
|
|
346
|
+
const {trendLineData} = this.state;
|
|
347
|
+
// 天网不需要添加拦截比例
|
|
348
|
+
if (!(stateConfig?.isTW)) {
|
|
349
|
+
const newTrendLineData = lodash.cloneDeep(trendLineData);
|
|
350
|
+
newTrendLineData.isInterception = true;
|
|
351
|
+
newTrendLineData.secondSuffix = '%';
|
|
352
|
+
newTrendLineData.configData = [...newTrendLineData.configData,
|
|
353
|
+
{
|
|
354
|
+
name: '拦截比例',
|
|
355
|
+
data: [],
|
|
356
|
+
color: 'red',
|
|
357
|
+
selected: false,
|
|
358
|
+
isSecondAxis: true,
|
|
359
|
+
}];
|
|
360
|
+
this.setState({trendLineData: newTrendLineData});
|
|
361
|
+
}
|
|
362
|
+
if (stateConfig) {
|
|
363
|
+
this.setState(stateConfig);
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
// 获取自定义名单列表当前选中的值(通过浏览器缓存)
|
|
368
|
+
getCustomMdCheckValueByStorage = (params = {}) => {
|
|
369
|
+
const { route, currentUser } = this.props;
|
|
370
|
+
const serviceId = route.routeData.serviceId;
|
|
371
|
+
const {organization = this.state.currentGlobalFilter?.organization} = params || {};
|
|
372
|
+
// 缓存的key值 当前账号 + 选中的公司 + serviceId
|
|
373
|
+
const customMdKey = currentUser?.account + '_'
|
|
374
|
+
+ organization + '_' + serviceId;
|
|
375
|
+
const customMdCheckValue = Storage.get(customMdKey) || [];
|
|
376
|
+
// 将从缓存中获取的名单默认值,更新到内存中
|
|
377
|
+
this.setState({
|
|
378
|
+
customMdCheckValue,
|
|
379
|
+
});
|
|
380
|
+
return customMdCheckValue;
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
// 设置自定义名单的值——通过名单options进行过滤
|
|
384
|
+
onCustomMdChange = (value = []) => {
|
|
385
|
+
const {route, currentUser} = this.props;
|
|
386
|
+
const serviceId = route.routeData.serviceId;
|
|
387
|
+
|
|
388
|
+
// 获取当前storage的key
|
|
389
|
+
const customMdKey = currentUser?.account + '_'
|
|
390
|
+
+ this.state.currentGlobalFilter?.organization + '_' + serviceId;
|
|
391
|
+
|
|
392
|
+
// 获取当前名单列表的name数组
|
|
393
|
+
const customMdSelectListByName = this.state.customMdSelectList?.map(item => item.name);
|
|
394
|
+
|
|
395
|
+
// 找到缓存中不在名单列表之内的值(这些值不做替换)
|
|
396
|
+
const prevCustomMdValue = this.getCustomMdCheckValueByStorage()?.filter(item =>
|
|
397
|
+
!customMdSelectListByName.includes(item)) || [];
|
|
398
|
+
|
|
399
|
+
// 最终展示的值: 缓存中不在名单列表外的值 + 用户当前选中的值
|
|
400
|
+
const finalUpdateCustomMdValue = [...prevCustomMdValue, ...value]; // 其他值+当前选中的值
|
|
401
|
+
Storage.set(customMdKey, finalUpdateCustomMdValue);
|
|
402
|
+
|
|
403
|
+
this.setState({
|
|
404
|
+
customMdCheckValue: finalUpdateCustomMdValue,
|
|
405
|
+
});
|
|
406
|
+
};
|
|
407
|
+
|
|
408
|
+
// 自定义名单筛选项改变的方法
|
|
409
|
+
onFilterChangeToGetMdList = (params = {}, isOrgChange) => {
|
|
410
|
+
const {currentGlobalFilter, newQueryParams} = params;
|
|
411
|
+
// 获取新的缓存,因为如果公司变化了,对应存储缓存的key就变化了,所以需要重新获取
|
|
412
|
+
if (isOrgChange) {
|
|
413
|
+
this.getCustomMdCheckValueByStorage({
|
|
414
|
+
organization: currentGlobalFilter.organization,
|
|
415
|
+
});
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// 重新请求名单列表
|
|
419
|
+
this.getCustomMdSelectList({
|
|
420
|
+
organization: currentGlobalFilter.organization,
|
|
421
|
+
appId: currentGlobalFilter.appId,
|
|
422
|
+
...newQueryParams,
|
|
423
|
+
});
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
getTableData = async () => {
|
|
427
|
+
const {route, specialServiceId} = this.props;
|
|
428
|
+
const serviceId = specialServiceId || route?.routeData?.serviceId;
|
|
429
|
+
const { currentGlobalFilter, queryParams, trendType } = this.state;
|
|
430
|
+
const { organization, appId, clusterId } = currentGlobalFilter;
|
|
431
|
+
const channel = queryParams.channel ? [queryParams.channel] : queryParams.channels;
|
|
432
|
+
const params = {
|
|
433
|
+
organization,
|
|
434
|
+
appId,
|
|
435
|
+
colonyName: clusterId,
|
|
436
|
+
serviceId,
|
|
437
|
+
startDay: queryParams.startDay,
|
|
438
|
+
endDay: queryParams.endDay,
|
|
439
|
+
};
|
|
440
|
+
if (lodash.isArray(channel) && channel.length > 0 && channel[0] !== 'all') {
|
|
441
|
+
params.channels = channel;
|
|
442
|
+
}
|
|
443
|
+
const result = await getDataDetail(formatSearchParams(params));
|
|
444
|
+
if (result?.code === 1100) {
|
|
445
|
+
this.setState({
|
|
446
|
+
tableDataSource: result?.content,
|
|
447
|
+
tableLoading: false,
|
|
448
|
+
});
|
|
449
|
+
}
|
|
450
|
+
};
|
|
451
|
+
|
|
452
|
+
globalFilterChange = obj => {
|
|
453
|
+
const { orgChange, appIdChange, clusterIdChange, currentGlobalFilter } = obj;
|
|
454
|
+
this.setState(
|
|
455
|
+
{
|
|
456
|
+
currentGlobalFilter,
|
|
457
|
+
},
|
|
458
|
+
() => {
|
|
459
|
+
if (orgChange) {
|
|
460
|
+
// 公司改变 重置搜索筛选项
|
|
461
|
+
const { queryParams, isTW = false } = this.state;
|
|
462
|
+
const { route } = this.props;
|
|
463
|
+
const serviceId = route.routeData.serviceId;
|
|
464
|
+
if (isTW) {
|
|
465
|
+
switch (serviceId) {
|
|
466
|
+
case 'POST_EVENT':
|
|
467
|
+
// 获取事件列表
|
|
468
|
+
this.getEventList();
|
|
469
|
+
break;
|
|
470
|
+
}
|
|
471
|
+
// 天网公司变化时将筛选项选中的值恢复成默认
|
|
472
|
+
let newQueryParams = lodash.cloneDeep(queryParams);
|
|
473
|
+
newQueryParams.eventId = ''; // 事件趋势的下拉框
|
|
474
|
+
newQueryParams.flightNum = ''; // 春秋航空的占座率趋势的航班号输入框
|
|
475
|
+
this.setState({
|
|
476
|
+
queryParams: newQueryParams,
|
|
477
|
+
resetDefaultValue: !this.state.resetDefaultValue, // 公司变化时将筛选项选中的值恢复成默认
|
|
478
|
+
}, () => {
|
|
479
|
+
this.doSearch();
|
|
480
|
+
});
|
|
481
|
+
// this.doSearch();
|
|
482
|
+
} else {
|
|
483
|
+
// 天净的趋势页面
|
|
484
|
+
this.getChannelEventList();
|
|
485
|
+
|
|
486
|
+
let newQueryParams = lodash.cloneDeep(queryParams);
|
|
487
|
+
newQueryParams.eventId = '';
|
|
488
|
+
newQueryParams.channel = '';
|
|
489
|
+
newQueryParams.channels = [];
|
|
490
|
+
|
|
491
|
+
// 文本中文公司变化时需要请求名单列表
|
|
492
|
+
if (judgeServiceIdType(serviceId)?.isTextZnServiceId) {
|
|
493
|
+
this.onFilterChangeToGetMdList({
|
|
494
|
+
currentGlobalFilter,
|
|
495
|
+
newQueryParams,
|
|
496
|
+
serviceId,
|
|
497
|
+
}, true);
|
|
498
|
+
}
|
|
499
|
+
this.setState(
|
|
500
|
+
{
|
|
501
|
+
queryParams: newQueryParams,
|
|
502
|
+
resetDefaultValue: !this.state.resetDefaultValue, // 公司变化时将筛选项选中的值恢复成默认
|
|
503
|
+
},
|
|
504
|
+
() => {
|
|
505
|
+
this.doSearch();
|
|
506
|
+
}
|
|
507
|
+
);
|
|
508
|
+
}
|
|
509
|
+
} else {
|
|
510
|
+
const {serviceId} = this.props.route?.routeData;
|
|
511
|
+
// 文本中文应用变化时需要请求名单列表
|
|
512
|
+
if (appIdChange && judgeServiceIdType(serviceId)?.isTextZnServiceId) {
|
|
513
|
+
this.onFilterChangeToGetMdList({
|
|
514
|
+
currentGlobalFilter,
|
|
515
|
+
newQueryParams: this.state.queryParams,
|
|
516
|
+
serviceId,
|
|
517
|
+
});
|
|
518
|
+
}
|
|
519
|
+
this.doSearch();
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
);
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
doSearch() {
|
|
526
|
+
this.setState(
|
|
527
|
+
{
|
|
528
|
+
riskLevelLoading: true,
|
|
529
|
+
riskTypeLoading: true,
|
|
530
|
+
trendLineCustomMdLoading: true, // 自定义名单趋势的loading
|
|
531
|
+
tableLoading: true, // 数据详情列表
|
|
532
|
+
},
|
|
533
|
+
() => {
|
|
534
|
+
this.getRiskLevelTrend();
|
|
535
|
+
this.getRiskTypeTrend();
|
|
536
|
+
this.getCustomMdListTrend(); // 请求自定义名单趋势
|
|
537
|
+
if (!this.state.isTW) {
|
|
538
|
+
this.getTableData(); // 数据详情列表
|
|
539
|
+
this.getErrorReasonTrend(); // 接口异常分布
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
// 获取查询接口参数
|
|
546
|
+
getSearchParams = () => {
|
|
547
|
+
const { route, specialServiceId = '' } = this.props;
|
|
548
|
+
const { currentGlobalFilter, queryParams, trendType } = this.state;
|
|
549
|
+
const { organization, appId, clusterId } = currentGlobalFilter;
|
|
550
|
+
let searchParams = {
|
|
551
|
+
organization: organization,
|
|
552
|
+
serviceId: specialServiceId || route.routeData.serviceId,
|
|
553
|
+
appId: appId,
|
|
554
|
+
colonyName: clusterId,
|
|
555
|
+
trendType,
|
|
556
|
+
...queryParams,
|
|
557
|
+
};
|
|
558
|
+
|
|
559
|
+
if (searchParams.channels?.length === 0) {
|
|
560
|
+
delete searchParams.channels;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// 处理一下searchParams,如果为'' || 'all', 则删除该项
|
|
564
|
+
let newSearchParams = formatSearchParams(searchParams);
|
|
565
|
+
return newSearchParams;
|
|
566
|
+
};
|
|
567
|
+
|
|
568
|
+
// 请求风险趋势接口
|
|
569
|
+
getRiskLevelTrend = async () => {
|
|
570
|
+
const { dispatch } = this.props;
|
|
571
|
+
|
|
572
|
+
let newSearchParams = this.getSearchParams();
|
|
573
|
+
|
|
574
|
+
let riskLevelTrendData = await dispatch({
|
|
575
|
+
type: 'trend/fetchRiskLevelTrend',
|
|
576
|
+
payload: newSearchParams,
|
|
577
|
+
});
|
|
578
|
+
const { trend, count } = riskLevelTrendData || {};
|
|
579
|
+
let rejectRatio = [];
|
|
580
|
+
try {
|
|
581
|
+
rejectRatio = getRejectRatio(trend.total, trend.reject);
|
|
582
|
+
} catch (error) {}
|
|
583
|
+
this.setState(
|
|
584
|
+
{
|
|
585
|
+
cardData: count,
|
|
586
|
+
riskLevelLoading: false,
|
|
587
|
+
trendData: {...trend, rejectRatio},
|
|
588
|
+
},
|
|
589
|
+
() => {
|
|
590
|
+
this.setCardDataArr();
|
|
591
|
+
this.setTrendLineChartData();
|
|
592
|
+
}
|
|
593
|
+
);
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
// 请求自定义名单的趋势
|
|
597
|
+
getCustomMdListTrend = async () => {
|
|
598
|
+
const newSearchParams = this.getSearchParams();
|
|
599
|
+
const newTrendLineCustomMdData = lodash.cloneDeep(this.state.trendLineCustomMdData);
|
|
600
|
+
|
|
601
|
+
try {
|
|
602
|
+
const {code, contents} = await getCustomMdTrend(newSearchParams);
|
|
603
|
+
const {CUSTOMLISTTREND = {}} = contents || {};
|
|
604
|
+
if (code === 1100) {
|
|
605
|
+
const configData = [];
|
|
606
|
+
Object.keys(CUSTOMLISTTREND || {})?.map(item => {
|
|
607
|
+
if (item === 'x_axis') {
|
|
608
|
+
newTrendLineCustomMdData.xAxisData = CUSTOMLISTTREND?.x_axis;
|
|
609
|
+
} else {
|
|
610
|
+
configData.push({
|
|
611
|
+
name: item,
|
|
612
|
+
data: CUSTOMLISTTREND?.[item],
|
|
613
|
+
selected: true,
|
|
614
|
+
});
|
|
615
|
+
}
|
|
616
|
+
});
|
|
617
|
+
newTrendLineCustomMdData.configData = configData;
|
|
618
|
+
this.setState({
|
|
619
|
+
trendLineCustomMdData: newTrendLineCustomMdData,
|
|
620
|
+
trendLineCustomMdLoading: false,
|
|
621
|
+
});
|
|
622
|
+
}
|
|
623
|
+
} catch (error) {
|
|
624
|
+
newTrendLineCustomMdData.configData = [];
|
|
625
|
+
newTrendLineCustomMdData.xAxisData = [];
|
|
626
|
+
this.setState({
|
|
627
|
+
trendLineCustomMdData: newTrendLineCustomMdData,
|
|
628
|
+
trendLineCustomMdLoading: false,
|
|
629
|
+
});
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
// 请求风险类型分布接口
|
|
634
|
+
getRiskTypeTrend = async () => {
|
|
635
|
+
const { dispatch } = this.props;
|
|
636
|
+
|
|
637
|
+
let newSearchParams = this.getSearchParams();
|
|
638
|
+
|
|
639
|
+
let riskTypeTrendData = await dispatch({
|
|
640
|
+
type: 'trend/fetchRiskTypeTrend',
|
|
641
|
+
payload: newSearchParams,
|
|
642
|
+
});
|
|
643
|
+
this.setState(
|
|
644
|
+
{
|
|
645
|
+
riskTypeLoading: false,
|
|
646
|
+
riskTypeTrendData: riskTypeTrendData,
|
|
647
|
+
},
|
|
648
|
+
() => {
|
|
649
|
+
this.setRiskTypeData();
|
|
650
|
+
}
|
|
651
|
+
);
|
|
652
|
+
};
|
|
653
|
+
// 设置风险类型分布的 折线图 以及 饼图数据
|
|
654
|
+
setRiskTypeData = () => {
|
|
655
|
+
const {
|
|
656
|
+
defaultRejectLineData,
|
|
657
|
+
defaultReviewLineData,
|
|
658
|
+
defaultVerifyLineData,
|
|
659
|
+
defaultRejectPieData,
|
|
660
|
+
defaultReviewPieData,
|
|
661
|
+
defaultVerifyPieData,
|
|
662
|
+
riskTypeTrendData,
|
|
663
|
+
hasVerify,
|
|
664
|
+
} = this.state;
|
|
665
|
+
const {
|
|
666
|
+
REJECT,
|
|
667
|
+
REVIEW,
|
|
668
|
+
VERIFY,
|
|
669
|
+
REJECTTREND = {},
|
|
670
|
+
REVIEWTREND = {},
|
|
671
|
+
VERIFYTREND = {},
|
|
672
|
+
} = riskTypeTrendData || {};
|
|
673
|
+
|
|
674
|
+
let newRejectLineData = lodash.cloneDeep(defaultRejectLineData);
|
|
675
|
+
let newReviewLineData = lodash.cloneDeep(defaultReviewLineData);
|
|
676
|
+
let newVerifyLineData = lodash.cloneDeep(defaultVerifyLineData);
|
|
677
|
+
let newReviewPieData = lodash.cloneDeep(defaultReviewPieData);
|
|
678
|
+
let newRejectPieData = lodash.cloneDeep(defaultRejectPieData);
|
|
679
|
+
let newVerifyPieData = lodash.cloneDeep(defaultVerifyPieData);
|
|
680
|
+
let rejectTotal = this.getTotalCount(REJECT);
|
|
681
|
+
let reviewTotal = this.getTotalCount(REVIEW);
|
|
682
|
+
// 设置拒绝原因分布的折线图数据
|
|
683
|
+
for (let i in REJECTTREND) {
|
|
684
|
+
if (REJECT[i]) {
|
|
685
|
+
newRejectLineData.configData.push({
|
|
686
|
+
name: i,
|
|
687
|
+
data: REJECTTREND[i],
|
|
688
|
+
});
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
newRejectLineData.xAxisData = REJECTTREND.x_axis;
|
|
692
|
+
// 设置审核原因分布的折线图数据
|
|
693
|
+
for (let i in REVIEWTREND) {
|
|
694
|
+
if (REVIEW[i]) {
|
|
695
|
+
newReviewLineData.configData.push({
|
|
696
|
+
name: i,
|
|
697
|
+
data: REVIEWTREND[i],
|
|
698
|
+
});
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
newReviewLineData.xAxisData = REVIEWTREND.x_axis;
|
|
702
|
+
if (hasVerify) {
|
|
703
|
+
let verifyTotal = this.getTotalCount(VERIFY);
|
|
704
|
+
// 有二次验证
|
|
705
|
+
// 设置二次验证原因分布的折线图数据
|
|
706
|
+
for (let i in VERIFYTREND) {
|
|
707
|
+
if (VERIFY[i]) {
|
|
708
|
+
newVerifyLineData.configData.push({
|
|
709
|
+
name: i,
|
|
710
|
+
data: VERIFYTREND[i],
|
|
711
|
+
});
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
newVerifyLineData.xAxisData = VERIFYTREND.x_axis;
|
|
715
|
+
// 设置二次验证原因分布的饼图数据
|
|
716
|
+
for (let i in VERIFY) {
|
|
717
|
+
if (VERIFY[i]) {
|
|
718
|
+
const index = i.indexOf(':') > -1 ? i.indexOf(':') : i.indexOf(':');
|
|
719
|
+
const name = index > -1 ? i.slice(index + 1) : i;
|
|
720
|
+
newVerifyPieData.seriesData.push({
|
|
721
|
+
value: VERIFY[i],
|
|
722
|
+
name: name,
|
|
723
|
+
trueName: i,
|
|
724
|
+
per: getPercent(VERIFY[i], verifyTotal),
|
|
725
|
+
});
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
newVerifyPieData.tooltipFormatter = this.tooltipFormatter;
|
|
729
|
+
}
|
|
730
|
+
// 设置拒绝原因分布的饼图数据
|
|
731
|
+
for (let i in REJECT) {
|
|
732
|
+
if (REJECT[i]) {
|
|
733
|
+
const index = i.indexOf(':') > -1 ? i.indexOf(':') : i.indexOf(':');
|
|
734
|
+
const name = index > -1 ? i.slice(index + 1) : i;
|
|
735
|
+
newRejectPieData.seriesData.push({
|
|
736
|
+
value: REJECT[i],
|
|
737
|
+
name: name,
|
|
738
|
+
trueName: i,
|
|
739
|
+
per: getPercent(REJECT[i], rejectTotal),
|
|
740
|
+
});
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
newRejectPieData.tooltipFormatter = this.tooltipFormatter;
|
|
744
|
+
// 设置审核原因分布的饼图数据
|
|
745
|
+
for (let i in REVIEW) {
|
|
746
|
+
if (REVIEW[i]) {
|
|
747
|
+
const index = i.indexOf(':') > -1 ? i.indexOf(':') : i.indexOf(':');
|
|
748
|
+
const name = index > -1 ? i.slice(index + 1) : i;
|
|
749
|
+
newReviewPieData.seriesData.push({
|
|
750
|
+
value: REVIEW[i],
|
|
751
|
+
name: name,
|
|
752
|
+
trueName: i,
|
|
753
|
+
per: getPercent(REVIEW[i], reviewTotal),
|
|
754
|
+
});
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
newReviewPieData.tooltipFormatter = this.tooltipFormatter;
|
|
758
|
+
this.setState({
|
|
759
|
+
rejectLineData: newRejectLineData,
|
|
760
|
+
reviewLineData: newReviewLineData,
|
|
761
|
+
verifyLineData: newVerifyLineData,
|
|
762
|
+
rejectPieData: newRejectPieData,
|
|
763
|
+
reviewPieData: newReviewPieData,
|
|
764
|
+
verifyPieData: newVerifyPieData,
|
|
765
|
+
});
|
|
766
|
+
};
|
|
767
|
+
|
|
768
|
+
// 获取饼图的数据总量
|
|
769
|
+
getTotalCount = data => {
|
|
770
|
+
let totalCount = 0;
|
|
771
|
+
for (let i in data) {
|
|
772
|
+
totalCount += data[i];
|
|
773
|
+
}
|
|
774
|
+
return totalCount;
|
|
775
|
+
};
|
|
776
|
+
|
|
777
|
+
tooltipFormatter = params => {
|
|
778
|
+
return params.data.trueName + ' ' + params.data.value + ' (' + params.data.per + ')';
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
// 获取异常原因接口
|
|
782
|
+
getErrorReasonTrend = async () => {
|
|
783
|
+
const { dispatch } = this.props;
|
|
784
|
+
|
|
785
|
+
let newSearchParams = this.getSearchParams();
|
|
786
|
+
|
|
787
|
+
let errorReasonTrendData = await dispatch({
|
|
788
|
+
type: 'trend/fetchErrorReasonTrend',
|
|
789
|
+
payload: newSearchParams,
|
|
790
|
+
}) || {};
|
|
791
|
+
|
|
792
|
+
const { codePie, codeLine = {} } = errorReasonTrendData;
|
|
793
|
+
const { errorReasonLineData, errorReasonPieData } = this.state;
|
|
794
|
+
|
|
795
|
+
let newErrorReasonLineData = lodash.cloneDeep(errorReasonLineData);
|
|
796
|
+
let newErrorReasonPieData = lodash.cloneDeep(errorReasonPieData);
|
|
797
|
+
// 设置异常原因的折线图数据
|
|
798
|
+
newErrorReasonLineData.configData = [];
|
|
799
|
+
lodash.forEach(codeLine, (value, key) => {
|
|
800
|
+
if (key === 'x_axis') {
|
|
801
|
+
newErrorReasonLineData.xAxisData = codeLine?.x_axis;
|
|
802
|
+
}
|
|
803
|
+
else {
|
|
804
|
+
newErrorReasonLineData.configData.push(
|
|
805
|
+
{
|
|
806
|
+
name: key,
|
|
807
|
+
data: value,
|
|
808
|
+
}
|
|
809
|
+
);
|
|
810
|
+
}
|
|
811
|
+
});
|
|
812
|
+
|
|
813
|
+
newErrorReasonPieData.seriesData = [];
|
|
814
|
+
// 设置异常原因的分布饼图数据
|
|
815
|
+
for (let i in codePie) {
|
|
816
|
+
newErrorReasonPieData.seriesData.push({
|
|
817
|
+
value: codePie[i],
|
|
818
|
+
name: i,
|
|
819
|
+
});
|
|
820
|
+
}
|
|
821
|
+
this.setState({
|
|
822
|
+
errorReasonLoading: false,
|
|
823
|
+
errorReasonPieData: newErrorReasonPieData,
|
|
824
|
+
errorReasonLineData: newErrorReasonLineData,
|
|
825
|
+
});
|
|
826
|
+
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
// 获取渠道事件列表
|
|
830
|
+
getChannelEventList = async () => {
|
|
831
|
+
const { dispatch, route } = this.props;
|
|
832
|
+
if (dispatch) {
|
|
833
|
+
let channelEventList = await dispatch({
|
|
834
|
+
type: 'base/fetchChannelEventList',
|
|
835
|
+
payload: {
|
|
836
|
+
organization: this.state.currentGlobalFilter.organization,
|
|
837
|
+
serviceId: route.routeData.serviceId,
|
|
838
|
+
},
|
|
839
|
+
});
|
|
840
|
+
this.setState({
|
|
841
|
+
channelEventList,
|
|
842
|
+
});
|
|
843
|
+
let channelMap = {};
|
|
844
|
+
let eventIdMap = {};
|
|
845
|
+
let newOptionData = [];
|
|
846
|
+
const channelOptionData = [];
|
|
847
|
+
let newChannelEventData = lodash.cloneDeep(this.state.defaultChannelEventData);
|
|
848
|
+
let newChannelsData = lodash.cloneDeep(this.state.defaultChannelsEventData);
|
|
849
|
+
channelEventList.forEach(item => {
|
|
850
|
+
newOptionData.push({
|
|
851
|
+
value: `${item.channel}|${item.clientEventId}`,
|
|
852
|
+
name: item.displayName,
|
|
853
|
+
});
|
|
854
|
+
channelOptionData.push({
|
|
855
|
+
label_value: item.channel,
|
|
856
|
+
label_name: item.displayName,
|
|
857
|
+
});
|
|
858
|
+
if (item.channel !== '') {
|
|
859
|
+
channelMap[item.channel] = item.channelName;
|
|
860
|
+
}
|
|
861
|
+
if (item.clientEventId !== '') {
|
|
862
|
+
eventIdMap[item.clientEventId] = item.eventName;
|
|
863
|
+
}
|
|
864
|
+
});
|
|
865
|
+
newChannelEventData.data.selectData.optionData = newOptionData;
|
|
866
|
+
newChannelsData.data.selectData.optionData = channelOptionData;
|
|
867
|
+
this.setState({
|
|
868
|
+
defaultChannelEventData: newChannelEventData,
|
|
869
|
+
defaultChannelsEventData: newChannelsData,
|
|
870
|
+
channelMap,
|
|
871
|
+
eventIdMap,
|
|
872
|
+
});
|
|
873
|
+
}
|
|
874
|
+
};
|
|
875
|
+
|
|
876
|
+
// 获取事件列表
|
|
877
|
+
getEventList = async () => {
|
|
878
|
+
const { dispatch, route } = this.props;
|
|
879
|
+
let eventList = await dispatch({
|
|
880
|
+
type: 'base/fetchOpenEvent',
|
|
881
|
+
payload: {
|
|
882
|
+
organization: this.state.currentGlobalFilter.organization,
|
|
883
|
+
serviceId: route.routeData.serviceId,
|
|
884
|
+
isGlobalEvent: 0,
|
|
885
|
+
},
|
|
886
|
+
});
|
|
887
|
+
let newEventData = lodash.cloneDeep(this.state.defaultEventData);
|
|
888
|
+
let newOptionData = [];
|
|
889
|
+
if (eventList.length) {
|
|
890
|
+
eventList[0].events.forEach(item => {
|
|
891
|
+
newOptionData.push({
|
|
892
|
+
value: item.clientEventId,
|
|
893
|
+
name: item.eventName,
|
|
894
|
+
});
|
|
895
|
+
});
|
|
896
|
+
}
|
|
897
|
+
newEventData.data.selectData.optionData = newOptionData;
|
|
898
|
+
this.setState({
|
|
899
|
+
defaultEventData: newEventData,
|
|
900
|
+
});
|
|
901
|
+
};
|
|
902
|
+
|
|
903
|
+
// 设置卡片数组数据
|
|
904
|
+
setCardDataArr = () => {
|
|
905
|
+
const { cardData = {}, cardDataArr, hasVerify } = this.state;
|
|
906
|
+
const { total, reject, review, pass, verify = 0 } = cardData;
|
|
907
|
+
const { rejectPercent, reviewPercent, passPercent, verifyPercent } = this.getCardPercent();
|
|
908
|
+
const { isAviation } = this.props;
|
|
909
|
+
|
|
910
|
+
let newCardDataArr = lodash.cloneDeep(cardDataArr);
|
|
911
|
+
if (isAviation) {
|
|
912
|
+
const { order, rate, cancelOrder, finishFlightOrder, checkOrderRatio, originCheckOrderRatio } = cardData;
|
|
913
|
+
if (isAviation === 'SEAT_RATE') {
|
|
914
|
+
newCardDataArr[0].total = unitConverter(order).num;
|
|
915
|
+
newCardDataArr[0].unit = unitConverter(order).unit;
|
|
916
|
+
newCardDataArr[1].total = unitConverter(cancelOrder).num;
|
|
917
|
+
newCardDataArr[1].unit = unitConverter(cancelOrder).unit;
|
|
918
|
+
newCardDataArr[2].total = unitConverter(finishFlightOrder).num;
|
|
919
|
+
newCardDataArr[2].unit = unitConverter(finishFlightOrder).unit;
|
|
920
|
+
newCardDataArr[3].total = unitConverter(rate).num + '%';
|
|
921
|
+
} else {
|
|
922
|
+
newCardDataArr[0].total = unitConverter(total).num;
|
|
923
|
+
newCardDataArr[0].unit = unitConverter(total).unit;
|
|
924
|
+
newCardDataArr[1].total = unitConverter(reject).num;
|
|
925
|
+
newCardDataArr[1].unit = unitConverter(reject).unit;
|
|
926
|
+
newCardDataArr[2].total = unitConverter(pass).num;
|
|
927
|
+
newCardDataArr[2].unit = unitConverter(pass).unit;
|
|
928
|
+
newCardDataArr[3].total = unitConverter(checkOrderRatio).num;
|
|
929
|
+
newCardDataArr[4].total = unitConverter(originCheckOrderRatio).num;
|
|
930
|
+
}
|
|
931
|
+
} else {
|
|
932
|
+
newCardDataArr[0].total = unitConverter(total).num;
|
|
933
|
+
newCardDataArr[0].unit = unitConverter(total).unit;
|
|
934
|
+
newCardDataArr[1].total = unitConverter(reject).num;
|
|
935
|
+
newCardDataArr[1].unit = unitConverter(reject).unit;
|
|
936
|
+
newCardDataArr[1].percent = rejectPercent;
|
|
937
|
+
newCardDataArr[2].total = unitConverter(review).num;
|
|
938
|
+
newCardDataArr[2].unit = unitConverter(review).unit;
|
|
939
|
+
newCardDataArr[2].percent = reviewPercent;
|
|
940
|
+
|
|
941
|
+
if (hasVerify) {
|
|
942
|
+
// 登录、注册、事件三个趋势页面有二次验证展示
|
|
943
|
+
newCardDataArr[3].total = unitConverter(verify).num;
|
|
944
|
+
newCardDataArr[3].unit = unitConverter(verify).unit;
|
|
945
|
+
newCardDataArr[3].percent = verifyPercent;
|
|
946
|
+
|
|
947
|
+
newCardDataArr[4].total = unitConverter(pass).num;
|
|
948
|
+
newCardDataArr[4].unit = unitConverter(pass).unit;
|
|
949
|
+
newCardDataArr[4].percent = passPercent;
|
|
950
|
+
} else {
|
|
951
|
+
newCardDataArr[3].total = unitConverter(pass).num;
|
|
952
|
+
newCardDataArr[3].unit = unitConverter(pass).unit;
|
|
953
|
+
newCardDataArr[3].percent = passPercent;
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
this.setState({
|
|
957
|
+
cardDataArr: newCardDataArr,
|
|
958
|
+
});
|
|
959
|
+
};
|
|
960
|
+
|
|
961
|
+
// 获取卡片百分比数据
|
|
962
|
+
getCardPercent = () => {
|
|
963
|
+
const { cardData = {} } = this.state;
|
|
964
|
+
const { total, reject, review, pass, verify = 0 } = cardData;
|
|
965
|
+
return {
|
|
966
|
+
rejectPercent: getPercent(reject, total),
|
|
967
|
+
reviewPercent: getPercent(review, total),
|
|
968
|
+
passPercent: getPercent(pass, total),
|
|
969
|
+
verifyPercent: getPercent(verify, total),
|
|
970
|
+
};
|
|
971
|
+
};
|
|
972
|
+
|
|
973
|
+
// 设置渠道折线图数据
|
|
974
|
+
setTrendLineChartData = () => {
|
|
975
|
+
const { isAviation } = this.props;
|
|
976
|
+
const { trendData = {}, trendLineData = {}, hasVerify, trendLineOrderData } = this.state;
|
|
977
|
+
const {
|
|
978
|
+
total,
|
|
979
|
+
pass,
|
|
980
|
+
reject,
|
|
981
|
+
review,
|
|
982
|
+
verify,
|
|
983
|
+
x_axis,
|
|
984
|
+
checkOrderRatio,
|
|
985
|
+
originCheckOrderRatio,
|
|
986
|
+
rate,
|
|
987
|
+
rejectRatio,
|
|
988
|
+
} = trendData;
|
|
989
|
+
let newTrendLineData = lodash.cloneDeep(trendLineData);
|
|
990
|
+
let newTrendLineOrderData = lodash.cloneDeep(trendLineOrderData);
|
|
991
|
+
newTrendLineData.xAxisData = x_axis;
|
|
992
|
+
if (isAviation === 'SEAT_RATE') {
|
|
993
|
+
newTrendLineData.configData[0].data = rate;
|
|
994
|
+
} else {
|
|
995
|
+
newTrendLineData.configData[0].data = total;
|
|
996
|
+
newTrendLineData.configData[1].data = reject;
|
|
997
|
+
newTrendLineData.configData[2].data = review;
|
|
998
|
+
if (hasVerify) {
|
|
999
|
+
newTrendLineData.configData[3].data = verify;
|
|
1000
|
+
newTrendLineData.configData[4].data = pass;
|
|
1001
|
+
if (newTrendLineData.configData[5]) {
|
|
1002
|
+
newTrendLineData.configData[5].data = rejectRatio;
|
|
1003
|
+
}
|
|
1004
|
+
} else {
|
|
1005
|
+
newTrendLineData.configData[3].data = pass;
|
|
1006
|
+
if (newTrendLineData.configData[4]) {
|
|
1007
|
+
newTrendLineData.configData[4].data = rejectRatio;
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
newTrendLineOrderData.configData[0].data = checkOrderRatio;
|
|
1013
|
+
newTrendLineOrderData.configData[1].data = originCheckOrderRatio;
|
|
1014
|
+
newTrendLineOrderData.xAxisData = x_axis;
|
|
1015
|
+
this.setState({
|
|
1016
|
+
trendLineData: newTrendLineData,
|
|
1017
|
+
trendLineOrderData: newTrendLineOrderData,
|
|
1018
|
+
});
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
// 初始化搜索菜单
|
|
1022
|
+
getFormData() {
|
|
1023
|
+
let formData = [];
|
|
1024
|
+
const {
|
|
1025
|
+
defaultRangeTimeData,
|
|
1026
|
+
defaultChannelEventData,
|
|
1027
|
+
defaultChannelsEventData,
|
|
1028
|
+
defaultEventData,
|
|
1029
|
+
isTW = false,
|
|
1030
|
+
defaultLabelSearchData,
|
|
1031
|
+
} = this.state;
|
|
1032
|
+
const { route, currentUser, isAviation } = this.props;
|
|
1033
|
+
const serviceId = route.routeData.serviceId;
|
|
1034
|
+
const exportButton = {
|
|
1035
|
+
type: 'export',
|
|
1036
|
+
name: '导出',
|
|
1037
|
+
tooltip: EXPORT_TREND_TOOLTIP,
|
|
1038
|
+
};
|
|
1039
|
+
|
|
1040
|
+
formData.push(defaultRangeTimeData);
|
|
1041
|
+
if (isAviation) {
|
|
1042
|
+
if (isAviation === 'SEAT_RATE') {
|
|
1043
|
+
formData.push(defaultLabelSearchData);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
return formData;
|
|
1047
|
+
}
|
|
1048
|
+
if (isTW) {
|
|
1049
|
+
switch (serviceId) {
|
|
1050
|
+
case 'POST_EVENT':
|
|
1051
|
+
formData.push(defaultEventData);
|
|
1052
|
+
break;
|
|
1053
|
+
}
|
|
1054
|
+
} else {
|
|
1055
|
+
const {isTextServiceId, isImageServiceId} = judgeServiceIdType(serviceId);
|
|
1056
|
+
if (isTextServiceId || isImageServiceId) {
|
|
1057
|
+
formData.push(defaultChannelsEventData);
|
|
1058
|
+
} else {
|
|
1059
|
+
formData.push(defaultChannelEventData);
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
if (getAuthFunction(AUTH_FUNCTION.EXPORT)) {
|
|
1063
|
+
if (serviceId !== 'ANTI_ROBOT_MARKETING' && serviceId !== 'ANTI_ROBOT_SMS') {
|
|
1064
|
+
formData.push(exportButton);
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
return formData;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* 搜索筛选项更改
|
|
1072
|
+
* @param {*} name 更改筛选项类型名称
|
|
1073
|
+
* @param {*} value 更改后的值
|
|
1074
|
+
*/
|
|
1075
|
+
changeQueryParams(name, value) {
|
|
1076
|
+
const { queryParams } = this.state;
|
|
1077
|
+
let newQueryParams = lodash.cloneDeep(queryParams);
|
|
1078
|
+
|
|
1079
|
+
switch (name) {
|
|
1080
|
+
case 'channelEvent':
|
|
1081
|
+
let statChannel = value.split('|')[0];
|
|
1082
|
+
let statEventId = value.split('|')[1];
|
|
1083
|
+
// 有渠道传渠道,都没有也传渠道
|
|
1084
|
+
if (statChannel || !statEventId) {
|
|
1085
|
+
newQueryParams.channel = statChannel;
|
|
1086
|
+
newQueryParams.eventId = '';
|
|
1087
|
+
} else {
|
|
1088
|
+
newQueryParams.eventId = statEventId;
|
|
1089
|
+
newQueryParams.channel = '';
|
|
1090
|
+
}
|
|
1091
|
+
break;
|
|
1092
|
+
case 'channels':
|
|
1093
|
+
if (value && value?.length > 0) {
|
|
1094
|
+
newQueryParams.channels = lodash.isArray(value) ? lodash.flattenDeep(value) : value;
|
|
1095
|
+
} else {
|
|
1096
|
+
newQueryParams.channels = undefined;
|
|
1097
|
+
}
|
|
1098
|
+
break;
|
|
1099
|
+
case 'time':
|
|
1100
|
+
let startDay = value[0].format('YYYY-MM-DD');
|
|
1101
|
+
let endDay = value[1].format('YYYY-MM-DD');
|
|
1102
|
+
newQueryParams.startDay = startDay;
|
|
1103
|
+
newQueryParams.endDay = endDay;
|
|
1104
|
+
break;
|
|
1105
|
+
case 'labelSearch':
|
|
1106
|
+
const { searchId = '', searchText = '' } = value;
|
|
1107
|
+
newQueryParams[searchId] = searchText;
|
|
1108
|
+
break;
|
|
1109
|
+
case 'eventId':
|
|
1110
|
+
newQueryParams.eventId = value;
|
|
1111
|
+
break;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
this.setState(
|
|
1115
|
+
{
|
|
1116
|
+
queryParams: newQueryParams,
|
|
1117
|
+
riskLevelLoading: true,
|
|
1118
|
+
},
|
|
1119
|
+
() => {
|
|
1120
|
+
this.doSearch();
|
|
1121
|
+
}
|
|
1122
|
+
);
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1125
|
+
/**
|
|
1126
|
+
* 趋势数据导出
|
|
1127
|
+
*/
|
|
1128
|
+
exportData = callback => {
|
|
1129
|
+
const {route, t} = this.props;
|
|
1130
|
+
const { queryParams, isTW = false } = this.state;
|
|
1131
|
+
let newSearchParams = this.getSearchParams();
|
|
1132
|
+
|
|
1133
|
+
const titleMap = {
|
|
1134
|
+
POST_TEXT: '文本趋势分析',
|
|
1135
|
+
POST_TEXT_EN: '文本(英文)趋势分析',
|
|
1136
|
+
POST_TEXT_AR: '文本(阿语)趋势分析',
|
|
1137
|
+
POST_IMG: '图片趋势分析',
|
|
1138
|
+
POST_ARTICLE: '网页趋势分析',
|
|
1139
|
+
POST_AUDIO: '音频文件片段趋势分析',
|
|
1140
|
+
POST_AUDIO_EN: '音频文件(英语)片段趋势分析',
|
|
1141
|
+
POST_AUDIO_AR: '音频文件(阿语)片段趋势分析',
|
|
1142
|
+
POST_AUDIO_B: '音频文件(B类)片段趋势分析',
|
|
1143
|
+
POST_AUDIOSTREAM: '音频流片段趋势分析',
|
|
1144
|
+
POST_AUDIOSTREAM_EN: '音频流(英文)片段趋势分析',
|
|
1145
|
+
POST_AUDIOSTREAM_AR: '音频流(阿语)片段趋势分析',
|
|
1146
|
+
POST_AUDIOSTREAM_B: '音频流(B类)片段趋势分析',
|
|
1147
|
+
POST_VIDEO: '视频文件趋势分析',
|
|
1148
|
+
POST_VIDEO_IMG: '视频文件截帧图片趋势分析',
|
|
1149
|
+
POST_VIDEO_AUDIO: '视频文件音频片段趋势分析',
|
|
1150
|
+
POST_VIDEOSTREAM: '视频流趋势分析',
|
|
1151
|
+
POST_VIDEOSTREAM_IMG: '视频流截帧图片趋势分析',
|
|
1152
|
+
POST_VIDEOSTREAM_AUDIO: '视频流音频片段趋势分析',
|
|
1153
|
+
ACCOUNT_REGISTER: '注册风险趋势分析',
|
|
1154
|
+
ACCOUNT_LOGIN: '登录风险趋势分析',
|
|
1155
|
+
POST_EVENT: '事件风险趋势分析',
|
|
1156
|
+
ANTI_ROBOT_SMS: '短信通道保护趋势分析',
|
|
1157
|
+
ANTI_ROBOT_MARKETING: '羊毛党防刷趋势分析',
|
|
1158
|
+
POST_VIDEOSTREAM_EN: '视频流(英文)趋势分析',
|
|
1159
|
+
POST_VIDEOSTREAM_IMG_EN: '视频流(英文)截帧图片趋势分析',
|
|
1160
|
+
POST_VIDEOSTREAM_AUDIO_EN: '视频流(英文)音频片段趋势分析',
|
|
1161
|
+
POST_VIDEOSTREAM_AR: '视频流(阿语)趋势分析',
|
|
1162
|
+
POST_VIDEOSTREAM_IMG_AR: '视频流(阿语)截帧图片趋势分析',
|
|
1163
|
+
POST_VIDEOSTREAM_AUDIO_AR: '视频流(阿语)音频片段趋势分析',
|
|
1164
|
+
POST_MULTIMODAL: '多模态趋势分析',
|
|
1165
|
+
};
|
|
1166
|
+
let downloadTitle = t(titleMap[route.routeData.serviceId]);
|
|
1167
|
+
let downloadUrl = '/webapi/statisticTendency/download';
|
|
1168
|
+
let dateRangeStr = `${queryParams.startDay}_${queryParams.endDay}`;
|
|
1169
|
+
let productStr = isTW ? '天网' : '天净';
|
|
1170
|
+
|
|
1171
|
+
let title = `${t(productStr)}-${t(downloadTitle)}-${dateRangeStr}-${t('统计数据表')}.xls`;
|
|
1172
|
+
|
|
1173
|
+
exportFile(downloadUrl, title, newSearchParams).then(() => {
|
|
1174
|
+
callback && callback();
|
|
1175
|
+
});
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1178
|
+
getCustomMdSelectList = async (params = {}) => {
|
|
1179
|
+
// 只受公司和应用影响
|
|
1180
|
+
const mdParams = {
|
|
1181
|
+
count: 10000,
|
|
1182
|
+
offset: 0,
|
|
1183
|
+
subType: 'text',
|
|
1184
|
+
type: '1',
|
|
1185
|
+
product: this.props.route?.routeData?.serviceId,
|
|
1186
|
+
organization: params?.organization || this.state.currentGlobalFilter?.organization,
|
|
1187
|
+
};
|
|
1188
|
+
const {currentFilterAppId} = formatSearchParams({
|
|
1189
|
+
currentFilterAppId: params?.appId || this.state.currentGlobalFilter?.appId,
|
|
1190
|
+
});
|
|
1191
|
+
try {
|
|
1192
|
+
let newList = [{
|
|
1193
|
+
name: '敏感词名单',
|
|
1194
|
+
value: '敏感词名单',
|
|
1195
|
+
}];
|
|
1196
|
+
const {code, contents} = await queryListService(formatSearchParams(mdParams));
|
|
1197
|
+
if (code === 1100) {
|
|
1198
|
+
newList = formatMdListByAppId(contents, currentFilterAppId);
|
|
1199
|
+
}
|
|
1200
|
+
this.setState({
|
|
1201
|
+
customMdSelectList: newList,
|
|
1202
|
+
});
|
|
1203
|
+
} catch (error) {
|
|
1204
|
+
this.setState({
|
|
1205
|
+
customMdSelectList: [],
|
|
1206
|
+
});
|
|
1207
|
+
}
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
handleTrendLineCustomMdData = (trendLineCustomMdData, customMdCheckValue) => {
|
|
1211
|
+
// 选中值是空数组时,直接返回
|
|
1212
|
+
if (customMdCheckValue?.length === 0) {
|
|
1213
|
+
return trendLineCustomMdData;
|
|
1214
|
+
}
|
|
1215
|
+
const newTrendLineCustomMdData = lodash.cloneDeep(trendLineCustomMdData);
|
|
1216
|
+
newTrendLineCustomMdData.configData = newTrendLineCustomMdData.configData?.filter(item => {
|
|
1217
|
+
return customMdCheckValue.includes(item.name);
|
|
1218
|
+
});
|
|
1219
|
+
return newTrendLineCustomMdData;
|
|
1220
|
+
};
|
|
1221
|
+
|
|
1222
|
+
renderItem = (text, record, riskLevel) => {
|
|
1223
|
+
const {route, specialServiceId} = this.props;
|
|
1224
|
+
const serviceId = specialServiceId || route?.routeData?.serviceId;
|
|
1225
|
+
const {queryParams} = this.state;
|
|
1226
|
+
const obj = {
|
|
1227
|
+
startTime: queryParams.startDay,
|
|
1228
|
+
endTime: queryParams.endDay,
|
|
1229
|
+
channel: record.channel,
|
|
1230
|
+
appId: record.appId,
|
|
1231
|
+
};
|
|
1232
|
+
if (riskLevel) {
|
|
1233
|
+
obj.riskLevel = riskLevel;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
return (
|
|
1237
|
+
<span
|
|
1238
|
+
className={styles['table-row']}
|
|
1239
|
+
onClick={() => jumpToHistoryPage(
|
|
1240
|
+
serviceId,
|
|
1241
|
+
obj
|
|
1242
|
+
)}
|
|
1243
|
+
>
|
|
1244
|
+
{text}
|
|
1245
|
+
</span>
|
|
1246
|
+
);
|
|
1247
|
+
};
|
|
1248
|
+
|
|
1249
|
+
tableColumns = () => {
|
|
1250
|
+
const {t} = this.props;
|
|
1251
|
+
|
|
1252
|
+
return [
|
|
1253
|
+
{
|
|
1254
|
+
key: 'appIdCN',
|
|
1255
|
+
dataIndex: 'appIdCN',
|
|
1256
|
+
title: t('应用'),
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
key: 'channelCN',
|
|
1260
|
+
dataIndex: 'channelCN',
|
|
1261
|
+
title: t('渠道'),
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
key: 'totalCount',
|
|
1265
|
+
dataIndex: 'totalCount',
|
|
1266
|
+
title: t('总量'),
|
|
1267
|
+
defaultSortOrder: 'descend',
|
|
1268
|
+
sorter: (a, b) => a.totalCount - b.totalCount,
|
|
1269
|
+
render: (text, record) => this.renderItem(text, record, ''),
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
key: 'passCount',
|
|
1273
|
+
dataIndex: 'passCount',
|
|
1274
|
+
title: t('通过量'),
|
|
1275
|
+
sorter: (a, b) => a.passCount - b.passCount,
|
|
1276
|
+
render: (text, record) => this.renderItem(text, record, 'PASS'),
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
key: 'reviewCount',
|
|
1280
|
+
dataIndex: 'reviewCount',
|
|
1281
|
+
title: t('审核量'),
|
|
1282
|
+
sorter: (a, b) => a.reviewCount - b.reviewCount,
|
|
1283
|
+
render: (text, record) => this.renderItem(text, record, 'REVIEW'),
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
key: 'rejectCount',
|
|
1287
|
+
dataIndex: 'rejectCount',
|
|
1288
|
+
title: t('拒绝量'),
|
|
1289
|
+
sorter: (a, b) => a.rejectCount - b.rejectCount,
|
|
1290
|
+
render: (text, record) => this.renderItem(text, record, 'REJECT'),
|
|
1291
|
+
},
|
|
1292
|
+
];
|
|
1293
|
+
};
|
|
1294
|
+
|
|
1295
|
+
// 饼图跳转
|
|
1296
|
+
pieJump = (description, riskLevel) => {
|
|
1297
|
+
const {queryParams, isTW} = this.state;
|
|
1298
|
+
if (isTW) {
|
|
1299
|
+
return;
|
|
1300
|
+
}
|
|
1301
|
+
const {route, specialServiceId} = this.props;
|
|
1302
|
+
const serviceId = specialServiceId || route?.routeData?.serviceId;
|
|
1303
|
+
jumpToHistoryPage(serviceId, {
|
|
1304
|
+
startTime: queryParams.startDay,
|
|
1305
|
+
endTime: queryParams.endDay,
|
|
1306
|
+
channel: queryParams.channel || queryParams.channels,
|
|
1307
|
+
riskLevel,
|
|
1308
|
+
newDescription: description,
|
|
1309
|
+
});
|
|
1310
|
+
};
|
|
1311
|
+
|
|
1312
|
+
/**
|
|
1313
|
+
* 需要显示的DOM
|
|
1314
|
+
*/
|
|
1315
|
+
renderDom = () => {
|
|
1316
|
+
const { isAviation, route, t, specialServiceId } = this.props;
|
|
1317
|
+
const serviceId = specialServiceId || route?.routeData?.serviceId;
|
|
1318
|
+
const {
|
|
1319
|
+
riskLevelLoading,
|
|
1320
|
+
trendLineData,
|
|
1321
|
+
riskTypeLoading,
|
|
1322
|
+
rejectLineData,
|
|
1323
|
+
reviewLineData,
|
|
1324
|
+
verifyLineData,
|
|
1325
|
+
rejectPieData,
|
|
1326
|
+
reviewPieData,
|
|
1327
|
+
verifyPieData,
|
|
1328
|
+
hasVerify,
|
|
1329
|
+
trendLineOrderData,
|
|
1330
|
+
customMdCheckValue,
|
|
1331
|
+
customMdSelectList,
|
|
1332
|
+
trendLineCustomMdData,
|
|
1333
|
+
trendLineCustomMdLoading,
|
|
1334
|
+
isTW,
|
|
1335
|
+
tableDataSource,
|
|
1336
|
+
tableLoading,
|
|
1337
|
+
errorReasonLineData,
|
|
1338
|
+
errorReasonPieData,
|
|
1339
|
+
errorReasonLoading,
|
|
1340
|
+
} = this.state;
|
|
1341
|
+
const {isTextZnServiceId} = judgeServiceIdType(route?.routeData?.serviceId);
|
|
1342
|
+
|
|
1343
|
+
switch (isAviation) {
|
|
1344
|
+
case 'SEAT_RATE':
|
|
1345
|
+
return (
|
|
1346
|
+
<>
|
|
1347
|
+
<SMLineChart data={trendLineData} loading={riskLevelLoading} isHide />
|
|
1348
|
+
</>
|
|
1349
|
+
);
|
|
1350
|
+
case 'CHECK_ORDER_RATIO':
|
|
1351
|
+
return (
|
|
1352
|
+
<>
|
|
1353
|
+
<SMLineChart data={trendLineOrderData} loading={riskLevelLoading} />
|
|
1354
|
+
<SMLineChart data={trendLineData} loading={riskLevelLoading} />
|
|
1355
|
+
</>
|
|
1356
|
+
);
|
|
1357
|
+
default: {
|
|
1358
|
+
return (
|
|
1359
|
+
<>
|
|
1360
|
+
<SMLineChart data={trendLineData} loading={riskLevelLoading} />
|
|
1361
|
+
{!isTW && (
|
|
1362
|
+
<div className={`${styles['data-table']}`}>
|
|
1363
|
+
<p className={styles['data-table-title']}>{t('数据详情列表')}</p>
|
|
1364
|
+
<Table
|
|
1365
|
+
columns={this.tableColumns()}
|
|
1366
|
+
dataSource={tableDataSource}
|
|
1367
|
+
pagination={false}
|
|
1368
|
+
loading={tableLoading}
|
|
1369
|
+
scroll={{ y: 530 }}
|
|
1370
|
+
/>
|
|
1371
|
+
</div>
|
|
1372
|
+
)}
|
|
1373
|
+
{isTextZnServiceId && (
|
|
1374
|
+
<div>
|
|
1375
|
+
<SMLineChart
|
|
1376
|
+
data={this.handleTrendLineCustomMdData(trendLineCustomMdData, customMdCheckValue)}
|
|
1377
|
+
loading={trendLineCustomMdLoading}
|
|
1378
|
+
customProps={getUniqueColor({length: customMdSelectList?.length})}
|
|
1379
|
+
searchDom={(
|
|
1380
|
+
<div
|
|
1381
|
+
style={{
|
|
1382
|
+
display: 'flex',
|
|
1383
|
+
justifyContent: 'end',
|
|
1384
|
+
marginBottom: '15px',
|
|
1385
|
+
}}
|
|
1386
|
+
>
|
|
1387
|
+
<SMNewSelect
|
|
1388
|
+
onChange={(value, name) => this.onCustomMdChange(value)}
|
|
1389
|
+
selectData={{
|
|
1390
|
+
optionData: customMdSelectList || [],
|
|
1391
|
+
title: '名单名称',
|
|
1392
|
+
labelId: 'matchedList',
|
|
1393
|
+
isAddAll: true,
|
|
1394
|
+
isMaxTagCount: 3,
|
|
1395
|
+
mode: 'multiple',
|
|
1396
|
+
isAllowClear: true,
|
|
1397
|
+
style: {'min-width': 212},
|
|
1398
|
+
defaultValue: customMdCheckValue?.filter(item => {
|
|
1399
|
+
const optionDataByName = customMdSelectList?.map(item =>
|
|
1400
|
+
item.value);
|
|
1401
|
+
return optionDataByName?.includes(item);
|
|
1402
|
+
}) || [],
|
|
1403
|
+
}}
|
|
1404
|
+
/>
|
|
1405
|
+
</div>
|
|
1406
|
+
)}
|
|
1407
|
+
/>
|
|
1408
|
+
</div>
|
|
1409
|
+
)}
|
|
1410
|
+
<SMLinePieChart
|
|
1411
|
+
lineChartData={rejectLineData}
|
|
1412
|
+
pieCharData={rejectPieData}
|
|
1413
|
+
loading={riskTypeLoading}
|
|
1414
|
+
onChartClick={param => this.pieJump(param.name, 'REJECT')}
|
|
1415
|
+
/>
|
|
1416
|
+
<SMLinePieChart
|
|
1417
|
+
lineChartData={reviewLineData}
|
|
1418
|
+
pieCharData={reviewPieData}
|
|
1419
|
+
loading={riskTypeLoading}
|
|
1420
|
+
onChartClick={param => this.pieJump(param.name, 'REVIEW')}
|
|
1421
|
+
/>
|
|
1422
|
+
{!isTW && !(hideErrorList.includes(serviceId)) ? (
|
|
1423
|
+
<SMLinePieChart
|
|
1424
|
+
lineChartData={errorReasonLineData}
|
|
1425
|
+
pieCharData={errorReasonPieData}
|
|
1426
|
+
loading={errorReasonLoading}
|
|
1427
|
+
isShowNumber
|
|
1428
|
+
/>) : null
|
|
1429
|
+
}
|
|
1430
|
+
{hasVerify ? (
|
|
1431
|
+
<SMLinePieChart
|
|
1432
|
+
lineChartData={verifyLineData}
|
|
1433
|
+
pieCharData={verifyPieData}
|
|
1434
|
+
loading={riskTypeLoading}
|
|
1435
|
+
/>
|
|
1436
|
+
) : null}
|
|
1437
|
+
</>
|
|
1438
|
+
);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
};
|
|
1442
|
+
|
|
1443
|
+
render() {
|
|
1444
|
+
const formData = this.getFormData();
|
|
1445
|
+
const { riskLevelLoading, cardDataArr, currentGlobalFilter, resetDefaultValue } = this.state;
|
|
1446
|
+
const { organization } = currentGlobalFilter;
|
|
1447
|
+
const { currentLang } = this.props;
|
|
1448
|
+
|
|
1449
|
+
return (
|
|
1450
|
+
<div>
|
|
1451
|
+
<GlobalFilterListener onChange={this.globalFilterChange} />
|
|
1452
|
+
<SMTips
|
|
1453
|
+
padding
|
|
1454
|
+
background
|
|
1455
|
+
title={BILL_TIPS.TREND}
|
|
1456
|
+
/>
|
|
1457
|
+
<SMSearchForm
|
|
1458
|
+
formData={removeExportBtn(formData, currentLang)}
|
|
1459
|
+
onChange={(name, value) => {
|
|
1460
|
+
this.changeQueryParams(name, value);
|
|
1461
|
+
}}
|
|
1462
|
+
resetCount={resetDefaultValue} // 在组件内部进行初始化默认值,整个列表初始化不适用(时间需要不能重置为初始化)
|
|
1463
|
+
exportData={callback => this.exportData(callback)}
|
|
1464
|
+
/>
|
|
1465
|
+
<SMDataCard dataSource={cardDataArr} column={cardDataArr.length} loading={riskLevelLoading} />
|
|
1466
|
+
{this.renderDom()}
|
|
1467
|
+
</div>
|
|
1468
|
+
);
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
export default connect(({ user }) => ({
|
|
1473
|
+
currentUser: user.currentUser,
|
|
1474
|
+
}))(injectIntl(withIntlComponents(Trend)));
|