master
e 10 months ago
parent d432d113b2
commit c8e8e53bfd

@ -17,7 +17,7 @@ export default [
name: "compositeIndex",
meta: {
head: true,
title: "综合指数",
title: "平安指数",
},
component: () => import("@/views/compositeIndex"),
},
@ -74,7 +74,7 @@ export default [
path: "/integration/safetyIndex",
name: "safetyIndex",
meta: {
title: "综合指数",
title: "平安指数",
},
component: () => import("@/views/safetyIndex"),
},
@ -90,7 +90,7 @@ export default [
path: "/integration/companyCanban",
name: "companyCanban",
meta: {
title: "综合指数",
title: "平安指数",
},
component: () => import("@/views/companyCanban"),
},

@ -346,7 +346,7 @@
</template>
</el-table-column>
</el-table-column>
<el-table-column label="综合指数" width="80">
<el-table-column label="平安指数" width="80">
<template slot-scope="scope">
<div style="cursor: pointer;" @click="goCanban(scope.row)">
{{ scope.row.score }}

@ -17,7 +17,7 @@
>
<div class="shu"></div>
<el-menu-item index="compositeIndex" route="/home/compositeIndex"
>综合指数</el-menu-item
>平安指数</el-menu-item
>
<div class="shu"></div>
<el-menu-item index="applySupermarket" route="/home/applySupermarket"

@ -38,7 +38,7 @@
>
<div class="shu"></div>
<el-menu-item index="1" route="/home/safetyIndex" @click="menu_first_change"
>综合指数</el-menu-item
>平安指数</el-menu-item
>
<div class="shu"></div>
<el-menu-item

@ -39,7 +39,7 @@
>
<div class="shu"></div>
<el-menu-item index="1" route="/home/safetyIndex"
>综合指数</el-menu-item
>平安指数</el-menu-item
>
<div class="shu"></div>
<el-menu-item
@ -109,7 +109,7 @@
index="1"
route="/home/safetyIndex"
@click="menu_first_change"
>综合指数</el-menu-item
>平安指数</el-menu-item
>
<div class="shu"></div>
<el-menu-item index="6" route="/home/applySupermarket"

Loading…
Cancel
Save