网格员申办

This commit is contained in:
yanran200730
2022-03-18 10:58:01 +08:00
parent 585b2fcf85
commit a93b78de4f
5 changed files with 460 additions and 74 deletions

View File

@@ -1,8 +1,5 @@
<template>
<ai-list class="list">
<template slot="title">
<ai-title title="网格员管理" :isShowBottomBorder="true"></ai-title>
</template>
<ai-list class="list" isTabs>
<template slot="content">
<ai-search-bar bottomBorder>
<template slot="left">
@@ -56,7 +53,7 @@
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toFamily(row.id)">责任家庭</el-button>
<el-button type="text" @click="add(row.id)">查看</el-button>
<el-button type="text" @click="add(row.id)">详情</el-button>
<el-button type="text" @click="deleteById(row.id)">删除</el-button>
</div>
</template>
@@ -68,7 +65,7 @@
<script>
export default {
name: "list",
name: "List",
label: "网格员管理",
props: {
instance: Function,