|
|
@ -81,6 +81,7 @@ |
|
|
|
@click="handleOrder(scope.$index)" |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
style="color: #1c6afd" |
|
|
|
>预约</el-button |
|
|
|
> |
|
|
|
|
|
|
@ -88,7 +89,7 @@ |
|
|
|
@click="handleOrderList(scope.$index)" |
|
|
|
type="text" |
|
|
|
size="small" |
|
|
|
style="margin-right: 10px; color: #00a7a9" |
|
|
|
style="margin-right: 10px; color: #1c6afd" |
|
|
|
>预约记录</el-button |
|
|
|
> |
|
|
|
</template> |
|
|
@ -420,14 +421,14 @@ export default { |
|
|
|
top: 5px; |
|
|
|
right: 5px; |
|
|
|
font-size: 14px; |
|
|
|
color: rgb(235, 192, 4); |
|
|
|
color: #00a7a9; |
|
|
|
width: 50px; |
|
|
|
line-height: 30px; |
|
|
|
text-align: center; |
|
|
|
cursor: pointer; |
|
|
|
&:hover { |
|
|
|
// text-decoration: underline; |
|
|
|
color: rgb(250, 208, 23); |
|
|
|
color: #00a7a9; |
|
|
|
} |
|
|
|
} |
|
|
|
.item-name { |
|
|
|