修改首页表格列表顺序

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

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

Loading…
Cancel
Save