diff --git a/src/js/columns/constants/index.js b/src/js/columns/constants/index.js index be61dc0bb..941d4fa36 100644 --- a/src/js/columns/constants/index.js +++ b/src/js/columns/constants/index.js @@ -87,15 +87,3 @@ export const idTypeList = [ value: 5 } ] - -//是否list -export const yesOrNoList = [ - { - label: '是', - value: 1 - }, - { - label: '否', - value: 0 - } -] diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 4fce6bbb0..f5e20a45e 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -177,15 +177,7 @@ class="f-flex" style="flex-wrap: wrap;"> +} +.width-two { + width: 553px; +} + \ No newline at end of file diff --git a/src/views/modules/base/residentManagement/housingNature/housingNature.vue b/src/views/modules/base/residentManagement/housingNature/housingNature.vue index 0eacf00e3..abf873e00 100644 --- a/src/views/modules/base/residentManagement/housingNature/housingNature.vue +++ b/src/views/modules/base/residentManagement/housingNature/housingNature.vue @@ -8,7 +8,7 @@ :label-width="'100px'"> - - - - - - + + - - - - - - - - - - @@ -312,7 +307,6 @@ + + + + + \ No newline at end of file diff --git a/src/views/modules/base/residentManagement/tefu/tefuList.vue b/src/views/modules/base/residentManagement/tefu/tefuList.vue new file mode 100644 index 000000000..0976721a4 --- /dev/null +++ b/src/views/modules/base/residentManagement/tefu/tefuList.vue @@ -0,0 +1,924 @@ + + + + + + \ No newline at end of file