| | |
| | | * @Author: 胡思旗 931347610@qq.com |
| | | * @Date: 2023-08-28 15:23:47 |
| | | * @LastEditors: husq 931347610@qq.com |
| | | * @LastEditTime: 2023-09-05 10:17:17 |
| | | * @LastEditTime: 2023-09-08 09:14:02 |
| | | * @FilePath: \Cloud-API-Demo-Web\src\pages\page-web\projects\project_list\list_page\components\ProjectList.vue |
| | | * @Description:项目列表组件 |
| | | * |
| | |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div class="enter"> |
| | | <div class="enter" @click="goDetail(item)"> |
| | | <export-outlined /> |
| | | </div> |
| | | </div> |
| | |
| | | }) |
| | | } |
| | | |
| | | const goDetail = (item: any) => { |
| | | console.log(11) |
| | | router.push({ |
| | | name: ERouterName.WORKSPACE, |
| | | query: { id: item.id } |
| | | }) |
| | | } |
| | | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |