diff --git a/src/utils/http.ts b/src/utils/http.ts
index 5894b18..70adfa3 100644
--- a/src/utils/http.ts
+++ b/src/utils/http.ts
@@ -225,7 +225,3 @@ export default {
requestRaw,
download,
}
-
-export const updateContract = (contractId, contractData) => {
- return http.put(`/contract/${contractId}`, contractData)
-}
diff --git a/src/views/project-management/contract/revenue-contract/ContractEdit.vue b/src/views/project-management/contract/revenue-contract/ContractEdit.vue
new file mode 100644
index 0000000..4ced636
--- /dev/null
+++ b/src/views/project-management/contract/revenue-contract/ContractEdit.vue
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未确认
+ 待审批
+ 已签署
+ 执行中
+ 已完成
+ 已终止
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/project-management/contract/revenue-contract/index.vue b/src/views/project-management/contract/revenue-contract/index.vue
index 0e79d54..28d7b37 100644
--- a/src/views/project-management/contract/revenue-contract/index.vue
+++ b/src/views/project-management/contract/revenue-contract/index.vue
@@ -1,25 +1,25 @@
@@ -53,36 +53,53 @@
¥{{ (record.receivedAmount || 0).toLocaleString() }}
-
详情
编辑
审批
收款记录
+ 删除
+
+
+
+
+