|
|
@@ -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>
|