修改首页表格列表顺序

Lvtianfang
吕天方 8 months ago
parent e282e7906f
commit 9d1cdc7fe5

@ -106,6 +106,33 @@
{{ scope.row.lawAreas }}
</template>
</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-column prop="count" label="执法计划" header-align="center">
<template slot-scope="scope">
<span v-if="scope.row.lawAreas == ''"
@ -140,33 +167,7 @@
{{ scope.row.completionRate }}%
</template>
</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>
</div>
</div>
@ -209,6 +210,33 @@
<span>{{ scope.row.lawAreas }}</span>
</template>
</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-column prop="count" label="执法计划" header-align="center">
<template slot-scope="scope">
<span v-if="scope.row.lawAreas == ''"
@ -240,33 +268,7 @@
{{ scope.row.completionRate }}%
</template>
</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>
</div>
</el-dialog>

Loading…
Cancel
Save