课程等修改

dev_2020-03-03
yujialong 3 years ago
parent e12146a01f
commit 14a719ae84
  1. BIN
      src/assets/img/course3.png
  2. 1
      src/pages/course/list/index.vue
  3. 3
      src/pages/record/show/index.vue
  4. 1
      src/pages/station/list/index.vue

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -185,6 +185,7 @@ export default {
}
.courses {
padding-top: 10px;
background: url(../../../assets/img/course3.png) 0 0/auto no-repeat;
ul {
display: flex;
flex-wrap: wrap;

@ -24,7 +24,6 @@
</template>
</el-breadcrumb>
</div>
<!-- <breadcrumb ref="breadcrumb" data="实验记录/实验情况/实验报告"></breadcrumb> -->
<div class="content" :class="{loading}" id="pdfDom">
<div class="text-right" v-if="!loading">
<el-button @click="editReport">
@ -104,7 +103,7 @@
{{ scope.$index + 1 }}
</template>
</el-table-column>
<el-table-column prop="judgmentName" label="判分点" align="center"></el-table-column>
<el-table-column prop="judgmentName" label="判分点" width="270" align="center"></el-table-column>
<el-table-column v-if='project' prop="judgmentName" label="考核点" align="center" width="150">
<template slot-scope="scope">
<div v-for="(item, index) in scope.row.lcRuleRecords">

@ -110,6 +110,7 @@ export default {
width: 215px;
height: 118px;
margin-top: -20px;
border-radius: 12px;
}
.bottom {
display: flex;

Loading…
Cancel
Save