diff --git a/src/views/team/team-bill/details-drawer.vue b/src/views/team/team-bill/details-drawer.vue index 1bea82f..9659cc0 100644 --- a/src/views/team/team-bill/details-drawer.vue +++ b/src/views/team/team-bill/details-drawer.vue @@ -11,18 +11,18 @@ custom-class="drawer-auto-layout" >
-
代理
- +
账单信息
-
- ID: {{ row.id }} -
+
ID: {{ row.id }}
区域: {{ row.regionName }}
@@ -32,7 +32,7 @@ 账单归属: {{ row.billBelong }}
- 账单标题: {{ row.billTitle }} + 账单标题: {{ row.billTitle }}
@@ -70,15 +70,19 @@
-
+
@@ -96,7 +100,8 @@ :timestamp="item.createTime" >
- {{ item.createBackUserName }}:  {{ item.remark }} + {{ item.createBackUserName }}: +  {{ item.remark }}
@@ -110,7 +115,10 @@
- +
@@ -126,11 +134,15 @@
-
+
-
+ - + diff --git a/src/views/team/team-bill/index.vue b/src/views/team/team-bill/index.vue index 75067d0..752c26c 100644 --- a/src/views/team/team-bill/index.vue +++ b/src/views/team/team-bill/index.vue @@ -1,7 +1,6 @@