diff --git a/src/api/upgrade.js b/src/api/upgrade.js
index 7dea69fb479318d95207f685a10fd961fa2d402b..38b1aaea3ac78eaa0969393f9a80beb22285f1bf 100644
--- a/src/api/upgrade.js
+++ b/src/api/upgrade.js
@@ -11,3 +11,16 @@ export function nodePkgOp(data) {
data
})
}
+
+// 导出软件操作记录
+export function nodePkgOpExport(data) {
+ return axios({
+ url: '/statistic/nodePkgOp/export',
+ responseType: 'blob',
+ headers: {
+ 'Content-Type': 'application/json; charset=UTF-8'
+ },
+ method: 'post',
+ data
+ })
+}
diff --git a/src/pages/upgrade/index.vue b/src/pages/upgrade/index.vue
index f103a7a914cbf6ee7f3c3e94d6326da15eae1763..99c58706d78aac9c9009ac3afcff689754643b22 100644
--- a/src/pages/upgrade/index.vue
+++ b/src/pages/upgrade/index.vue
@@ -1,225 +1,319 @@
-
-
-
-
- {{ text }}
- {{ text }}
-
-
- {{ record?.toVer || '-' }}
-
-
- {{ record?.fromVer }} {{ record?.toVer || '-' }}
-
-
- {{ record?.fromVer || '-' }}
-
-
- {{ text }}
-
- 安装
- 升级
- 卸载
-
-
- 成功
- 失败
-
-
-
-
-
-
-
-
-
-
-
-
-
- 昨天
- 近三天
- 近五天
- 近一周
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ {{ text }}
+ {{ text }}
+
+
+ {{ record?.toVer || '-' }}
+
+
+ {{ record?.fromVer }} {{ record?.toVer || '-' }}
+
+
+ {{ record?.fromVer || '-' }}
+
+
+
+ {{ text }}
+
+
+ 安装
+ 升级
+ 卸载
+
+
+
+ 成功
+ 失败
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 昨天
+ 近三天
+ 近五天
+ 近一周
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+