驻村辅警
This commit is contained in:
		| @@ -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: '', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user