瀏覽代碼

客户页面

wangxy 2 天之前
父節點
當前提交
3f433f41e6

+ 18 - 0
pages/admin/Hetong/components/fuzhuXiaohai.vue

@@ -0,0 +1,18 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+
+<style>
+</style>

+ 17 - 0
pages/admin/Hetong/components/haiziNianling.vue

@@ -0,0 +1,17 @@
+<template>
+	<view>
+		<template >
+			
+		</template>
+		<view>孩子年龄</view>
+		<uni-easyinput v-model="data.hetong.lxName" placeholder="请输入住房面积" />
+	</view>
+</template>
+
+<script>
+	
+	
+</script>
+
+<style>
+</style>

+ 27 - 0
pages/admin/Hetong/components/jiawuItem.vue

@@ -0,0 +1,27 @@
+<template>
+	<view>
+		<view><text>一般家务:</text>  <icon>delete</icon></view>
+		<view>
+			<view>住房面积</view>
+			<uni-easyinput v-model="data.hetong.lxName" placeholder="请输入住房面积" />
+		</view>
+		<view>
+			<view>常驻人口</view>
+			<uni-easyinput v-model="data.hetong.lxName" placeholder="请输入常驻人口" />
+		</view>
+	</view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "../useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+<style>
+</style>

+ 17 - 0
pages/admin/Hetong/components/qitaFuwu.vue

@@ -0,0 +1,17 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+<style>
+</style>

+ 18 - 0
pages/admin/Hetong/components/quanzhiXiaohai.vue

@@ -0,0 +1,18 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+
+<style>
+</style>

+ 17 - 0
pages/admin/Hetong/components/yunfuHuli.vue

@@ -0,0 +1,17 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+<style>
+</style>

+ 18 - 0
pages/admin/Hetong/components/zhaoguBingren.vue

@@ -0,0 +1,18 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+
+<style>
+</style>

+ 18 - 0
pages/admin/Hetong/components/zhaoguLaoren.vue

@@ -0,0 +1,18 @@
+<template>
+	<view></view>
+</template>
+
+<script setup>
+	import {
+		useHetong
+	} from "./useHetong.js"
+	const {
+		injectHetong
+	} = useHetong();
+	
+	const data = injectHetong()
+</script>
+
+
+<style>
+</style>