修改一下

This commit is contained in:
shijingjing
2022-09-22 18:07:34 +08:00
parent 3dde4fa4ce
commit 3b5aec0bca
2 changed files with 13 additions and 11 deletions

View File

@@ -284,7 +284,7 @@
</div>
</div>
</div>
<div style="height: 200px;">
<div>
<NamePhone v-for="(item, index) in people" :key="index" ref="NamePhoneRef" :name.sync="item.name"
:phone.sync="item.phone" :index="index" @delCountHandle="delCountHandle"/>
</div>
@@ -312,7 +312,7 @@
import {mapState} from 'vuex'
import NamePhone from './components/namePhone.vue'
export default {
appName: "添加返乡记录",
appName: "添加卡口记录",
data() {
return {
isShowType: false,
@@ -366,7 +366,7 @@ export default {
}
},
component: {
components: {
NamePhone,
},