diff --git a/src/views/docs/archives/index.vue b/src/views/docs/archives/index.vue
index 1615dcd..2e455d1 100644
--- a/src/views/docs/archives/index.vue
+++ b/src/views/docs/archives/index.vue
@@ -1,146 +1,62 @@
-
-
- {{ t.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/views/my/highRisk/modules/history.vue b/src/views/my/highRisk/modules/history.vue
deleted file mode 100644
index 495b2cf..0000000
--- a/src/views/my/highRisk/modules/history.vue
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 重置
-
-
-
-
-
- {{ p.label }}
-
- {{ list.length }} 条记录
-
-
-
-
-
-
-
diff --git a/src/views/my/highRisk/modules/risk.vue b/src/views/my/highRisk/modules/risk.vue
index 2346024..a8ad444 100644
--- a/src/views/my/highRisk/modules/risk.vue
+++ b/src/views/my/highRisk/modules/risk.vue
@@ -39,7 +39,6 @@ const jumpTo = (r: any) => {
};
// 查看分析记录
const viewAnalysis = (record: any) => {
- console.log(record);
currentRecord.value = record;
pluginDrawer.value = true;
};
@@ -340,7 +339,7 @@ onMounted(async () => {
{{ s.scene }}
- 变更:{{ s?.change_title }} · {{ s?.org_name }} · 分析日期 {{ s?.created_at?.slice(0, 10) }} · 责任:{{ s?.applicant_name }} · 分析记录 {{ s?.record_count }} 行
+ 变更:{{ s?.change_title }} · {{ s?.org_name }} · 分析日期 {{ s?.created_at?.slice(0, 10) }} · 分析记录 {{ s?.record_count }} 行
查看变更
@@ -396,7 +395,7 @@ onMounted(async () => {
diff --git a/src/views/my/highRisk/modules/template.vue b/src/views/my/highRisk/modules/template.vue
deleted file mode 100644
index a4fd81b..0000000
--- a/src/views/my/highRisk/modules/template.vue
+++ /dev/null
@@ -1,314 +0,0 @@
-
-
-
-
-
-
-
-
-
-
方法模板库(AI 风险预分析的知识来源之一)
-
-
-
-
-
-
-
-