diff --git a/src/view/yl.vue b/src/view/yl.vue index 98b4e45..e0c1671 100644 --- a/src/view/yl.vue +++ b/src/view/yl.vue @@ -302,13 +302,13 @@ const tableType = reactive({ { label: "就餐/送餐订单", property: "iordertype", - width: '160', + width: '140', type: "slot", }, { label: "早、中、晚餐", property: "itimetype", - width: '160', + width: '140', type: "slot", }, { @@ -319,12 +319,12 @@ const tableType = reactive({ { label: "订单金额", property: "totalprice", - width: '150' + width: '120' }, { label: "实际支付金额", property: "actualprice", - width: '150' + width: '120' }, { label: "订单结束时间",