| | |
| | | <div class="box"> |
| | | <div class="title">公文</div> |
| | | <el-row :gutter="12"> |
| | | <el-col :span="8"> |
| | | <el-card shadow="hover">发文登记</el-card> |
| | | <el-col :span="8" > |
| | | <el-card shadow="hover" ><div @click="goToItemPage">发文登记</div></el-card> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-card shadow="hover">收文登记</el-card> |
| | |
| | | }, |
| | | methods: { |
| | | goToItemPage() { |
| | | this.$router.push("/shenpiliucheng/item"); |
| | | console.log('111') |
| | | this.$router.push("/shenpiliucheng/wode"); |
| | | }, |
| | | goWode() { |
| | | console.log('111') |
| | | this.$router.push("/shenpiliucheng/wode"); |
| | | }, |
| | | }, |
| | | }; |