diff --git a/src/api/pay/pay.js b/src/api/pay/pay.js
index 7906aeb..bf9b065 100644
--- a/src/api/pay/pay.js
+++ b/src/api/pay/pay.js
@@ -42,4 +42,15 @@ export function confirmPay(data) {
method: 'put',
data: data
})
- }
\ No newline at end of file
+ }
+//确认缴费查看案件详情接口(新修改显示案件缴费状态)
+export function selectCaseApplicationConfirm(data) {
+ return request({
+ url: '/caseApplication/selectCaseApplicationConfirm',
+ // headers: {
+ // isToken: false
+ // },
+ method: 'post',
+ data: data
+ })
+}
\ No newline at end of file
diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue
index 3d7185b..bc19d2c 100644
--- a/src/views/caseManagement/caseList.vue
+++ b/src/views/caseManagement/caseList.vue
@@ -103,7 +103,7 @@
@@ -178,17 +178,17 @@
v-hasPermi="['monitor:online:forceLogout']"
>立案审查
-
- 缴费
-
+
+ 缴费
+