diff --git a/atune/web/src/components/atuneTemplete.vue b/atune/web/src/components/atuneTemplete.vue index 5cb87d3bd8e74551dd6db9d954f23f1ffd1b4d6c..69301f8d1bfd214ad3f40aabad24632ab0ff9df1 100644 --- a/atune/web/src/components/atuneTemplete.vue +++ b/atune/web/src/components/atuneTemplete.vue @@ -1,8 +1,22 @@ @@ -54,7 +66,7 @@ const returnHome = () => { }; // 新增 -const handleCreat = () => { }; +const handleCreat = () => {}; // 查看模板详情 const handleAtuneDetail = (taskRow: Task | Atune) => { diff --git a/atune/web/src/views/atuneDetail.vue b/atune/web/src/views/atuneDetail.vue index e9e1d82f9c39ab5bab8b6cde3d07f5a522f7bbad..b33d2be451e9e48617f2a2e48e5d1ffe6f81f9be 100644 --- a/atune/web/src/views/atuneDetail.vue +++ b/atune/web/src/views/atuneDetail.vue @@ -1,43 +1,29 @@