Commit 57e2f20e authored by zhengke's avatar zhengke

no message

parent 7e43fc76
...@@ -120,8 +120,7 @@ ...@@ -120,8 +120,7 @@
}) })
}, },
beforeDestroy() { beforeDestroy() {
this.MsgBus.$off('sceneSave');
this.MsgBus.$off('editScene');
}, },
methods: { methods: {
saveNow() { saveNow() {
......
...@@ -137,7 +137,8 @@ ...@@ -137,7 +137,8 @@
(item.OrderStatus=='2'?'two': (item.OrderStatus=='2'?'two':
(item.OrderStatus=='3'?'three': (item.OrderStatus=='3'?'three':
(item.OrderStatus=='4'?'four': (item.OrderStatus=='4'?'four':
(item.OrderStatus=='5'?'five':(item.OrderStatus=='6'?'six':'')))))"> (item.OrderStatus=='5'?'five':
(item.OrderStatus=='6'?'six':'')))))">
<span>{{item.OrderStatusName}}</span> <span>{{item.OrderStatusName}}</span>
</div> </div>
</td> </td>
...@@ -1807,7 +1808,7 @@ li { ...@@ -1807,7 +1808,7 @@ li {
background-color: rgba(255,111,0,.2); background-color: rgba(255,111,0,.2);
} }
.Order-list-Status.five{ .Order-list-Status.five{
color: rgb(197,225,165); color: rgb(33,186,69);
background-color: rgba(97,225,165,.2); background-color: rgba(97,225,165,.2);
} }
.Order-list-Status.six{ .Order-list-Status.six{
......
...@@ -172,8 +172,12 @@ ...@@ -172,8 +172,12 @@
background-color: rgba(255,111,0,.2); background-color: rgba(255,111,0,.2);
} }
.OrderType-text.five{ .OrderType-text.five{
color: rgb(197,225,165); color: rgb(33,186,69);
background-color: rgba(97,225,165,.2); background-color: rgba(33,186,69,.2);
}
.Order-list-Status.six{
color: rgb(102,187,106);
background-color: rgba(102,187,106,.2);
} }
</style> </style>
<template> <template>
...@@ -366,7 +370,8 @@ ...@@ -366,7 +370,8 @@
(scope.row.OrderStatus=='2'?'two': (scope.row.OrderStatus=='2'?'two':
(scope.row.OrderStatus=='3'?'three': (scope.row.OrderStatus=='3'?'three':
(scope.row.OrderStatus=='4'?'four': (scope.row.OrderStatus=='4'?'four':
(scope.row.OrderStatus=='5'?'five':''))))"> (scope.row.OrderStatus=='5'?'five':
(scope.row.OrderStatus=='6'?'six':'')))))">
<span>{{scope.row.OrderStatusName}}</span> <span>{{scope.row.OrderStatusName}}</span>
</div> </div>
</template> </template>
......
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