AiListPage
@@ -1,15 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageBasic">
 | 
			
		||||
    <AppListPage :label="label" :appList="appList" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" />
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AppListPage from '@/components/AppListPage/AppListPage'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppPageBasic',
 | 
			
		||||
  appName: '工作台(基层办公)',
 | 
			
		||||
  components: { AppListPage },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      label: '基层办公',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,15 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageCivilization">
 | 
			
		||||
    <AppListPage :label="label" :appList="appList" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" />
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AppListPage from '@/components/AppListPage/AppListPage'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppPageCivilization',
 | 
			
		||||
  appName: '工作台(文明乡风)',
 | 
			
		||||
  components: { AppListPage },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      label: '文明乡风',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,15 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageInteraction">
 | 
			
		||||
    <AppListPage :label="label" :appList="appList" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" />
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AppListPage from '@/components/AppListPage/AppListPage'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppPageInteraction',
 | 
			
		||||
  appName: '工作台(居民互动)',
 | 
			
		||||
  components: { AppListPage },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      label: '居民互动',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,15 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageParty">
 | 
			
		||||
    <AppListPage :label="label" :appList="appList" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" />
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AppListPage from '@/components/AppListPage/AppListPage'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppPageParty',
 | 
			
		||||
  appName: '工作台(基层党建)',
 | 
			
		||||
  components: { AppListPage },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      label: '基层党建',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,15 +1,13 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="AppPageResident">
 | 
			
		||||
    <AppListPage :label="label" :appList="appList" />
 | 
			
		||||
    <AiListPage :label="label" :appList="appList" />
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AppListPage from '@/components/AppListPage/AppListPage'
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppPageResident',
 | 
			
		||||
  appName: '工作台(居民)',
 | 
			
		||||
  components: { AppListPage },
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      label: '居民管理',
 | 
			
		||||
 
 | 
			
		||||
@@ -9,8 +9,8 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import Detail from './components/detail'
 | 
			
		||||
import Add from './components/add'
 | 
			
		||||
import Detail from './detail'
 | 
			
		||||
import Add from './add'
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'AppSpecialPeople',
 | 
			
		||||
 
 | 
			
		||||
@@ -151,9 +151,10 @@ export default {
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
    toAdd() {
 | 
			
		||||
      this.$emit('change', {
 | 
			
		||||
        type: 'Add',
 | 
			
		||||
      })
 | 
			
		||||
      // this.$emit('change', {
 | 
			
		||||
      //   type: 'Add',
 | 
			
		||||
      // })
 | 
			
		||||
      uni.navigateTo({url: './add'})
 | 
			
		||||
    },
 | 
			
		||||
    idNumberInit(idNumber) {
 | 
			
		||||
      if(!idNumber) {
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 282 B  | 
| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B  | 
| 
		 Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB  |