浏览代码

选择销售订单-单价/金额字段隐藏

jingbb 3 月之前
父节点
当前提交
28bb7e242b
共有 1 个文件被更改,包括 14 次插入14 次删除
  1. 14 14
      src/views/publicComponents/SelectSaleOrderModal.vue

+ 14 - 14
src/views/publicComponents/SelectSaleOrderModal.vue

@@ -291,20 +291,20 @@
             align:"center",
             width:250,
         },
-        {
-            title: '单价(price)',
-            key: 'taxPrice',
-            dataIndex: 'taxPrice',
-            align:"center",
-            width:250,
-        },
-        {
-            title: '金额(tax money)',
-            key: 'taxAmount',
-            dataIndex: 'taxAmount',
-            align:"center",
-            width:250,
-        },
+        // {
+        //     title: '单价(price)',
+        //     key: 'taxPrice',
+        //     dataIndex: 'taxPrice',
+        //     align:"center",
+        //     width:250,
+        // },
+        // {
+        //     title: '金额(tax money)',
+        //     key: 'taxAmount',
+        //     dataIndex: 'taxAmount',
+        //     align:"center",
+        //     width:250,
+        // },
     ];
     const labelCol = ref({
     xs: { span: 24 },