|
@@ -55,6 +55,54 @@
|
|
<span v-else-if="columnName == '绩效评价'">
|
|
<span v-else-if="columnName == '绩效评价'">
|
|
<achievements></achievements>
|
|
<achievements></achievements>
|
|
</span>
|
|
</span>
|
|
|
|
+ <span v-else-if="columnName == '知识产权'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '科技文献'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '项目申报'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '科技金融'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '科技孵化'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '成果登记'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '技术合同'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
|
|
+ <span v-else-if="columnName == '高企认证'">
|
|
|
|
+ <el-col :span="24" class="kaifaMain">
|
|
|
|
+ <el-image :src="kaifaInfo.pic"></el-image>
|
|
|
|
+ <p>{{ kaifaInfo.title }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ </span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -83,7 +131,7 @@ export default {
|
|
},
|
|
},
|
|
data: () => ({
|
|
data: () => ({
|
|
squareImage: require('@/assets/live/square_big.png'),
|
|
squareImage: require('@/assets/live/square_big.png'),
|
|
- activeNames: ['1'],
|
|
|
|
|
|
+ activeNames: '1',
|
|
menuList: [
|
|
menuList: [
|
|
{ icon: 'el-icon-trophy-1', name: '智慧推荐' },
|
|
{ icon: 'el-icon-trophy-1', name: '智慧推荐' },
|
|
{ icon: 'el-icon-pie-chart', name: '展会管理' },
|
|
{ icon: 'el-icon-pie-chart', name: '展会管理' },
|
|
@@ -107,14 +155,26 @@ export default {
|
|
menuIndex: '0',
|
|
menuIndex: '0',
|
|
menuIndexs: '0',
|
|
menuIndexs: '0',
|
|
columnName: '',
|
|
columnName: '',
|
|
|
|
+ // 功能开发中
|
|
|
|
+ kaifaInfo: {
|
|
|
|
+ pic: require('@/assets/timg.gif'),
|
|
|
|
+ title: '功能开发中',
|
|
|
|
+ },
|
|
}),
|
|
}),
|
|
created() {
|
|
created() {
|
|
this.searchInfo();
|
|
this.searchInfo();
|
|
|
|
+ if (this.activeName) {
|
|
|
|
+ this.$set(this, `activeNames`, this.activeName);
|
|
|
|
+ }
|
|
|
|
+ console.log(this.activeName);
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
column_name() {
|
|
column_name() {
|
|
return this.$route.query.column_name;
|
|
return this.$route.query.column_name;
|
|
},
|
|
},
|
|
|
|
+ activeName() {
|
|
|
|
+ return this.$route.query.activeNames;
|
|
|
|
+ },
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
searchInfo() {
|
|
searchInfo() {
|
|
@@ -124,6 +184,14 @@ export default {
|
|
if (this.column_name == '合同在线') this.changeMenu(this.$route.query.column_name, 3);
|
|
if (this.column_name == '合同在线') this.changeMenu(this.$route.query.column_name, 3);
|
|
if (this.column_name == '信用认证') this.changeMenu(this.$route.query.column_name, 4);
|
|
if (this.column_name == '信用认证') this.changeMenu(this.$route.query.column_name, 4);
|
|
if (this.column_name == '绩效评价') this.changeMenu(this.$route.query.column_name, 5);
|
|
if (this.column_name == '绩效评价') this.changeMenu(this.$route.query.column_name, 5);
|
|
|
|
+ if (this.column_name == '知识产权') this.changeMenus(this.$route.query.column_name, 0);
|
|
|
|
+ if (this.column_name == '科技文献') this.changeMenus(this.$route.query.column_name, 1);
|
|
|
|
+ if (this.column_name == '项目申报') this.changeMenus(this.$route.query.column_name, 2);
|
|
|
|
+ if (this.column_name == '科技金融') this.changeMenus(this.$route.query.column_name, 3);
|
|
|
|
+ if (this.column_name == '科技孵化') this.changeMenus(this.$route.query.column_name, 4);
|
|
|
|
+ if (this.column_name == '成果登记') this.changeMenus(this.$route.query.column_name, 5);
|
|
|
|
+ if (this.column_name == '技术合同') this.changeMenus(this.$route.query.column_name, 6);
|
|
|
|
+ if (this.column_name == '高企认证') this.changeMenus(this.$route.query.column_name, 7);
|
|
},
|
|
},
|
|
changeMenu(name, index) {
|
|
changeMenu(name, index) {
|
|
this.menuIndex = index;
|
|
this.menuIndex = index;
|
|
@@ -138,16 +206,16 @@ export default {
|
|
// message: '功能开发中',
|
|
// message: '功能开发中',
|
|
// type: 'warning',
|
|
// type: 'warning',
|
|
// });
|
|
// });
|
|
- // }
|
|
|
|
},
|
|
},
|
|
changeMenus(name, index) {
|
|
changeMenus(name, index) {
|
|
- // this.menuIndexs = index;
|
|
|
|
- // this.columnName = name;
|
|
|
|
- // this.menuColor = 'rgb(254, 149, 14)';
|
|
|
|
- this.$message({
|
|
|
|
- message: '功能开发中',
|
|
|
|
- type: 'warning',
|
|
|
|
- });
|
|
|
|
|
|
+ console.log(name, index);
|
|
|
|
+ this.menuIndexs = index;
|
|
|
|
+ this.columnName = name;
|
|
|
|
+ this.menuColor = 'rgb(254, 149, 14)';
|
|
|
|
+ // this.$message({
|
|
|
|
+ // message: '功能开发中',
|
|
|
|
+ // type: 'warning',
|
|
|
|
+ // });
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|
|
@@ -224,4 +292,11 @@ export default {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
+.kaifaMain {
|
|
|
|
+ text-align: center;
|
|
|
|
+ p {
|
|
|
|
+ font-size: 35px;
|
|
|
|
+ padding: 15px 0;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|