Browse Source

产品价格库加入筛选费

yuhan 1 year ago
parent
commit
578c746853

+ 9 - 0
src/views/module_kzks/costModelProductPrice/CostModelProductPriceList.vue

@@ -424,6 +424,15 @@
             },
             },
           },
           },
           {
           {
+            title:'筛选费',
+            align:"center",
+            width: 120,
+            dataIndex: 'sxf',
+            customRender: (text) => {
+              return (Number(text)/10000).toFixed(2)
+            },
+          },
+          {
             title:'装机成本',
             title:'装机成本',
             align:"center",
             align:"center",
             dataIndex: 'zjcb',
             dataIndex: 'zjcb',