master
e 10 months ago
parent d432d113b2
commit c8e8e53bfd

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

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

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

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

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

Loading…
Cancel
Save