cma 限制范围显示

This commit is contained in:
caoqianming 2020-12-22 12:02:01 +08:00
parent b3232df682
commit e1af622a04
1 changed files with 10 additions and 0 deletions

View File

@ -129,6 +129,11 @@
><span v-html="showlight(scope.row.bzbh)" v-if="scope.row.bzbh"></span
></template>
</el-table-column>
<el-table-column align="header-center" label="限制范围">
<template slot-scope="scope"
><span v-html="showlight(scope.row.xzfw)"></span
></template>
</el-table-column>
<el-table-column
align="header-center"
label="所属中心"
@ -210,6 +215,11 @@
><span v-html="showlight(scope.row.bztk)"></span
></template>
</el-table-column>
<el-table-column align="header-center" label="限制范围">
<template slot-scope="scope"
><span v-html="showlight(scope.row.xzfw)"></span
></template>
</el-table-column>
<el-table-column align="header-center" label="所属地点" prop="sszx"
column-key="sszx"
:filters="groupBy2.sszx"