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

save

parent e4742e42
...@@ -230,6 +230,11 @@ ...@@ -230,6 +230,11 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.yellow {
color: orange !important;}
.green {
color: green !important;
}
</style> </style>
<template> <template>
<div class="flexOne hotelmanagement"> <div class="flexOne hotelmanagement">
...@@ -456,7 +461,7 @@ ...@@ -456,7 +461,7 @@
placement="top-start" placement="top-start"
popper-class="max-w250" 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>
<el-tooltip <el-tooltip
class="item" 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