cma 限制范围显示
This commit is contained in:
parent
b3232df682
commit
e1af622a04
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue