@@ -40,6 +40,12 @@
<div class="flex justify-between mt-1"><span>¥{{good.price}}</span><span>x{{good.number}}</span></div>
</div>
+ <div style="">
+ <span style="color: #9acafc; font-weight: bold">{{
+ item.uidType == 'user' ? t('mall.userOrdering') : t('mall.staffOrderingOnBehalf')
+ }}</span>
+ <span style="color: #5ac725">({{ item.isOrder == 0 ? t('mall.mealNotServed') : t('mall.mealServed') }})</span>
+ </div>
<el-divider />