修改一下
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user