feat: 档案详情字段

This commit is contained in:
wanglei
2024-06-25 11:24:55 +08:00
parent 8279b89ff5
commit 587b988ade

View File

@@ -56,7 +56,18 @@ export default {
data() {
return {
form: {
name: '',
idNumber: '',
sex: '',
phone: '',
birthday: '',
age: '',
shopName: '',
operatorTypes: '',
creditCode: '',
girdName: '',
address: '',
description: '',
},
}
},