特殊人群

This commit is contained in:
yanran200730
2022-02-09 15:13:40 +08:00
parent 7f44ee66fd
commit 52f1b5d0ed
8 changed files with 1156 additions and 85 deletions

View File

@@ -9,12 +9,14 @@
<script>
import List from './components/List.vue'
import Detail from './components/Detail.vue'
import Add from './components/Add.vue'
export default {
name: 'AppSpecialDisabled',
name: 'AppSpecialMental',
label: '精神病人',
components: {
Add,
List,
Detail
},
@@ -40,7 +42,13 @@
this.params = data.params
}
if (data.type === 'list') {
if (data.type === 'Add') {
this.component = 'Add'
this.isShowDetail = true
this.params = data.params
}
if (data.type === 'List') {
this.component = 'List'
this.params = data.params