-
+
-
-
+
+
- 查询
+ 查询
重置
@@ -27,29 +51,69 @@
-
- {{ formatDate(row.apply_date) }}
-
-
- {{ row.description || '-' }}
-
-
- ¥ {{ money(row.total_amount) }}
-
-
+
- {{ statusLabel(row.status) }}
+ {{
+ statusLabel(row.status)
+ }}
-
- {{ formatDateTime(row.create_time) }}
+
+ {{
+ formatDate(row.apply_date)
+ }}
-
+
+ ¥ {{ money(row.total_amount) }}
+
+
+ {{ row.description || "-" }}
+
+
+ {{
+ formatDateTime(row.create_time)
+ }}
+
+
- 详情
- 编辑
- 提交
- 删除
+ 详情
+ 导出
+ 编辑
+ 提交
+ 删除
@@ -83,15 +147,22 @@
:expense-type-options="expenseTypeOptions"
@changed="reloadDetail"
/>
+
+