This commit is contained in:
lnn19986213 2024-05-28 09:02:54 +08:00
parent a566fc651a
commit 90f8b28698
1 changed files with 4 additions and 4 deletions

View File

@ -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: "订单结束时间",