四邻联动

This commit is contained in:
shijingjing
2022-04-18 11:54:05 +08:00
parent 3b8d858759
commit 8c5ef4cdda
5 changed files with 194 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
<template>
<div class="addLinkage">
</div>
</template>
<script>
export default {
name: "addLinkage",
appName: "添加联动记录",
data() {
return {}
},
onShow() {},
methods: {}
}
</script>
<style>
</style>