Commit 5dc351e5 by xue_wengang

业务效能评估

parent e1be3998
......@@ -321,37 +321,30 @@ export default {
//左侧导航(模块第一个页面需要)
{
id: "queryAjzc",
label: "业务工作效能评估",
newAuth: "M01",
index: "2",
label: "案件信息采集的完整性",
index: "queryAjzc",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
hasChildren: false,
},
{
id: "queryGjzchjwcqk",
label: "关键侦查环节完成情况",
index: "queryGjzchjwcqk",
auth: "M0101",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryAjzc",
label: "案件信息采集的完整性",
index: "queryAjzc",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "queryGjzchjwcqk",
label: "关键侦查环节完成情况",
index: "queryGjzchjwcqk",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "qbxakcltj",
label: "全部刑案勘察统计",
index: "qbxakcltj",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
},
],
disabled: false,
hasChildren: false,
},
{
id: "qbxakcltj",
label: "现场勘查工作效能评估",
index: "qbxakcltj",
auth: "M0101",
className: "iconfont icongongnengfuwu",
disabled: false,
hasChildren: false,
},
],
};
......
......@@ -39,7 +39,9 @@
</div>
<div class="kc">
<span class="kcl">勘察率:</span>
<span class="kcls" style="color:#34C759">{{ Number(shuju.ykcl*100).toFixed(2) }}%</span>
<span class="kcls" style="color: #34c759"
>{{ Number(shuju.ykcl * 100).toFixed(2) }}%</span
>
</div>
</div>
<div class="yc">
......@@ -49,7 +51,9 @@
</div>
<div class="kc">
<span class="kcl">勘察率:</span>
<span class="kcls" style="color:#FF3B30">{{ Number(shuju.wkcl*100).toFixed(2) }}%</span>
<span class="kcls" style="color: #ff3b30"
>{{ Number(shuju.wkcl * 100).toFixed(2) }}%</span
>
</div>
</div>
</div>
......@@ -57,7 +61,6 @@
</div>
</template>
</right-content>
</div>
</template>
......@@ -149,11 +152,23 @@ export default {
},
],
cxUrl: "/ywgz/pageAsj", //列表查询接口
Menu: [
//头部导航(模块第一个页面需要)
{
id: "qbxakcltj",
label: "现场勘查工作效能评估",
index: "qbxakcltj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
};
},
created() {
this.countAsjMethod();
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_Header", this.header);
},
mounted() {},
methods: {
......@@ -253,14 +268,14 @@ export default {
margin-left: -78px;
width: 30%;
border-right: 2px solid #e9e9e9;
position: relative;
position: relative;
}
.yc {
margin-left: -78px;
width: 30%;
position: relative;
position: relative;
}
.zt {
width: 117px;
height: 21px;
......@@ -271,7 +286,7 @@ export default {
color: #363636;
opacity: 1;
cursor: pointer;
margin-bottom: 20px;
margin-bottom: 20px;
}
.sz {
width: 49px;
......@@ -282,19 +297,19 @@ export default {
line-height: 21px;
opacity: 1;
}
.kc {
position: absolute;
top: 45px;
left: 180px;
.kcl {
font-size: 15px;
color:#999;
margin-right: 16px;
}
.kcls {
font-size: 14px;
}
}
.kc {
position: absolute;
top: 45px;
left: 180px;
.kcl {
font-size: 15px;
color: #999;
margin-right: 16px;
}
.kcls {
font-size: 14px;
}
}
}
}
@import "@/assets/styles/rightContent.scss";
......
......@@ -542,7 +542,7 @@ export default {
id: "queryGzry",
label: "刑嫌对象信息研判",
newAuth: "M01",
index: "2",
index: "3",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
......@@ -576,7 +576,7 @@ export default {
id: "queryGzry",
label: "智能化信息服务",
newAuth: "M01",
index: "2",
index: "4",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment