|
@@ -39,9 +39,9 @@
|
|
|
P1:<span class="p1" @click.stop="query({row: scope.row, column: {property: otherColumns.p1.headerKey}}, 3)">{{ scope.row[otherColumns.p1.headerKey].value }}</span>
|
|
|
</span>
|
|
|
<span v-else class="edit-cell" :class="{'query-colors':item.name.search(/过夜率/) > -1 && scope.row[item.headerKey].value > 30}" @click.stop="query(scope, itemIndex + 2)" v-html="scope.row[item.headerKey].value" />
|
|
|
- <span v-if="item.name.search(/过夜率/) > -1 && scope.row[item.headerKey].value !== '--'">
|
|
|
- <span>%</span>
|
|
|
- </span>
|
|
|
+ <!-- <span v-if="item.name.search(/过夜率/) > -1 && scope.row[item.headerKey].value !== '--'"> -->
|
|
|
+ <!-- <span>%</span> -->
|
|
|
+ <!-- </span> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|