|
|
@ -140,6 +140,33 @@
|
|
|
|
{{ scope.row.completionRate }}%
|
|
|
|
{{ scope.row.completionRate }}%
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD执法计划"
|
|
|
|
|
|
|
|
prop="cdExecutionPlan"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdExecutionPlan }}家
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD完成执法"
|
|
|
|
|
|
|
|
prop="cdFinish"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdFinish }}家
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD完成率"
|
|
|
|
|
|
|
|
prop="cdCompletionRate"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdCompletionRate }}%
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -168,7 +195,7 @@
|
|
|
|
<el-table
|
|
|
|
<el-table
|
|
|
|
:data="tableInfoData"
|
|
|
|
:data="tableInfoData"
|
|
|
|
style="width: 100%"
|
|
|
|
style="width: 100%"
|
|
|
|
:height="530"
|
|
|
|
:height="580"
|
|
|
|
:border="false"
|
|
|
|
:border="false"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
>
|
|
|
|
>
|
|
|
@ -213,6 +240,33 @@
|
|
|
|
{{ scope.row.completionRate }}%
|
|
|
|
{{ scope.row.completionRate }}%
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD执法计划"
|
|
|
|
|
|
|
|
prop="cdExecutionPlan"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdExecutionPlan }}家
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD完成执法"
|
|
|
|
|
|
|
|
prop="cdFinish"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdFinish }}家
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
label="CD完成率"
|
|
|
|
|
|
|
|
prop="cdCompletionRate"
|
|
|
|
|
|
|
|
header-align="center"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
{{ scope.row.cdCompletionRate }}%
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
@ -333,7 +387,7 @@ export default {
|
|
|
|
title: "",
|
|
|
|
title: "",
|
|
|
|
isDialogShow: false,
|
|
|
|
isDialogShow: false,
|
|
|
|
tableInfoData: [],
|
|
|
|
tableInfoData: [],
|
|
|
|
tableHeight: 530,
|
|
|
|
tableHeight: 580,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
components: {
|
|
|
|
components: {
|
|
|
@ -352,7 +406,7 @@ export default {
|
|
|
|
if (screenWidth == 1366) {
|
|
|
|
if (screenWidth == 1366) {
|
|
|
|
this.tableHeight = 500;
|
|
|
|
this.tableHeight = 500;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.tableHeight = detectZoom == 100 ? 750 : 530;
|
|
|
|
this.tableHeight = detectZoom == 100 ? 750 : 580;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (JSON.parse(sessionStorage.getItem("USER_P_STATUS")) == 1) {
|
|
|
|
if (JSON.parse(sessionStorage.getItem("USER_P_STATUS")) == 1) {
|
|
|
|
// 原始密码修改
|
|
|
|
// 原始密码修改
|
|
|
|