feat: 提交创建服务工单组件封装

This commit is contained in:
duanshuwen
2025-07-11 14:01:13 +08:00
parent 875c60d3ec
commit fb6c258893
46 changed files with 573 additions and 411 deletions

View File

@@ -9,13 +9,13 @@ const _sfc_main = {
__name: "App",
setup(__props) {
common_vendor.onLaunch(() => {
common_vendor.index.__f__("log", "at App.vue:7", "App Launch");
common_vendor.index.__f__("log", "at App.vue:5", "App Launch");
});
common_vendor.onShow(() => {
common_vendor.index.__f__("log", "at App.vue:11", "App Show");
common_vendor.index.__f__("log", "at App.vue:9", "App Show");
});
common_vendor.onHide(() => {
common_vendor.index.__f__("log", "at App.vue:15", "App Hide");
common_vendor.index.__f__("log", "at App.vue:13", "App Hide");
});
return () => {
};