diff --git a/src/pages/ass/list/index.vue b/src/pages/ass/list/index.vue index 487e786..67b36a8 100644 --- a/src/pages/ass/list/index.vue +++ b/src/pages/ass/list/index.vue @@ -451,16 +451,16 @@ export default { let curriculumId = this.curRow.curriculumId; let token = util.local.get(Setting.tokenKey); let href = ""; - let aaa = ''; + let domainName = ''; console.log(curriculumId) - aaa = host.slice(0,host.length-6) + domainName = host.slice(0,host.length-6) if (curriculumId == 11){ //线上 // href = `http://www.huorantech.cn/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; //测试与本地 - href = `${aaa}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; + href = `${domainName}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; }else{ - href = `${aaa}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; + href = `${domainName}/${this.url}/#/index/list?token=${token}&cid=${this.cid}&systemId=${this.systemId}&projectId=${this.projectId}&assessmentId=${this.assessmentId}&classId=${this.classId}&stopTime=${this.stopTime}`; } // switch (curriculumId) { // // case 1: diff --git a/src/pages/record/show/index.vue b/src/pages/record/show/index.vue index f823c7e..e8f1240 100644 --- a/src/pages/record/show/index.vue +++ b/src/pages/record/show/index.vue @@ -5,18 +5,18 @@
+ + {{ editing ? "保存" : "编辑" }} + 导出实验报告
-
+
-
+
标准实验报告
- - {{ editing ? "保存" : "编辑" }} -

@@ -59,13 +59,13 @@

实验项目名称

- +

实验目的

-
+
@@ -115,7 +115,12 @@

实验总结与体会

- +
+
+ {{form.summarize}} +
+
+
@@ -257,7 +262,8 @@ export default { #pdfDom { width: 100%; - height: calc(100vh - 100px); + height: 100%; + //height: calc(100vh - 200px); background: #fff; box-sizing: border-box; //box-shadow: 0px 2px 25px 2px #D1D1D1; @@ -324,8 +330,8 @@ export default { } /deep/ .cell { - font-size: 16px; - line-height: 35px; + font-size: 14px; + line-height: 25px; } // /deep/.el-row{