| | |
| | | <template> |
| | | <div> |
| | | <el-row class="underline"> |
| | | <h3 style="color: #0f99e9">{{ this.$route.query.type }}</h3> |
| | | <h3 style="color: rgb(1, 72, 153)">{{ this.$route.query.type }}</h3> |
| | | </el-row> |
| | | <div class="mart15"> |
| | | <div v-if="this.$route.query.type == '通知公告'"> |
| | | <ul> |
| | | <li |
| | | class="lieBiao flex-v flex-conter padt10" |
| | | class="lieBiao flex-v flex-conter padt10 liPointer" |
| | | :key="index" |
| | | v-for="(item, index) in noticeList" |
| | | > |
| | |
| | | </div> |
| | | <div v-if="this.$route.query.type == '学院动态'"> |
| | | <ul> |
| | | <li :key="index" v-for="(item, index) in schoolList"> |
| | | <li :key="index" v-for="(item, index) in schoolList" class="liPointer"> |
| | | <!-- <a href="item.path"> {{ item.title }} </a> --> |
| | | <!-- <router-link :to="{name:'schoolMessage',params:{id:item.id}}" >{{ item.title }} </router-link> --> |
| | | <div @click="toNoticeMsg(item.title)">{{ item.title }}</div> |
| | |
| | | </div> |
| | | <div v-if="this.$route.query.type == '工作状态'"> |
| | | <ul> |
| | | <li :key="index" v-for="(item, index) in workList"> |
| | | <li :key="index" v-for="(item, index) in workList" class="liPointer"> |
| | | <!-- <a href="item.path"> {{ item.title }} </a> --> |
| | | <!-- <router-link :to="{name:'schoolMessage',params:{id:item.id}}" >{{ item.title }} </router-link> --> |
| | | <div @click="toNoticeMsg(item.title)">{{ item.title }}</div> |