优化开发展示

This commit is contained in:
aixianling
2022-06-13 10:46:55 +08:00
parent 2a4d9b2b1c
commit b35314bf83
10 changed files with 19 additions and 21 deletions

View File

@@ -12,7 +12,7 @@ import Add from './components/Add'
import BuildMsg from './components/BuildMsg'
export default {
label: '楼栋管理(sass)',
label: '楼栋管理',
name: 'AppBuildManage',
props: {
instance: Function,

View File

@@ -22,7 +22,7 @@ import ResidentSta from "./residentSta";
export default {
name: "AppResident",
label: "居民档案(saas)",
label: "居民档案",
props: {
instance: Function,
dict: Object,

View File

@@ -10,7 +10,7 @@ import Add from "./components/add";
export default {
name: "AppGridBlock",
label: "网格区块(saas)",
label: "网格区块",
props: {
instance: Function,

View File

@@ -18,7 +18,7 @@ import List from "./components/list";
export default {
name: "AppGridMap",
label: "网格地图(saas)",
label: "网格地图",
props: {
instance: Function,

View File

@@ -20,7 +20,7 @@ import Family from "./components/Family";
export default {
name: "AppGridMember",
label: "网格管理员(saas)",
label: "网格管理员",
props: {
instance: Function,
dict: Object,