浏览代码

销售订单-修改子表字段名称

jingbb 1 月之前
父节点
当前提交
3f77aab8cd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/saleCode/salesOrder/SaleOrderForm.data.ts

+ 2 - 2
src/views/saleCode/salesOrder/SaleOrderForm.data.ts

@@ -353,7 +353,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
       defaultValue:'',
     },
     {
-      title: '金额(money)',
+      title: '折后金额(money)',
       key: 'taxAmount',
       type: JVxeTypes.normal,
       width:"200px",
@@ -370,7 +370,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
       defaultValue:'',
     },
     {
-      title: '折后金额(converted amount)',
+      title: '折上折后金额(converted amount)',
       key: 'discountedAmount',
       type: JVxeTypes.normal,
       width:"200px",