소스 검색

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

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 },