提交 d49ca233 authored 作者: CRS's avatar CRS

new

上级 aa500602
......@@ -4,6 +4,10 @@
<el-row>
<el-col :span="24">
<div class="menu">
<p class="bg" @click="jump('projectManagement','项目管理')" v-if="this.$store.getters.getUserData.authorityCode.indexOf('000900') !== -1">
<img src="./img/WD.png">
<span>项目管理</span>
</p>
<p class="bg" @click="jump('evaluationReport','评估报告管理')" v-if="this.$store.getters.getUserData.authorityCode.indexOf('000800') !== -1">
<img src="./img/PG.png">
<span>评估报告管理</span>
......@@ -23,8 +27,8 @@
</template>
<script>
import $ from 'jquery';
export default {
import $ from 'jquery';
export default {
data () {
return {
}
......@@ -33,7 +37,7 @@
},
mounted(){
this.init(1);
// this.init(1);
},
methods: {
// 页面布局
......@@ -65,7 +69,7 @@
},
watch: {
}
}
}
</script>
<style scoped>
.firstHome{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论