diff --git a/src/api/supervision_monitoring_equipment.ts b/src/api/supervision_monitoring_equipment.ts
index 7c016ab..eca43f5 100644
--- a/src/api/supervision_monitoring_equipment.ts
+++ b/src/api/supervision_monitoring_equipment.ts
@@ -23,4 +23,8 @@ export function apiSupervisionMonitoringEquipmentDelete(params: any) {
// 工程监理--监控设备信息详情
export function apiSupervisionMonitoringEquipmentDetail(params: any) {
return request.get({ url: '/supervision_project.supervision_monitoring_equipment/detail', params })
-}
\ No newline at end of file
+}
+
+// export function apiSupervisionMonitoringEquipmentDetail(params: any) {
+// return request.get({ url: '/supervision_project.supervision_monitoring_equipment/detail', params })
+// }
\ No newline at end of file
diff --git a/src/views/apply_with_seal/index.vue b/src/views/apply_with_seal/index.vue
index deac7a6..4a74e3b 100644
--- a/src/views/apply_with_seal/index.vue
+++ b/src/views/apply_with_seal/index.vue
@@ -47,12 +47,16 @@
-
+
-
+
+
+ {{ row.loan == 1 ? '是' : "否" }}
+
+
@@ -67,8 +71,8 @@
@click="handleEdit(row)">
编辑
-
+
删除
@@ -87,7 +91,6 @@
import { usePaging } from '@/hooks/usePaging'
import { useDictData } from '@/hooks/useDictOptions'
import { apiApplyWithSealLists, apiApplyWithSealDelete, apiApplyWithSealDetail } from '@/api/apply_with_seal'
-import { timeFormat } from '@/utils/util'
import feedback from '@/utils/feedback'
import EditPopup from './edit.vue'
@@ -143,4 +146,3 @@ const handleDelete = async (id: number | any[]) => {
getLists()
-
diff --git a/src/views/project_progress_payment_detail/edit.vue b/src/views/project_progress_payment_detail/edit.vue
index f8c0613..4a9941d 100644
--- a/src/views/project_progress_payment_detail/edit.vue
+++ b/src/views/project_progress_payment_detail/edit.vue
@@ -1,6 +1,7 @@