| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/reserveProjects', |
| | | query: { |
| | | projectCategory: '1' |
| | | projectPhase: '1' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/previousProjects', |
| | | query: { |
| | | projectCategory: '2' |
| | | projectPhase: '2' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/implementationProject', |
| | | query: { |
| | | projectCategory: '3' |
| | | projectPhase: '3' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | this.$router.push({ |
| | | path: '/projectEngineering/project/completedProjects', |
| | | query: { |
| | | projectCategory: '4' |
| | | projectPhase: '4' |
| | | } |
| | | }); |
| | | break; |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | |
| | | .abnormal:hover { |
| | | cursor: pointer; |
| | | } |
| | | .abnormal { |
| | | position: relative; |
| | | width: 25%; |
| | |
| | | width: 1250px; |
| | | } |
| | | |
| | | .listings:hover { |
| | | cursor: pointer; |
| | | } |
| | | .listings { |
| | | width: 300px; |
| | | height: 90px; |