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

new

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