| | |
| | | }}</span |
| | | > |
| | | </div> |
| | | <div class="abnormal-center"> |
| | | <div class="abnormal-center" v-show="isShow"> |
| | | 资金异常项目:<span |
| | | style="font-size: 16px; font-weight: 700" |
| | | >0</span |
| | |
| | | export default { |
| | | name: "Index", |
| | | data() { |
| | | return {} |
| | | return { |
| | | isShow: false, |
| | | } |
| | | }, |
| | | props: { |
| | | calculation: Array, |
| | |
| | | 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; |