This commit is contained in:
2023-10-08 22:53:13 +08:00
parent b883b02fb9
commit e36d60d015
83 changed files with 18303 additions and 9590 deletions

View File

@@ -46,6 +46,7 @@ const tabsList = ref([
const jfInfo = ref({});
interface OrderList {
oid: string;
add_time: string;
status: number;
BindGoods: {
@@ -222,7 +223,7 @@ const delOrder = async (oid: string) => {
<view class="title">{{ item.BindGoods.name }} </view>
<view class="right">
<view>{{ item.number }}</view>
<view>x{{ item.count }}</view>
<!-- <view>x{{ item.count }}</view> -->
</view>
</view>
<!-- <view