- Go Back
+ 返回
- Submit Again
+ 再次提交
diff --git a/Vue/src/views/sale/Record.vue b/Vue/src/views/sale/Record.vue
index acea708c..004b2d35 100644
--- a/Vue/src/views/sale/Record.vue
+++ b/Vue/src/views/sale/Record.vue
@@ -29,7 +29,7 @@ const columns = [
key: 'number',
},
{
- title: '商品',
+ title: '货物',
dataIndex: 'commodity',
key: 'commodity',
},
@@ -49,7 +49,7 @@ const columns = [
dataIndex: 'phone',
},
{
- title: '备注',
+ title: '货物类型',
dataIndex: 'description',
key: 'description',
},
@@ -97,7 +97,7 @@ export default {
let that = this
this.$confirm({
title: '销售结款',
- content: '我已确定' + record.company + '的销售金额 ¥' + record.price + '已经打入账户!',
+ content: '已确定' + record.company + '销售金额 ¥' + record.price + '已汇入公司账户',
okText: '确认',
cancelText: '取消',
onOk() {