diff --git a/src/api/basicData/assignConfigApprove.js b/src/api/basicData/assignConfigApprove.js
index 274eef7a..2cac4ab8 100644
--- a/src/api/basicData/assignConfigApprove.js
+++ b/src/api/basicData/assignConfigApprove.js
@@ -57,4 +57,12 @@ export const submitAudit = (params) => {
method: 'post',
params: params,
});
-};
\ No newline at end of file
+};
+
+// 查询记录
+export const auditHistory = (id) =>{
+ return request({
+ url:`/api/blade-desk/QA/DispatchConfigApproval/auditHistory/${id}`,
+ method:'get',
+ })
+}
\ No newline at end of file
diff --git a/src/views/approvalRecord/index.vue b/src/views/approvalRecord/index.vue
new file mode 100644
index 00000000..38276378
--- /dev/null
+++ b/src/views/approvalRecord/index.vue
@@ -0,0 +1,118 @@
+
+
+
+
+ {{ activity.label }}:{{ activity.value }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/basicData/assignConfigApprove/index.vue b/src/views/basicData/assignConfigApprove/index.vue
index 869064ce..3a7f1f75 100644
--- a/src/views/basicData/assignConfigApprove/index.vue
+++ b/src/views/basicData/assignConfigApprove/index.vue
@@ -23,6 +23,9 @@
+ 记录
+
+
\ No newline at end of file
diff --git a/src/views/warehouseManagement/teamRequest/index.vue b/src/views/warehouseManagement/teamRequest/index.vue
index 99cd6d9e..8bd71485 100644
--- a/src/views/warehouseManagement/teamRequest/index.vue
+++ b/src/views/warehouseManagement/teamRequest/index.vue
@@ -1,362 +1,323 @@
-
-
-
- 新增
-
- 删除
-
-
-
- 审批
-
-
-
-
-
-
-
-
-
-
-
- 是
- 否
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 是
+ 否
+
+
+
+
+
+
+
\ No newline at end of file