From 6591dd8b71ff21959da47a6d90db6c1c5abde0e8 Mon Sep 17 00:00:00 2001
From: jiangweiguo <1578967617@qq.com>
Date: Tue, 15 Oct 2024 17:41:31 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/MyTripsListCard/index.vue | 139 ++++++++++++++++-------
1 file changed, 97 insertions(+), 42 deletions(-)
diff --git a/src/components/MyTripsListCard/index.vue b/src/components/MyTripsListCard/index.vue
index 8ebba43..7362ced 100644
--- a/src/components/MyTripsListCard/index.vue
+++ b/src/components/MyTripsListCard/index.vue
@@ -15,35 +15,93 @@
-->
- 申请类型:{{getDictDataLabel(DICT_TYPE.BS_BILL_TYPE,itemData.billType) || ''}}
+ 申请类型:{{
+ getDictDataLabel(DICT_TYPE.BS_BILL_TYPE, itemData.billType) ||
+ ''
+ }}
-
- 申请人:{{itemData.nickname}}
-
-
- 项目名称: {{itemData.projectName}}
-
-
- 申请部门: {{userInfo.dept.name}}
-
-
- 申请时间: {{dayjs(itemData.createTime).format('YY/MM/DD HH:ss')}}
+
申请人:{{ itemData.nickname }}
+
项目名称: {{ itemData.projectName }}
+
申请部门: {{ userInfo.dept.name }}
+
+ 申请时间:
+ {{ dayjs(itemData.createTime).format('YY/MM/DD HH:ss') }}
-
-
{{handleFilterStatus(DICT_TYPE.BS_EXPENSE_APPLY_STATUS,itemData.status).label}}
+
+
+ {{
+ handleFilterStatus(
+ DICT_TYPE.BS_EXPENSE_APPLY_STATUS,
+ itemData.status
+ ).label
+ }}
+
-
+
-
-
-
+
+
@@ -51,8 +109,8 @@
\ No newline at end of file
+