|
|
|
|
@ -1137,7 +1137,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
|
|
<el-table-column label="计算符号" width="80" min-width="80">
|
|
|
|
|
<el-table-column label="计算符号" width="100" min-width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-select
|
|
|
|
|
v-if="!isViewMode"
|
|
|
|
|
@ -1147,7 +1147,10 @@
|
|
|
|
|
style="width: 100%;"
|
|
|
|
|
>
|
|
|
|
|
<el-option label=">" value=">" />
|
|
|
|
|
<el-option label=">=" value=">=" />
|
|
|
|
|
<el-option label="=" value="=" />
|
|
|
|
|
<el-option label="<" value="<" />
|
|
|
|
|
<el-option label="<=" value="<=" />
|
|
|
|
|
<el-option label="定性" value="定性" />
|
|
|
|
|
</el-select>
|
|
|
|
|
<span v-else>{{ scope.row.symbol || '-' }}</span>
|
|
|
|
|
@ -1257,7 +1260,7 @@
|
|
|
|
|
<span>{{ scope.row.level3 || '-' }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="计算符号" width="80" min-width="80">
|
|
|
|
|
<el-table-column label="计算符号" width="100" min-width="100">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ scope.row.symbol || '-' }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
@ -3902,4 +3905,4 @@ export default {
|
|
|
|
|
background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
|
|
|
|
|
border-color: #20c997;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</style>
|
|
|
|
|
|