diff --git a/src/components/Index/IndexNewList.vue b/src/components/Index/IndexNewList.vue index 38312e2..dcc3e82 100644 --- a/src/components/Index/IndexNewList.vue +++ b/src/components/Index/IndexNewList.vue @@ -80,7 +80,7 @@ export default { // 跳转到详情界面 jumpDetails(item) { this.setActDetail(item); - this.$router.push('/ActDetails'); + this.$router.push('/ItDetails'); }, }, }; diff --git a/src/router/index.js b/src/router/index.js index 06068f2..49f1f3a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -93,6 +93,12 @@ const routes = [ name: 'ItInformation', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/ItInformation/ItInformation.vue'), }, + // 行业资讯详情界面 + { + path: '/ItDetails', + name: 'ItDetails', + component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/ItInformation/ItDetails.vue'), + }, // 活动公告界面 { path: '/Activity', diff --git a/src/views/Activity/ActDetails.vue b/src/views/Activity/ActDetails.vue index 63d1ec8..cd0e304 100644 --- a/src/views/Activity/ActDetails.vue +++ b/src/views/Activity/ActDetails.vue @@ -15,7 +15,10 @@
- + + 报名已结束 + + @@ -27,11 +30,26 @@ export default { name: 'ActDetails', components: { Enroll }, data() { - return {}; + return { nowData: '' }; }, computed: mapState('home', ['actDetail']), created() { - console.log(this.actDetail); + // 获取当前时间 + var aData = new Date(); + console.log(aData); //Wed Aug 21 2019 10:00:58 GMT+0800 (中国标准时间) + this.nowData = + aData.getFullYear() + + '-' + + (aData.getMonth() + 1) + + '-' + + aData.getDate() + + ' ' + + aData.getHours() + + ':' + + aData.getMinutes() + + ':' + + aData.getSeconds(); + console.log(this.nowData); //2019-8-20 }, methods: {}, }; diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index c98f45f..ffc48df 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -6,9 +6,9 @@
- - - 统计信息填报 + + + 统计信息填报 @@ -58,16 +60,16 @@
发酵工程中试基地位于山西维尔乳制品有限公司,基地具有发酵乳制品等生产加工条件,可提供微生物发酵实验及相关中试。
-
- 超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。 -
+
超高压食品加工中试基地位于太原市小店区正阳街43号的山西力德福科技有限公司。基地具有非热杀菌保鲜生产线、超高压设备制造生产线及中试车间,可提供超高压加工实验及相关中试和产业化服务。
干果精深加工中试基地位于吕梁的交城天娇红农业科技有限公司 ,拥有300余万元的先进分析检测仪器设备及免洗干枣生产车间、浓缩枣汁生产车间等生产加工条件,可提供相关中试研究。
- +
@@ -118,15 +120,15 @@ + + diff --git a/src/views/ItInformation/ItInformation.vue b/src/views/ItInformation/ItInformation.vue index 2abb836..4e51463 100644 --- a/src/views/ItInformation/ItInformation.vue +++ b/src/views/ItInformation/ItInformation.vue @@ -86,7 +86,7 @@ export default { // 跳转到详情界面 jumpDetails(item) { this.setActDetail(item); - this.$router.push('/ActDetails'); + this.$router.push('/ItDetails'); }, }, }; diff --git a/src/views/NewPlatform/components/NewModel.vue b/src/views/NewPlatform/components/NewModel.vue index 5fe06bc..673eb10 100644 --- a/src/views/NewPlatform/components/NewModel.vue +++ b/src/views/NewPlatform/components/NewModel.vue @@ -25,12 +25,16 @@ - + 社会信用代码或组织机构代码: + {{ monthEnglish[item.publishTime.split('-')[1] - 1] }}.

{{ item.publishTime.split('-')[2] }}

-

{{ item.title }}

-

{{ item.intro }}

+

{{ item.title }}

+

{{ item.intro }}