diff --git a/src/pages/record/show/index.vue b/src/pages/record/show/index.vue index 24a3a36..f823c7e 100644 --- a/src/pages/record/show/index.vue +++ b/src/pages/record/show/index.vue @@ -9,111 +9,115 @@ -
-
-
标准实验报告
- - {{ editing ? "保存" : "编辑" }} - -
-
-

- 基本信息 -
-
- - - - - - - - - - - - - - - - -
-
-
-

实验项目名称

-
- -
-
-
-

实验目的

-
-
-
-
-
-

实验数据

-
- - - - - - - + + + +
+
+
+

实验总结与体会

+
+ +
- @@ -172,7 +176,7 @@ export default { document.querySelector("body").setAttribute("style", "overflow: visible"); this.loading = true; this.loadIns = Loading.service({ - background: "rgba(255,255,255,.6)" + background: "#fff" }); document.querySelector("#pdfDom").scrollTop = 0; var title = this.title; @@ -231,15 +235,19 @@ export default {