|
|
@@ -68,7 +68,6 @@ const gridOptions: VxeGridProps<any> = {
|
|
|
columns: [
|
|
|
{ title: '产品名称', field: 'productsname' },
|
|
|
{ title: '产品类别', field: 'productscategory' },
|
|
|
- { title: '产品原价', field: 'productsprice' },
|
|
|
{ title: '产品型号', field: 'productsmodel' },
|
|
|
{ title: '产品sn号', field: 'productssn' },
|
|
|
{ title: '品目', field: 'productspm' },
|
|
|
@@ -76,6 +75,7 @@ const gridOptions: VxeGridProps<any> = {
|
|
|
{ title: '二级分类', field: 'productsfl2' },
|
|
|
{ title: '分档名称', field: 'productsfdmc' },
|
|
|
{ title: '分档编号', field: 'productsfdbh' },
|
|
|
+ { title: '产品原价', field: 'productsprice', formatter: formatMoney },
|
|
|
{ title: '中央补贴金额', field: 'productszybt', formatter: formatMoney },
|
|
|
{
|
|
|
title: '特殊县中央补贴金额',
|