From 20f483f561aab3ea0697ffc12132ac3fc5193aa3 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Fri, 22 Sep 2023 12:49:25 +0800 Subject: [PATCH] refactor: vue3.3 defineOptions --- src/App.vue | 4 +++- src/components/Backtop/src/Backtop.vue | 4 +++- src/components/ConfigGlobal/src/ConfigGlobal.vue | 4 +++- src/components/ContentDetailWrap/src/ContentDetailWrap.vue | 4 +++- src/components/ContentWrap/src/ContentWrap.vue | 4 +++- src/components/CountTo/src/CountTo.vue | 4 +++- src/components/Crontab/src/Crontab.vue | 4 +++- src/components/Cropper/src/CopperModal.vue | 4 +++- src/components/Cropper/src/Cropper.vue | 4 +++- src/components/Cropper/src/CropperAvatar.vue | 4 +++- src/components/Descriptions/src/Descriptions.vue | 4 +++- src/components/Dialog/src/Dialog.vue | 4 +++- src/components/DocAlert/index.vue | 4 +++- src/components/Echart/src/Echart.vue | 4 +++- src/components/Editor/src/Editor.vue | 4 +++- src/components/Error/src/Error.vue | 4 +++- src/components/IFrame/src/IFrame.vue | 4 +++- src/components/Icon/src/Icon.vue | 4 +++- src/components/Icon/src/IconSelect.vue | 4 +++- src/components/ImageViewer/src/ImageViewer.vue | 4 +++- src/components/Infotip/src/Infotip.vue | 4 +++- src/components/InputPassword/src/InputPassword.vue | 4 +++- src/components/Qrcode/src/Qrcode.vue | 4 +++- src/components/Search/src/Search.vue | 4 +++- src/components/Sticky/src/Sticky.vue | 4 +++- src/components/Tooltip/src/Tooltip.vue | 4 +++- src/components/UploadFile/src/UploadFile.vue | 4 +++- src/components/UploadFile/src/UploadImg.vue | 4 +++- src/components/UploadFile/src/UploadImgs.vue | 4 +++- src/components/Verifition/src/Verify/VerifyPoints.vue | 4 +++- src/components/Verifition/src/Verify/VerifySlide.vue | 4 +++- src/components/XButton/src/XButton.vue | 4 +++- src/components/XButton/src/XTextButton.vue | 4 +++- src/components/XModal/src/XModal.vue | 3 +++ src/components/XTable/src/XTable.vue | 4 +++- .../bpmnProcessDesigner/package/designer/ProcessDesigner.vue | 5 ++++- .../bpmnProcessDesigner/package/designer/ProcessViewer.vue | 5 ++++- .../bpmnProcessDesigner/package/palette/ProcessPalette.vue | 4 +++- .../bpmnProcessDesigner/package/penal/PropertiesPanel.vue | 5 ++++- .../package/penal/base/ElementBaseInfo.vue | 4 +++- .../package/penal/flow-condition/FlowCondition.vue | 4 +++- .../bpmnProcessDesigner/package/penal/form/ElementForm.vue | 4 +++- .../package/penal/listeners/ElementListeners.vue | 5 ++++- .../package/penal/listeners/UserTaskListeners.vue | 5 ++++- .../package/penal/multi-instance/ElementMultiInstance.vue | 4 +++- .../package/penal/other/ElementOtherConfig.vue | 4 +++- .../package/penal/properties/ElementProperties.vue | 5 ++++- .../package/penal/signal-message/SignalAndMessage.vue | 4 +++- .../bpmnProcessDesigner/package/penal/task/ElementTask.vue | 4 +++- .../package/penal/task/task-components/ReceiveTask.vue | 4 +++- .../package/penal/task/task-components/ScriptTask.vue | 4 +++- .../package/penal/task/task-components/UserTask.vue | 4 +++- src/layout/components/AppView.vue | 4 +++- src/layout/components/Collapse/src/Collapse.vue | 4 +++- src/layout/components/ContextMenu/src/ContextMenu.vue | 4 +++- src/layout/components/LocaleDropdown/src/LocaleDropdown.vue | 4 +++- src/layout/components/Logo/src/Logo.vue | 4 +++- src/layout/components/Message/src/Message.vue | 4 +++- src/layout/components/Screenfull/src/Screenfull.vue | 4 +++- src/layout/components/Setting/src/Setting.vue | 4 +++- .../components/Setting/src/components/ColorRadioPicker.vue | 4 +++- .../components/Setting/src/components/InterfaceDisplay.vue | 4 +++- .../components/Setting/src/components/LayoutRadioPicker.vue | 4 +++- src/layout/components/SizeDropdown/src/SizeDropdown.vue | 4 +++- src/layout/components/TagsView/src/TagsView.vue | 4 +++- src/layout/components/ThemeSwitch/src/ThemeSwitch.vue | 4 +++- src/layout/components/UserInfo/src/UserInfo.vue | 4 +++- src/views/Home/Index.vue | 4 +++- src/views/Home/Index2.vue | 4 +++- src/views/Login/Login.vue | 4 +++- src/views/Login/components/LoginForm.vue | 4 +++- src/views/Login/components/LoginFormTitle.vue | 4 +++- src/views/Login/components/MobileForm.vue | 4 +++- src/views/Login/components/QrCodeForm.vue | 4 +++- src/views/Login/components/RegisterForm.vue | 4 +++- src/views/Login/components/SSOLogin.vue | 5 ++++- src/views/Profile/Index.vue | 5 ++++- src/views/Profile/components/BasicInfo.vue | 4 +++- src/views/Profile/components/ProfileUser.vue | 4 +++- src/views/Profile/components/ResetPwd.vue | 4 +++- src/views/Profile/components/UserAvatar.vue | 4 +++- src/views/Profile/components/UserSocial.vue | 4 +++- src/views/Redirect/Redirect.vue | 5 ++++- src/views/bpm/definition/index.vue | 4 +++- src/views/bpm/form/formEditor.vue | 4 +++- src/views/bpm/form/index.vue | 4 +++- src/views/bpm/group/UserGroupForm.vue | 4 +++- src/views/bpm/group/index.vue | 4 +++- src/views/bpm/model/index.vue | 4 +++- src/views/bpm/model/modelEditor.vue | 4 +++- src/views/bpm/oa/leave/create.vue | 4 +++- src/views/bpm/oa/leave/detail.vue | 5 ++++- src/views/bpm/oa/leave/index.vue | 4 +++- src/views/bpm/processInstance/create.vue | 4 +++- src/views/bpm/processInstance/detail.vue | 4 +++- .../bpm/processInstance/detail/ProcessInstanceBpmnViewer.vue | 4 +++- src/views/bpm/processInstance/index.vue | 4 +++- src/views/bpm/task/done/index.vue | 4 +++- src/views/bpm/task/todo/index.vue | 4 +++- src/views/bpm/taskAssignRule/index.vue | 4 +++- src/views/infra/apiAccessLog/index.vue | 4 +++- src/views/infra/apiErrorLog/index.vue | 4 +++- src/views/infra/build/index.vue | 4 +++- src/views/infra/codegen/index.vue | 4 +++- src/views/infra/config/index.vue | 4 +++- src/views/infra/dataSourceConfig/index.vue | 4 +++- src/views/infra/dbDoc/index.vue | 4 +++- src/views/infra/druid/index.vue | 4 +++- src/views/infra/file/index.vue | 4 +++- src/views/infra/fileConfig/index.vue | 4 +++- src/views/infra/job/JobLog.vue | 4 +++- src/views/infra/job/index.vue | 4 +++- src/views/infra/redis/index.vue | 5 ++++- src/views/infra/server/index.vue | 4 +++- src/views/infra/skywalking/index.vue | 4 +++- src/views/infra/swagger/index.vue | 4 +++- src/views/infra/testDemo/index.vue | 4 +++- src/views/infra/webSocket/index.vue | 4 +++- src/views/mall/product/brand/BrandForm.vue | 5 ++++- src/views/mall/product/brand/index.vue | 5 ++++- src/views/mall/product/category/CategoryForm.vue | 3 +++ src/views/mall/product/category/index.vue | 5 ++++- src/views/mall/product/property/PropertyForm.vue | 4 +++- src/views/mall/product/property/index.vue | 4 +++- src/views/mall/product/property/value/ValueForm.vue | 4 +++- src/views/mall/product/property/value/index.vue | 5 ++++- src/views/mall/product/spu/form/ProductAttributes.vue | 4 +++- src/views/mall/promotion/combination/record/index.vue | 4 +++- src/views/mall/promotion/coupon/index.vue | 2 +- .../mall/promotion/seckill/config/SeckillConfigForm.vue | 4 +++- src/views/mall/promotion/seckill/config/index.vue | 4 +++- src/views/mall/trade/delivery/express/ExpressForm.vue | 5 ++++- src/views/mall/trade/delivery/express/index.vue | 5 ++++- src/views/mall/trade/delivery/pickUpStore/index.vue | 4 +++- src/views/member/tag/index.vue | 5 ++++- src/views/mp/account/AccountForm.vue | 4 +++- src/views/mp/account/index.vue | 4 +++- src/views/mp/autoReply/components/ReplyForm.vue | 4 +++- src/views/mp/autoReply/index.vue | 5 ++++- src/views/mp/components/wx-account-select/main.vue | 4 +++- src/views/mp/components/wx-location/main.vue | 4 +++- src/views/mp/components/wx-material-select/main.vue | 4 +++- src/views/mp/components/wx-msg/components/Msg.vue | 4 +++- src/views/mp/components/wx-msg/components/MsgList.vue | 4 +++- src/views/mp/components/wx-msg/main.vue | 4 +++- src/views/mp/components/wx-music/main.vue | 4 +++- src/views/mp/components/wx-news/main.vue | 4 +++- src/views/mp/components/wx-reply/main.vue | 4 +++- src/views/mp/components/wx-video-play/main.vue | 4 +++- src/views/mp/components/wx-voice-play/main.vue | 4 +++- src/views/mp/draft/components/NewsForm.vue | 4 +++- src/views/mp/draft/index.vue | 4 +++- src/views/mp/freePublish/index.vue | 5 ++++- src/views/mp/material/index.vue | 5 ++++- src/views/mp/menu/index.vue | 4 +++- src/views/mp/message/index.vue | 4 +++- src/views/mp/statistics/index.vue | 5 ++++- src/views/mp/tag/TagForm.vue | 4 +++- src/views/mp/tag/index.vue | 4 +++- src/views/mp/user/UserForm.vue | 4 +++- src/views/mp/user/index.vue | 4 +++- src/views/pay/demo/index.vue | 4 +++- src/views/report/goview/index.vue | 4 +++- src/views/report/jmreport/index.vue | 4 +++- src/views/system/area/index.vue | 5 ++++- src/views/system/dept/index.vue | 4 +++- src/views/system/dict/index.vue | 4 +++- src/views/system/errorCode/index.vue | 4 +++- src/views/system/loginlog/index.vue | 4 +++- src/views/system/mail/account/index.vue | 4 +++- src/views/system/mail/log/index.vue | 4 +++- src/views/system/mail/template/index.vue | 4 +++- src/views/system/menu/index.vue | 4 +++- src/views/system/notice/index.vue | 4 +++- src/views/system/notify/message/index.vue | 4 +++- src/views/system/notify/my/index.vue | 4 +++- src/views/system/notify/template/index.vue | 4 +++- src/views/system/oauth2/client/index.vue | 4 +++- src/views/system/oauth2/token/index.vue | 4 +++- src/views/system/operatelog/index.vue | 4 +++- src/views/system/post/index.vue | 4 +++- src/views/system/role/index.vue | 4 +++- src/views/system/sensitiveWord/index.vue | 4 +++- src/views/system/sms/channel/index.vue | 4 +++- src/views/system/sms/log/index.vue | 5 ++++- src/views/system/sms/template/index.vue | 4 +++- src/views/system/tenant/index.vue | 4 +++- src/views/system/tenantPackage/index.vue | 4 +++- src/views/system/user/index.vue | 4 +++- 189 files changed, 589 insertions(+), 187 deletions(-) diff --git a/src/App.vue b/src/App.vue index 500a2d6d..7407d97a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,12 @@ - + diff --git a/src/views/infra/webSocket/index.vue b/src/views/infra/webSocket/index.vue index 71f32c06..7383284f 100644 --- a/src/views/infra/webSocket/index.vue +++ b/src/views/infra/webSocket/index.vue @@ -55,11 +55,13 @@ - + diff --git a/src/views/mall/promotion/coupon/index.vue b/src/views/mall/promotion/coupon/index.vue index 9f81edf2..eed7cb24 100755 --- a/src/views/mall/promotion/coupon/index.vue +++ b/src/views/mall/promotion/coupon/index.vue @@ -105,7 +105,7 @@ - diff --git a/src/views/report/jmreport/index.vue b/src/views/report/jmreport/index.vue index bae999f4..90e68a62 100644 --- a/src/views/report/jmreport/index.vue +++ b/src/views/report/jmreport/index.vue @@ -3,9 +3,11 @@