diff --git a/src/api/tc/model.js b/src/api/tc/model.js
index f5acf2d..6cd1471 100644
--- a/src/api/tc/model.js
+++ b/src/api/tc/model.js
@@ -25,4 +25,14 @@ export function modelConfigUpdate(data) {
method: 'post',
data: data
})
+}
+
+
+
+export function modelConfigHistory(data) {
+ return request({
+ url: '/model/config/history',
+ method: 'post',
+ data: data
+ })
}
\ No newline at end of file
diff --git a/src/views/operation/configModels/index.vue b/src/views/operation/configModels/index.vue
index 183edba..198b1b5 100644
--- a/src/views/operation/configModels/index.vue
+++ b/src/views/operation/configModels/index.vue
@@ -25,6 +25,7 @@
编辑
+ 模型历史
@@ -41,7 +42,7 @@
-
+
@@ -107,16 +108,44 @@
+
+
+
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+