diff --git a/src/views/order/index.vue b/src/views/order/index.vue index f9dfbef..ad17e91 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -310,25 +310,25 @@ width: 180 }, { - prop: 'estimated_shipping', + prop: 'estimated_shipping_en', label: 'Estimated Shipping', align: 'left', width: 180 }, { - prop: 'subtotal', + prop: 'subtotal_en', label: 'Subtotal', align: 'left', width: 180 }, { - prop: 'tax', + prop: 'tax_en', label: 'Tax', align: 'left', width: 180 }, { - prop: 'total', + prop: 'total_en', label: 'Total', align: 'left', width: 180 @@ -383,10 +383,10 @@ "requirements": "Special Requirements/Notes", "reference_number": "Reference Number", "quote_number": "Quote Number", - "estimated_shipping": "Estimated Shipping", - "subtotal": "Subtotal", - "tax": "Tax", - "total": "Total", + "estimated_shipping_en": "Estimated Shipping", + "subtotal_en": "Subtotal", + "tax_en": "Tax", + "total_en": "Total", "billing_attention": "Billing Attention", "billing_address": "Billing Address", diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 6c40333..62bcaa0 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -174,7 +174,7 @@ width: 360, export:true }, { - prop: 'list_price', + prop: 'list_price_en', label: 'List Price', align: 'left', width: 240, diff --git a/vue.config.js b/vue.config.js index 2e40aa3..e1ec061 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,7 @@ module.exports = { * Detail: https://cli.vuejs.org/config/#publicpath */ publicPath: process.env.ENV === 'staging' ? '/admin_test' : '/admin', - outputDir: '/Users/mac/Documents/朗业/2024/s-美国赛分/saifen/public/admin', + outputDir: '/Users/mac/Documents/朗业/2024/s-美国赛分/saifen/public/admin_test', assetsDir: 'static', css: { loaderOptions: { // 向 CSS 相关的 loader 传递选项