驻村辅警

This commit is contained in:
yanran200730
2021-12-20 17:50:04 +08:00
parent ae5cc0e0a4
commit 931eca4fb3
3 changed files with 67 additions and 59 deletions

View File

@@ -60,7 +60,7 @@
:current.sync="search.current"
:size.sync="search.size"
@getList="getList">
<el-table-column slot="isPublic" label="标签">
<el-table-column slot="isPublic" label="是否公开">
<template slot-scope="{ row }">
<el-switch
v-model="row.isPublic"
@@ -115,8 +115,8 @@
{prop: 'name', label: '名称', align: 'left'},
{prop: 'type', label: '类型', align: 'center'},
{prop: 'phone', label: '联系方式', align: 'center'},
{prop: 'createTime', label: '创建时间'},
{slot: 'isPublic', label: '是否公开'},
{prop: 'createTime', align: 'center', label: '创建时间'},
{slot: 'isPublic', label: '是否公开', align: 'center'},
{slot: 'options', label: '操作'}
],
areaName: '',