Commit 8ec8cf19 authored by youjie's avatar youjie

no message

parent 8927a0bf
......@@ -132,7 +132,7 @@ export default defineComponent({
{ name: 'CustomerPayMoney', label: t('v101.scatteredOrderList.table5'), field: (row: any) => row.CustomerPayMoney.toFixed(2), align: 'left' },
{ name: 'OrderStatus', label: t('v101.scatteredOrderList.table6'), align: 'left' },
{ name: 'CreateDateStr', label: t('v101.scatteredOrderList.table7'), field: (row: any) => row.CreateDateStr, align: 'left' },
{ name: 'operation', label: t('v101.scatteredOrderList.table6'), align: 'left' },
{ name: 'operation', label: t('v101.scatteredOrderList.table8'), align: 'left' },
] as any,
mobileCols: [
{ name: 'HotelName', label: t('v101.scatteredOrderList.table1'), align: 'left' },
......
......@@ -778,6 +778,7 @@ export default {
table5: 'はい',
table6: '註文状況です',
table7: '発注日です',
table8: '操作',
quxiaodindan: 'キャンセルします',
}
......
......@@ -778,6 +778,7 @@ export default {
table5: '실제 지불',
table6: '주문상태',
table7: '주문하는 날',
table8: '조작',
quxiaodindan: '주문 취소'
}
......
......@@ -778,6 +778,7 @@ export default {
table5: '實付',
table6: '訂單狀態',
table7: '下單日期',
table8: '操作',
quxiaodindan: '取消訂單'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment