|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="itemList-box">
|
|
|
- <view class="title">零售</view>
|
|
|
+ <view class="title">列表</view>
|
|
|
<view class="order-status">
|
|
|
<view @tap="changeStatus(0)" :class="[{'checked':status===0}]">全部</view>
|
|
|
<view @tap="changeStatus(1)" :class="[{'checked':status===1}]">待完成</view>
|
|
|
@@ -88,7 +88,7 @@ export default {
|
|
|
& .title {
|
|
|
padding: 3upx;
|
|
|
font-size: 12upx;
|
|
|
- background-color: rgba(72, 91, 107, 1);
|
|
|
+ background-color: #09C567;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
& .order-status{
|