From d75ba843a3e7540645fda98c835a3e6c47e7e112 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Sat, 28 Feb 2026 16:15:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A6=E5=8D=95=E5=88=97=E8=A1=A8):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E4=B8=BA=E7=BC=BA=E5=A4=B1=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5=E9=94=99=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/team/team-bill/details-drawer.vue | 211 +++++------ src/views/team/team-bill/index.vue | 375 ++++++++++++-------- 2 files changed, 340 insertions(+), 246 deletions(-) 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 @@