Commit 4c1681f2 authored by 沈良进's avatar 沈良进

save

parent e4742e42
......@@ -230,6 +230,11 @@
display: flex;
justify-content: center;
}
.yellow {
color: orange !important;}
.green {
color: green !important;
}
</style>
<template>
<div class="flexOne hotelmanagement">
......@@ -456,7 +461,7 @@
placement="top-start"
popper-class="max-w250"
>
<div class="hotelTitle">{{ item.Name }}</div>
<div class="hotelTitle" :class="['','red','yellow','green','',][item.PriceDayStage]">{{ item.Name }}</div>
</el-tooltip>
<el-tooltip
class="item"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment