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
+