From 2c3b615a2438814e6fda374937aa3a7443164022 Mon Sep 17 00:00:00 2001
From: xueyinfei <1207092115@qq.com>
Date: Mon, 4 Aug 2025 16:21:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=B5=84=E4=BA=A7=E5=8F=91?=
=?UTF-8?q?=E5=B8=83,=E5=AE=A1=E6=89=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/api/dataAsset/assetDetail.js | 10 +-
.../views/system/flow/dataAssetMainAppr.vue | 162 ++++++++++++++++++
.../src/views/system/flow/index.vue | 31 ++--
3 files changed, 190 insertions(+), 13 deletions(-)
create mode 100644 vue-fastapi-frontend/src/views/system/flow/dataAssetMainAppr.vue
diff --git a/vue-fastapi-frontend/src/api/dataAsset/assetDetail.js b/vue-fastapi-frontend/src/api/dataAsset/assetDetail.js
index 5aee9e3..91b047b 100644
--- a/vue-fastapi-frontend/src/api/dataAsset/assetDetail.js
+++ b/vue-fastapi-frontend/src/api/dataAsset/assetDetail.js
@@ -21,5 +21,13 @@ export function deptTreeSelect() {
url: '/default-api/system/dataAsset/sources',
method: 'get'
})
- }
+}
+export function listAssetMainAppr(data) {
+ return request({
+ url: '/default-api/system/dataAsset/listastappr',
+ method: 'get',
+ params: data
+ })
+}
+
\ No newline at end of file
diff --git a/vue-fastapi-frontend/src/views/system/flow/dataAssetMainAppr.vue b/vue-fastapi-frontend/src/views/system/flow/dataAssetMainAppr.vue
new file mode 100644
index 0000000..d92546f
--- /dev/null
+++ b/vue-fastapi-frontend/src/views/system/flow/dataAssetMainAppr.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+
+
+
+ {{item.clasName}}
+
+
+
+
+
+
+
+
+
+ {{ changeTypeMap[row.changeType] || row.changeType }}
+
+
+
+
+ {{ approStatusMap[row.approStatus] || row.approStatus }}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue-fastapi-frontend/src/views/system/flow/index.vue b/vue-fastapi-frontend/src/views/system/flow/index.vue
index 0dfb3a7..7ea739e 100644
--- a/vue-fastapi-frontend/src/views/system/flow/index.vue
+++ b/vue-fastapi-frontend/src/views/system/flow/index.vue
@@ -527,25 +527,30 @@
+
+
+