Browse Source

Merge branch 'feature_bug' into dev

V4.3.3
mk 1 year ago
parent
commit
c1ad449e60
  1. 5
      src/views/components/addResi.vue
  2. 2
      src/views/components/editResi.vue

5
src/views/components/addResi.vue

@ -890,11 +890,10 @@ export default {
}, },
{//1 {//1
label: "子女姓名", label: "子女姓名",
check:'fourFont', // check:'fourFont',
itemType: "input1", itemType: "input1",
formName: "childName", formName: "childName",
opction: [ opction: []
]
}, },
{//2 {//2
label: "子女性别", label: "子女性别",

2
src/views/components/editResi.vue

@ -1400,7 +1400,7 @@ export default {
{ {
//1 //1
label: "子女姓名", label: "子女姓名",
check:'fourFont', // check:'fourFont',
itemType: "input1", itemType: "input1",
formName: "childName", formName: "childName",
pformName: "specialSupportDto", pformName: "specialSupportDto",

Loading…
Cancel
Save