diff --git a/src/views/Payment/BillManage/_payInfo/depend/config.js b/src/views/Payment/BillManage/_payInfo/depend/config.js
index e14af9a..971d110 100644
--- a/src/views/Payment/BillManage/_payInfo/depend/config.js
+++ b/src/views/Payment/BillManage/_payInfo/depend/config.js
@@ -2,9 +2,9 @@ export const formItem = [
{
type: 'select',
label:'账单类型',
- prop:'',
+ prop:'type',
option:[{ id:1,name:'手动生成'},{ id:2,name:'自动生成'}],
- placeholder:'请选择'
+ placeholder:'请选择账单类型'
},
]
export const columns = [
diff --git a/src/views/Payment/BillManage/_payInfo/index.vue b/src/views/Payment/BillManage/_payInfo/index.vue
index 0212501..1af7ca3 100644
--- a/src/views/Payment/BillManage/_payInfo/index.vue
+++ b/src/views/Payment/BillManage/_payInfo/index.vue
@@ -1,7 +1,34 @@
账单明细
-
+
+
{{record.buildingName}}/{{record.unitName}}/{{record.estateName}}
@@ -85,7 +112,8 @@