| @@ -30,7 +30,7 @@ | |||||
| <div class="title"> | <div class="title"> | ||||
| <i class="icon_box"></i> | <i class="icon_box"></i> | ||||
| <p class="news_title">{{item.openName}}</p> | <p class="news_title">{{item.openName}}</p> | ||||
| <p class="tips_mark">新</p> | |||||
| <p class="tips_mark" v-if="index==0">新</p> | |||||
| </div> | </div> | ||||
| <div class="time"> | <div class="time"> | ||||
| <div class="icon_time"></div> | <div class="icon_time"></div> | ||||
| @@ -91,16 +91,6 @@ | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| this.houseGetDicts("asset_status").then((response) => { | |||||
| this.assetStatusOptions = response.data; | |||||
| }); | |||||
| this.houseGetDicts("asset_type").then((response) => { | |||||
| this.assetTypeOptions = response.data; | |||||
| }); | |||||
| this.houseGetDicts("use_type").then((response) => { | |||||
| this.useTypeOptions = response.data; | |||||
| }); | |||||
| console.log(Cookies.get('bookId')) | |||||
| this.queryParams.bookId = Cookies.get('bookId'); | this.queryParams.bookId = Cookies.get('bookId'); | ||||
| this.queryParams.deptId = Cookies.get('deptId'); | this.queryParams.deptId = Cookies.get('deptId'); | ||||
| if (this.$route.query.type == 'code'){ | if (this.$route.query.type == 'code'){ | ||||
| @@ -30,7 +30,7 @@ | |||||
| <div class="title"> | <div class="title"> | ||||
| <i class="icon_box"></i> | <i class="icon_box"></i> | ||||
| <p class="news_title">{{item.openName}}</p> | <p class="news_title">{{item.openName}}</p> | ||||
| <p class="tips_mark">新</p> | |||||
| <p class="tips_mark" v-if="index==0">新</p> | |||||
| </div> | </div> | ||||
| <div class="time"> | <div class="time"> | ||||
| <div class="icon_time"></div> | <div class="icon_time"></div> | ||||
| @@ -1,7 +1,7 @@ | |||||
| <template> | <template> | ||||
| <div class="home_wrapper"> | <div class="home_wrapper"> | ||||
| <div class="header_main"> | <div class="header_main"> | ||||
| 查看零工公开 | |||||
| 查看重大事项 | |||||
| <div class="return_btn" @click="onClickLeft"></div> | <div class="return_btn" @click="onClickLeft"></div> | ||||
| <div class="add_btn"></div> | <div class="add_btn"></div> | ||||
| </div> | </div> | ||||
| @@ -30,7 +30,7 @@ | |||||
| <div class="title"> | <div class="title"> | ||||
| <i class="icon_box"></i> | <i class="icon_box"></i> | ||||
| <p class="news_title">{{item.openName}}</p> | <p class="news_title">{{item.openName}}</p> | ||||
| <p class="tips_mark">新</p> | |||||
| <p class="tips_mark" v-if="index==0">新</p> | |||||
| </div> | </div> | ||||
| <div class="time"> | <div class="time"> | ||||
| <div class="icon_time"></div> | <div class="icon_time"></div> | ||||