|
@@ -51,7 +51,11 @@
|
|
|
{{forData(1,scope.row.level)}}/ {{forData(2,scope.row.size)}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="气体余量" prop="gasPressure" width="150" show-overflow-tooltip/>
|
|
|
+ <el-table-column label="气体余量" prop="gasPressure" width="150" show-overflow-tooltip>
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{scope.row.gasPressure}}Mpa
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="学院" prop="collegeName" width="249" show-overflow-tooltip/>
|
|
|
<el-table-column label="实验地点" prop="subjectName" width="346" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|